> 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
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