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

Re: TrimMergeInfo.pl - Trim Matching Subversion Merge Information

From: Andrea <mariofutire_at_googlemail.com>
Date: Tue, 07 Jul 2009 19:25:53 +0100

On 06/07/09 19:08, Geoff Rowell wrote:
>
>
> 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.

Hi,

I've tried to use the old version and I wanted to report this warning message I got

Use of uninitialized value in split at TrimMergeInfo.pl line 123.

Everything worked fine though, other than for a small issue:
For 3 files the mergeinfo, while being empty was not deleted from the repository.
svn propdel did not succeed either, but doing it directly on the gui with tortoise I could actually
delete the prop.

Next time I will check the new version.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2368921

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-07 20:26:47 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.