[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-09-03 16:53:11 CEST

"Trampas Stern" <tstern@dacaudio.com> writes:

> I was wondering if it was possible to search the properties meta data
> using subversion? Like find all files/folders which has property 'color'
> set to green.

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. :-(

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