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

Re: argh

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2002-07-26 16:06:17 CEST

On Fri, Jul 26, 2002 at 11:45:57AM +0100, Philip Martin wrote:
> Justin Erenkrantz <jerenkrantz@apache.org> writes:
>
> > > Yes, I agree that checkout should accept multiple URLs, but
> > > dropping the -d is a step forward.
> >
> > My request was to make it optional - I don't see why it has to be
> > dropped entirely. And, this report just reinforces my thought
> > that people are going to expect the CVS syntax regardless of
> > what we say. -- justin
>
> Can't we just make it "do the right thing"? How about this
>
[snip]
> $ svn co http://host/repos/module

> $ svn co http://host/repos/module path

> $ svn co http://host1/repos1/module1 http://host2/repos2/module2

> $ svn co http://host1/repos1/module1 http://host2/repos2/module2 path

What I think justin is saying is, why not allow this:

$ svn co http://host/repos/module
$ svn co http://host/repos/module [-d] path
$ svn co http://host1/repos1/module1 http://host2/repos2/module2
$ svn co http://host1/repos1/module1 http://host2/repos2/module2 [-d] path

The only problem I see with that is that it would mean that "-d" would
not be available for any other use.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 16:07:30 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.