Re: TextLayout SVN link

2013-01-14 Thread Justin Mclean
Hi, > https://svn.apache.org/repos/asf/incubator/flex/tlf/branches/3.0/textLayout' > at revision 1433283 doesn't exist > > Justin, I read through your emails in this thread. It is not clear how you > fixed your issue. Can you please clarify? Looks like you still have the old SVN path. As a gue

Re: TextLayout SVN link

2013-01-14 Thread Om
I synced develop after a while and I am getting this error: C:\p\flex_os\workspace\flexroot\sdk\branches\develop\frameworks\projects\textLayout\3.0.33 URL ' https://svn.apache.org/repos/asf/incubator/flex/tlf/branches/3.0/textLayout' at revision 1433283 doesn't exist Justin, I read through your

Re: TextLayout SVN link

2013-01-09 Thread Timothy Jones
E

Re: TextLayout SVN link

2013-01-05 Thread Justin Mclean
Hi, Worked it out my fault I added externals to the wrong directory - just correcting. Justin

Re: TextLayout SVN link

2013-01-05 Thread Justin Mclean
HI, > Well the Jenkins build (and I assume the develop build my bandwidth is > limited) is still failing due to a text layout path issue. Yep it's getting the wrong path when doing an SVN update but I've no idea why. Uframeworks\projects Fetching 'https://svn.apache.org/repos/asf/flex

Re: TextLayout SVN link

2013-01-05 Thread Justin Mclean
Hi, > Thanks for figuring it out. Well the Jenkins build (and I assume the develop build my bandwidth is limited) is still failing due to a text layout path issue. As far as I can see the external path is correct - anyone have any ideas? Justin

Re: TextLayout SVN link

2013-01-05 Thread Alex Harui
On 1/5/13 3:03 PM, "Justin Mclean" wrote: > Hi, > >> Thanks - which is not correct. I'll see if I can fix. > > Fixed the syntax to correctly use svn propset is rather tricky btw: > svn propset svn:externals '3.0.33 > https://svn.apache.org/repos/asf/flex/tlf/branches/3.0/textLayout' . > > (

Re: TextLayout SVN link

2013-01-05 Thread Justin Mclean
Hi, > Thanks - which is not correct. I'll see if I can fix. Fixed the syntax to correctly use svn propset is rather tricky btw: svn propset svn:externals '3.0.33 https://svn.apache.org/repos/asf/flex/tlf/branches/3.0/textLayout' . (note quotes and . at end). > Also means all tagged branches an

Re: TextLayout SVN link

2013-01-05 Thread Justin Mclean
Hi, > Running this: > ~/Work/apache/flex/frameworks/projects/textLayout$ svn propget svn:externals > > Returned this: > 3.0.33 > https://svn.apache.org/repos/asf/incubator/flex/tlf/branches/3.0/textLayout Thanks - which is not correct. I'll see if I can fix. Also means all tagged branches and

Re: TextLayout SVN link

2013-01-05 Thread Alex Harui
Running this: ~/Work/apache/flex/frameworks/projects/textLayout$ svn propget svn:externals Returned this: 3.0.33 https://svn.apache.org/repos/asf/incubator/flex/tlf/branches/3.0/textLayout On 1/5/13 2:01 PM, "Justin Mclean" wrote: > HI, > > Anyone know how the external SVN link to text layou

TextLayout SVN link

2013-01-05 Thread Justin Mclean
HI, Anyone know how the external SVN link to text layout was set up? I had assumed that it was done with svn:externals but that doesn't seem to be the case as: svn propget svn:externals 3.0.33 returns nothing. Thanks, Justin