From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 09:07:01 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EB2F1065678 for ; Wed, 29 Jun 2011 09:07:01 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3A68FC12 for ; Wed, 29 Jun 2011 09:07:01 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qbqjb-0000Lq-4w for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 11:06:59 +0200 Received: from cgn01.cm4all.net ([91.199.241.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2011 11:06:59 +0200 Received: from simon by cgn01.cm4all.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2011 11:06:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Simon Olofsson Date: Wed, 29 Jun 2011 11:06:44 +0200 Lines: 15 Message-ID: References: <20110628191345.GA1128@tiny> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cgn01.cm4all.net User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 In-Reply-To: <20110628191345.GA1128@tiny> Subject: Re: monitoring changes in SVN branches X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2011 09:07:01 -0000 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