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

Re: cmd line stuff (was: CVS update: ...)

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2000-10-17 13:55:21 CEST

> On Tue, Oct 17, 2000 at 12:05:49AM -0000, kfogel@tigris.org wrote:
> >...
> > +A start on global options:
> > +
> > + -r repository Use REPOSITORY.
>
> Wouldn't this be an argument to the checkout command? Or are we planning to
> allow some of the commands when a working copy does not exist? e.g. why
> specify the repository for an "update" ?

I would guess that it's for hysterical raisins. I mean, how many times
have you done this:

$ cvs -d :pserver:foo@bar.com:/cvs login
$ cvs -d :pserver:foo@bar.com:/cvs co qux

Although I don't know that it's entirely a bad idea to just leave it
as a global. Hmm. Does something like this make more sense from a user
interface point of view?

$ svn login -r http://www.foo.com/repos/project
$ svn co -r http://www.foo.com/repos/project qux

I'm not really sure.

-Fitz
Received on Sat Oct 21 14:36:11 2006

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.