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

RE: Query subversion for all files that have a certain property

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-03-01 18:16:49 CET

> From: Georg Viehöver [mailto:viehoever@sigma-c.de]
>
> Coming from the ClearCase world, I wonder if it is possible
> to query a subversion repository for all files that have a
> certain property (it is a one line command that is fairly
> efficient even for 10000nds of files in ClearCase).

I've used "svn propget -R svn:mime-type", and it seems to be adequately
efficient. Although I am using it on a WC. But "svn propget -R (property)
http://root/of/repository" should work and probably only does one round-trip
to the server.

Dale

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

Received on Tue Mar 1 18:22:58 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.