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

TrimMergeInfo.pl - Trim Matching Subversion Merge Information

From: Geoff Rowell <geoff.rowell_at_gmail.com>
Date: Mon, 6 Jul 2009 14:08:57 -0400

Here's an updated version of this Perl script that now supports trimming
specific revision number ranges for matching repository paths in a working
copy's merge information.

 

Requires the installation of XML::Simple.

 

Examples of use:

. perl TrimMergeInfo.pl /my/wc /branches/old_feature

Remove any merge information for the "old_feature" branch.

. perl TrimMergeInfo.pl /my/wc /branches/active_feature
--revisions=121:320

Trim revisions 121 through 320, inclusive, from the merge information for
the "active_feature" branch.

---
Geoff Rowell
geoff.rowell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2368465
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].


Received on 2009-07-06 20:09:55 CEST

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.