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

Re: Property change log

From: Daniel Becroft <djcbecroft_at_gmail.com>
Date: Tue, 15 Feb 2011 19:02:23 +1000

On Tue, Feb 15, 2011 at 5:03 PM, Daniel Widenfalk
<Daniel.Widenfalk_at_iar.se>wrote:

> Hi,
>
> A colleague of mine asked me this: "Is there an easy
> way to list in which revisions a property has changed?".
> After wringing my brain around the problem for a bit I
> had to conceit failure. My question to the community
> is therefor; How do I do the equivalent of:
>
> svn proplog svn:externals .
>
> Where proplog is an invented command that only show the
> log messages for revisions that contain changes to the
> given property. The command would only recurse if -R is
> given on the command line.
>
> Best regards
> /Daniel Widenfalk
>

I just tried it out, and I expected:

svn log --depth empty <directory_name>

to work, but 'svn log' doesn't accept the depth option.

I know there's work to add an option to exclude all property changes from
the log - maybe it should be structured like the '--with-all-revprop,
--with-no-revprop, --with-revprop' options.

Cheers,
Daniel B.
Received on 2011-02-15 10:03:23 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.