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

Re: Scan Repository for objects which have some property

From: Ron Wilson <ronw.mrmx_at_gmail.com>
Date: Sat, 10 Jul 2010 18:58:54 -0400

Assuming these properties are ordinary SVN properties,a working copy
will have the values of those properties as of whatever revision the
working copy represents - for the objects that were present when that
revision was committed.

You should be able to get a listing of which revisions that properties
were changed from the log, then you could visit each revision where
properties were changed and do whatever you want to the objects
present in each of those revisions.

It would be more efficient to dump the repository and process that.

On Fri, Jul 9, 2010 at 7:52 AM, Nina <ninarock_at_list.ru> wrote:
> I just need to analyze Properties of all repository objects to find objects with certain property and after that do different operations with this set of objects.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2631842

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-07-11 00:59:10 CEST

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

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