Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2011 11:06:44 +0200
From:      Simon Olofsson <simon@olofsson.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: monitoring changes in SVN branches
Message-ID:  <iuepv4$rf4$1@dough.gmane.org>
In-Reply-To: <20110628191345.GA1128@tiny>
References:  <20110628191345.GA1128@tiny>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?iuepv4$rf4$1>