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

Re: svn commit: rev 1269 - trunk/subversion/clients/cmdline

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-02-14 04:45:41 CET

On Wed, Feb 13, 2002 at 09:51:24PM -0600, Karl Fogel wrote:
> Thanks for taking on issue #627, Garrett!
>
> rooneg@tigris.org writes:
> > This changes the behavior to the following: 'svn proplist' will only print
> > the names of the properties, unless '--recursive' is specified. 'svn propget'
> > will only print the values, and will only print the filenames if there is
> > more than one target or '--recursive' was specified and svn_client_propget
> > returned multiple files that matched that property.
>
> Hmmm. Why use `recursive' to mean `verbose' when we already have a
> verbose option available?

oops, error in the log there. 'svn proplist' prints the names unless
'verbose' is specified, not 'recursive'. my bad. the code checks for
verbose.

in 'propget', it's not the 'recursive' part that's important, it's
just that recursive happens to mean that potentially there is more
than one file's properties being printed, and if so, you have to print
the filename to diffentiate between them.

i'll fix the log for the first part.

-garrett

-- 
garrett rooney                     Unix was not designed to stop you from 
rooneg@electricjellyfish.net       doing stupid things, because that would  
http://electricjellyfish.net/      stop you from doing clever things.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:07 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.