RE: Ant Task and Diff Export
From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-08-09 16:24:22 CEST
> -----Original Message-----
Here's a (lightly tested) script that will list the delta between 2
$ svn log -q -v -r X:Y URL | perl a.pl
#########################
use File::Basename;
my %h;
chomp;
if ( /^ (.) (.*)/ ) {
$filename =~ s/ \(from .*:\d+\)$//;
$h{$filename} = "$action";
if ( $action !~ /^A|M|D$/ ) {
print "Delta:\n";
print "\nDeletions:\n";
*****
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. AL621
---------------------------------------------------------------------
|
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.