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

Re: Metadata properties searching

From: Andrew Thompson <subversionuser_at_aktzero.com>
Date: 2005-03-07 03:04:43 CET

Quoting Eilein Grasp <blackmath@digiverse.net>:
> Is there a way I can search for items in my repository by subversion
> properties (metadata) ?

Like this?

athompson_at_bebop:~$ svn propget svn:ignore -R file:///svn/athompson/
file:///svn/athompson/trunk/src - moat

file:///svn/athompson/trunk/texts - *.swp
bookmarks.bak

file:///svn/athompson/trunk/src/java - *.class
*.swp

file:///svn/athompson/trunk - tmp
RECYCLER
Recycled

The output is a little messy and might need to be processed depending
on if your
property is more than one line.

-- 
Andrew Thompson
http://aktzero.com/
Interested in hosted SVN repositories? Email me, let's talk...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 7 03:16:41 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.