monitoring changes in SVN branches

Simon Olofsson simon at olofsson.de
Wed Jun 29 09:07:01 UTC 2011


On 06/28/2011 09:13 PM, Matthias Apitz wrote:
> Is there some tool (in the ports) to watch if changes done in one of SVN
> branches are also incorporated into other branches?

Since version 1.5 SVN records this information in the mergeinfo 
property, see [1] and [2].
Writing a script that reads this property shouldn't be too hard.

[1] 
http://svnbook.red-bean.com/en/1.5/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.mergeinfo

[2] http://www.collab.net/community/subversion/articles/merge-info.html

Regards,
Simon



More information about the freebsd-questions mailing list