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

Re: "svn ls" too complex?

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-07-29 18:36:55 CEST

On Mon, 2002-07-29 at 12:32, Justin Erenkrantz wrote:
> On Mon, Jul 29, 2002 at 10:33:18AM -0500, Karl Fogel wrote:
> > We don't support subcommand-specific options.
>
> Why not? -- justin

Well, one of the things we don't like about CVS is that "cvs -l update"
and "cvs update -l" do two different things, for example. We want
options to have the same meaning no matter where they appear in the
command.

But if, say, the -l option takes an argument in the "svn co" command and
doesn't take an argument in the "svn ls" command, then you can't be sure
what

  svn -l ls co

means.

So, we have one set of options. Anything terribly complicated is
usually a long option anyway.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 29 18:37:31 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.