[svk-commit] r2981 - trunk/lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Tue Jul 8 20:44:24 EDT 2008


Author: clsung
Date: Tue Jul  8 20:44:19 2008
New Revision: 2981

Modified:
   trunk/lib/SVK/Project.pm

Log:
- fix errors from my commit to Info.pm

Modified: trunk/lib/SVK/Project.pm
==============================================================================
--- trunk/lib/SVK/Project.pm	(original)
+++ trunk/lib/SVK/Project.pm	Tue Jul  8 20:44:19 2008
@@ -269,7 +269,7 @@
     if ($path_obj->_to_pclass("/local")->subsumes($current_path)) { # guess if in local branch
 	# should only be 1 entry
 	$current_path = ($path_obj->copy_ancestors)[0]->[0];
-	$path_obj = $path_obj->copied_from;
+	$path_obj = $path_obj->copied_from if $path_obj->copied_from;
     }
 
     # Finding inverse layout first


More information about the svk-commit mailing list