[svk-commit] r2103 - trunk/lib/SVK/Editor

clkao at bestpractical.com clkao at bestpractical.com
Fri Nov 3 13:01:14 EST 2006


Author: clkao
Date: Fri Nov  3 13:01:14 2006
New Revision: 2103

Modified:
   trunk/lib/SVK/Editor/XD.pm

Log:
Fix a bug that checkout doesn't create signature cache, spotted by DannyB++.

Modified: trunk/lib/SVK/Editor/XD.pm
==============================================================================
--- trunk/lib/SVK/Editor/XD.pm	(original)
+++ trunk/lib/SVK/Editor/XD.pm	Fri Nov  3 13:01:14 2006
@@ -134,7 +134,7 @@
 	# editor in the future, or to update the cache in cb_localmod
 	# for modified entries.
 	$self->{cursignature}[-1]->changed ($file)
-	    if $self->{added}{$path};
+	    if $added;
 	$self->{xd}{checkout}->store ($copath, {revision => $self->{revision}}, {override_descendents => 0});
 	$self->{xd}->fix_permission ($copath, $self->{exe}{$path})
 	    if exists $self->{exe}{$path};


More information about the svk-commit mailing list