[svk-commit] r2252 - in trunk: lib/SVK/Mirror/Backend

nobody at bestpractical.com nobody at bestpractical.com
Wed Dec 20 10:00:32 EST 2006


Author: clkao
Date: Wed Dec 20 10:00:30 2006
New Revision: 2252

Modified:
   trunk/   (props changed)
   trunk/lib/SVK/Mirror/Backend/SVNRaPipe.pm

Log:
 r7415 at ubuntu (orig r2250):  clkao | 2006-12-20 22:44:01 +0800
 Fix a bug that tmp files for large delta over pipeline aren't deleted.


Modified: trunk/lib/SVK/Mirror/Backend/SVNRaPipe.pm
==============================================================================
--- trunk/lib/SVK/Mirror/Backend/SVNRaPipe.pm	(original)
+++ trunk/lib/SVK/Mirror/Backend/SVNRaPipe.pm	Wed Dec 20 10:00:30 2006
@@ -287,7 +287,7 @@
 		open my $fh, '<', $svndiff or die $!;
 		slurp_fh($fh, $stream);
 		close $fh;
-		unlink $fh;
+		unlink $svndiff;
 	    }
 	    close $stream;
 	}


More information about the svk-commit mailing list