RE: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-14 Thread Kessler CTR Mark J
Oh more like a "MKLINK /D /H LinkFolder TargetFolder". Thanks for the information. -Mark -Original Message- From: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Sent: Thursday, March 14, 2013 6:37 AM To: dev@flex.apache.org Subject: Re: TLF Issue (was Re: SVN to Git mi

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-14 Thread Frédéric THOMAS
k.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ -Message d'origine- From: Kessler CTR Mark J Sent: Thursday, March 14, 2013 11:20 AM To: dev@flex.apache.org Subject: RE: TLF Issue (was Re: SVN to Git migration in progress) Did you use the "

RE: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-14 Thread Kessler CTR Mark J
Did you use the " fsutil hardlink create NewFilename ExistingFilename" ? -Mark -Original Message- From: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Sent: Thursday, March 14, 2013 6:01 AM To: dev@flex.apache.org Subject: Re: TLF Issue (was Re: SVN to Git migration in prog

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-14 Thread Frédéric THOMAS
ha...@adobe.com] Sent: Tuesday, March 12, 2013 1:00 PM To: dev@flex.apache.org Subject: TLF Issue (was Re: SVN to Git migration in progress) Well, I'm still learning about Git, but it looks like we have to resolve the TLF svn:externals issue and it isn't clear that links in the file sy

RE: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-14 Thread Kessler CTR Mark J
h 12, 2013 1:00 PM To: dev@flex.apache.org Subject: TLF Issue (was Re: SVN to Git migration in progress) Well, I'm still learning about Git, but it looks like we have to resolve the TLF svn:externals issue and it isn't clear that links in the file system are going to work on Windows

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-14 Thread Frédéric THOMAS
Arff, bad luck, it acts as submodule. -Message d'origine- From: Frédéric THOMAS Sent: Thursday, March 14, 2013 9:25 AM To: dev@flex.apache.org Subject: Re: TLF Issue (was Re: SVN to Git migration in progress) I maybe found another way to integrate TLF sub directories as part of

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-14 Thread Frédéric THOMAS
ch 13, 2013 11:43 AM To: dev@flex.apache.org Subject: Re: TLF Issue (was Re: SVN to Git migration in progress) BTW, are these separate "repos" as far as Git is concerned or something else?) Humm..Can you reformulate that pls ? :P The only way I see if we don't want to use links

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-13 Thread Frédéric THOMAS
is that what we want ? -Fred -Message d'origine- From: Alex Harui Sent: Tuesday, March 12, 2013 8:11 PM To: dev@flex.apache.org Subject: Re: TLF Issue (was Re: SVN to Git migration in progress) I think we don't want to use hard-links. And if submodules won't work, th

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Alex Harui
Harbs is correct for a potential longer-term usage. It might be easier to mimic the Flash dependencies it has in HTML/JS. The vast majority of the code is computation of glyph positions. For the short-term, since we're trying to emulate what you'll get in the browser when running in Flash, we ma

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Harbs
Eventually, there will need to be a comparable text engine for JS. Having a single interface for Flash TLF and Javascript TLF could be valuable. On Mar 12, 2013, at 10:33 PM, Om wrote: >> >> TLF has no Flex SDK dependencies so it is probably best kept separate and >> available for those not usi

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 1:18 PM, Alex Harui wrote: > > > > On 3/12/13 1:03 PM, "Om" wrote: > > > On Tue, Mar 12, 2013 at 12:58 PM, Alex Harui wrote: > > > >> > >> > >> > >> On 3/12/13 12:26 PM, "Harbs" wrote: > >> > >>> Why is TLF a separate repro at all? Why isn't it just part of the sdk > >>

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Alex Harui
On 3/12/13 1:03 PM, "Om" wrote: > On Tue, Mar 12, 2013 at 12:58 PM, Alex Harui wrote: > >> >> >> >> On 3/12/13 12:26 PM, "Harbs" wrote: >> >>> Why is TLF a separate repro at all? Why isn't it just part of the sdk >> repro? >>> >> Might be possible, but TLF came late and had its own set

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Justin Mclean
Hi, > I think we should just copy the TLF project into the appropriate directory > path under the sdk. I dont see any value keeping it as separate top level > project. -1 to this the FLEX SDK uses a subdirectory of TLF not the root. Justin

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Om
On Tue, Mar 12, 2013 at 12:58 PM, Alex Harui wrote: > > > > On 3/12/13 12:26 PM, "Harbs" wrote: > > > Why is TLF a separate repro at all? Why isn't it just part of the sdk > repro? > > > Might be possible, but TLF came late and had its own set of branches and no > SVN history so we kept it exter

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Alex Harui
On 3/12/13 12:26 PM, "Harbs" wrote: > Why is TLF a separate repro at all? Why isn't it just part of the sdk repro? > Might be possible, but TLF came late and had its own set of branches and no SVN history so we kept it external. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.a

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Harbs
free software to manage soft/hard link, but it's one >> thing in more to do to setup the SDK that has to be explain in the readme. >> >> -Fred >> >> -Message d'origine- >> From: Alex Harui >> Sent: Tuesday, March 12, 2013 6:00 PM >&

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Alex Harui
ill the .gitignore file. > - On windows, there's a free software to manage soft/hard link, but it's one > thing in more to do to setup the SDK that has to be explain in the readme. > > -Fred > > -Message d'origine- > From: Alex Harui > Sent: Tues

Re: TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Frédéric THOMAS
e- From: Alex Harui Sent: Tuesday, March 12, 2013 6:00 PM To: dev@flex.apache.org Subject: TLF Issue (was Re: SVN to Git migration in progress) Well, I'm still learning about Git, but it looks like we have to resolve the TLF svn:externals issue and it isn't clear that links in the file

TLF Issue (was Re: SVN to Git migration in progress)

2013-03-12 Thread Alex Harui
Well, I'm still learning about Git, but it looks like we have to resolve the TLF svn:externals issue and it isn't clear that links in the file system are going to work on Windows and are the "correct" solution. Does anybody actually know the answer? Or do we just have to figure it out on our own.