You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Schroeder, Hartmut" <Ha...@plath.de> on 2008/10/06 15:25:36 UTC

search for properties

Hi,
is there a possibility to search a repository for entries that have
properties (and to see the properties and its  values) ?
I didn't find a way yet.

Thanks in advance.


Hartmut


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: search for properties

Posted by Tyler Roscoe <ty...@cryptio.net>.
On Mon, Oct 06, 2008 at 05:25:36PM +0200, Schroeder, Hartmut wrote:
> is there a possibility to search a repository for entries that have
> properties (and to see the properties and its  values) ?

Did you look at svn proplist, possibly with the -R flag, possibly
combined with grep or svn propget?

tyler

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: search for properties

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Oct 6, 2008, at 10:25, Schroeder, Hartmut wrote:

> is there a possibility to search a repository for entries that have
> properties (and to see the properties and its  values) ?
> I didn't find a way yet.

There isn't a built-in command for searching properties.

Some web-based repository viewers may offer this feature; to do so  
they add the properties of every revision of every file to a database  
maintained separately from Subversion and let you query that  
database. I'm not sure which repository viewers offer this feature.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org