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

Re: using svn to get change logs of files with custom properties

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Mon, 8 Dec 2008 21:42:59 -0600

On Dec 7, 2008, at 00:51, Andrew S. wrote:

> Is there a way I can use `svn info` or `svn log` over a range of
> dates AND only on files that have a specific custom property?

No... Subversion has no facility to search properties.

> Ultimately I want only logs of files that have a specific custom
> property.
>
> Currently I want to write a perl script that does this (using
> arbitrary
> dates and repo):
>
> $ svn info -R -r {2008-12-1}:{2008-12-31}
> http://svn.myorg.com/projectsource/
> $ svn propget feature -R http://depot/projectsource
>
> and then have the script pick out the log entries from the output of
> `svn info` based on the tags that I see in output of `svn propget`.
> But if there's a way to combine those two commands, into some kind of
> super command, I wouldn't have to go through all that :)
>
> Basically my question is, is there something like this fantasy command
> available to use?:
>
> $ svn info -R --properties=project:foo,feature:bar
> -r {2008-12-1}:{2008-12-31} http://svn.myorg.com/projectsource/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=981457

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-09 04:44:01 CET

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.