Skip to content

Instantly share code, notes, and snippets.

@SimonJWin
SimonJWin / remove_empty_mergeinfo.pl
Created November 26, 2012 14:39
Remove blank svn:mergeinfo
#!/usr/bin/perl -w
#*****************************************************************************#
#* Deletes svn:mergeinfo that contains no data. *#
#* *#
#* Run from a working copy. Does not commit changes. *#
#*****************************************************************************#
use strict;
use XML::Simple;
use Getopt::Long;