[svk-commit] r3143 - branches/git-storage/lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Thu Dec 11 09:58:45 EST 2008


Author: clsung
Date: Thu Dec 11 09:58:43 2008
New Revision: 3143

Modified:
   branches/git-storage/lib/SVK/Command.pm

Log:
- push cleaned module

Modified: branches/git-storage/lib/SVK/Command.pm
==============================================================================
--- branches/git-storage/lib/SVK/Command.pm	(original)
+++ branches/git-storage/lib/SVK/Command.pm	Thu Dec 11 09:58:43 2008
@@ -651,6 +651,14 @@
     }
 
     from_native ($path, 'path', $self->{encoding});
+    if ($repos->isa('SVK::Path::Git')) {
+        $repos->path($path);
+        return SVK::Path::Checkout->real_new
+            ({ report => File::Spec->canonpath ($arg),
+            copath_anchor => $copath,
+            xd => $self->{xd},
+            source => $repos });
+    }
     return SVK::Path::Checkout->real_new
 	({ report => File::Spec->canonpath ($arg),
 	   copath_anchor => $copath,


More information about the svk-commit mailing list