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

Re: annotate/log mergeinfo

From: JamieEchlin <jamie.echlin_at_credit-suisse.com>
Date: Tue, 11 Jan 2011 02:03:41 -0800 (PST)

Kylo Ginsberg-2 wrote:
>
> Does anyone have a script that will annotate and/or log mergeinfo. I.e.
> I'd
> like to:
> * see all the log entries that modified svn:mergeinfo for a given node
> (file
> or directory)
> * annotate the svn:mergeinfo for a given node, so I can see what
> author/rev
> was responsible for each line
>

As far as I know "svn log --with-revprop svn:mergeinfo --xml ." should do
that but doesn't.

Therefore you need to write a script to walk the log entries on the branch,
and compare with the predecessor. I think here are a few of these about, but
I wrote my own, http://old.nabble.com/file/p30642064/ShowRevProps.groovy
ShowRevProps.groovy ... maybe this will help you.

jamie

-- 
View this message in context: http://old.nabble.com/annotate-log-mergeinfo-tp30638936p30642064.html
Sent from the Subversion Users mailing list archive at Nabble.com.
Received on 2011-01-11 11:04:18 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.