RE: SVN checkout of all dir under a root dir

2010-09-29 Thread Bob Archer
> i have structure like this in SVN repo > > root-dir >   | >    -- child-proj-1 >   | >    -- child-proj-2 > > i want to give path to root dir and checkout all the child projects > directly. > > i.e. i want to give a command something like > svn checkout https://svn.repo/root-dir > in a local d

Re: SVN checkout of all dir under a root dir

2010-09-24 Thread Ulrich Eckhardt
On Friday 24 September 2010, Hari shankar wrote: > i have structure like this in SVN repo > > root-dir > >-- child-proj-1 > >-- child-proj-2 > > i want to give path to root dir and checkout all the child projects > directly. > > i.e. i want to give a command something like > *svn checkout h