[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: argh

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-26 14:39:29 CEST

"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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.