You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by kf...@collab.net on 2004/07/21 20:50:21 UTC

Re: Querying revision properties

Andrew Kappen <ak...@yahoo.com> writes:
> I have a repository with a revision property called 'rs:version'
> stamped on a small subset of all revisions.  I am looking for a quick
> way to find all revisions for which this property exists and print
> them out along with the property value.  I have a script that will do
> this, but it is very inefficient due to many server hits (the script
> follows).  Anybody have a better way to query this type of revision
> property?

I don't think there's a faster way than just scanning them all, like
your script does, sorry.

-Karl


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