Re: svn checkout --set-depth ignores externals

2014-07-03 Thread Johan Corveleyn
On Thu, Jul 3, 2014 at 8:02 AM, Daniel Becroft wrote: > On Thu, Jul 3, 2014 at 4:01 PM, Daniel Becroft wrote: >> >> Hi, >> >> In the root of our trunk, we have a 'build_tools' folder which is defined >> as an external. >> >> For example >> /trunk >> /build_tools (external) >> /alpha >>

Re: svn checkout --set-depth ignores externals

2014-07-02 Thread Daniel Becroft
On Thu, Jul 3, 2014 at 4:01 PM, Daniel Becroft wrote: > Hi, > > In the root of our trunk, we have a 'build_tools' folder which is defined > as an external. > > For example > /trunk > /build_tools (external) > /alpha > /A > /beta > /gamma > build.xml > build.propert

svn checkout --set-depth ignores externals

2014-07-02 Thread Daniel Becroft
Hi, In the root of our trunk, we have a 'build_tools' folder which is defined as an external. For example /trunk /build_tools (external) /alpha /A /beta /gamma build.xml build.properties If we checkout using 'svn checkout --depth immediates', this folder is ignore