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

Re: [PATCH] Move multiple targets

From: Alan Barrett <apb_at_cequrux.com>
Date: 2005-11-09 07:13:39 CET

On Tue, 08 Nov 2005, Jim Blandy wrote:
> I think the ellipsis notation got introduced to Subversion when I used
> it to describe skel formats in the database, and in some other places.
> The way we use it there, 'FOO ...' always means 'zero or more repetitions
> of FOO'.

I would expect "FOO ..." to mean "one or more repetitions of FOO",
and "[FOO ...]" to mean "zero or more repetitions of FOO". I believe
that my expectation is in line with the conventions used in unix man
pages.

"man ls" on NetBSD says:
     ls [-AaBbCcdFfghikLlmnopqRrSsTtuWwx1] [file ...]

"man mv" on NetBSD says:
     mv [-fiv] source target
     mv [-fiv] source ... directory

It's confusing for subversion to define similar notation with a
different meaning.

--apb (Alan Barrett)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 9 07:15:04 2005

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.