"Sander Striker" <striker@apache.org> writes:
> > - case 1: one URL
> >   $ svn co http://host/repos/module
> >   checkout into ./module/
> > 
> > - case 2: one URL and explicit path
> >   $ svn co http://host/repos/module path
> >   checkout into ./path/
> > 
> > - case 3: multiple URLs
> >   $ svn co http://host1/repos1/module1 http://host2/repos2/module2
> >   checkout into ./module1/ and ./module2/
> > 
> > - case 4: multiple URLs and explicit path
> >   $ svn co http://host1/repos1/module1 http://host2/repos2/module2 path
> >   checkout into ./path/module1/ and ./path/module2/
> 
> +1 for this approach.
 
This is exactly what kfogel meant.  We can still handle every use
case;  no need for -d.
+1, do it man!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 14:41:53 2002