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

Re: Searching Properties

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-09-03 17:10:55 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> Well, my first instinct was to run
>
> svn proplist -v -R * | grep "color : green"
>
> ...or something like that.
>
> But it seems that 'svn proplist' bails out completely if it hits an
> unversioned resource. Ugh. :-(

Just curious, why did you need the "*" anyway? If you ran plist with
-R, shouldn't that be enough?

I agree that the result above was ugly. Should we call it a bug?
'svn plist' takes versioned resources as arguments, so perhaps passing
it an unversioned resource should error. On the other hand, it might
be a lot more user-friendly if we just silently ignored unversioned
items. Thoughts?

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 3 17:31:34 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.