Cannot use directories named "global" in svn:externals?

2010-07-09 Thread Nico Kadel-Garcia
I'm working with Subversion 1.6.11 and 1.6.12 on RHEL 5, and have noticed an svn:externals issue. If I attempt to use a target directory named "global", it breaks the checkout in various confusing ways. For example: svn proplist -v . svn proplist -v . Properties on '.': svn:externals test

Re: Cannot use directories named "global" in svn:externals?

2010-07-09 Thread David Weintraub
On Fri, Jul 9, 2010 at 10:14 AM, Nico Kadel-Garcia wrote: > I'm working with Subversion 1.6.11 and 1.6.12 on RHEL 5, and have > noticed an svn:externals issue. If I attempt to use a target directory > named "global", it breaks the checkout in various confusing ways. For > example: > > svn proplist

Re: Cannot use directories named "global" in svn:externals?

2010-07-09 Thread Nico Kadel-Garcia
On Fri, Jul 9, 2010 at 11:54 AM, David Weintraub wrote: > On Fri, Jul 9, 2010 at 10:14 AM, Nico Kadel-Garcia wrote: >> I'm working with Subversion 1.6.11 and 1.6.12 on RHEL 5, and have >> noticed an svn:externals issue. If I attempt to use a target directory >> named "global", it breaks the check