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

nobody at bestpractical.com nobody at bestpractical.com
Thu Nov 6 10:18:46 EST 2008


Author: clsung
Date: Thu Nov  6 10:18:45 2008
New Revision: 3137

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

Log:
- call SVK::Depot::Git instead

Modified: branches/git-storage/lib/SVK/XD.pm
==============================================================================
--- branches/git-storage/lib/SVK/XD.pm	(original)
+++ branches/git-storage/lib/SVK/XD.pm	Thu Nov  6 10:18:45 2008
@@ -452,7 +452,7 @@
     if ($repospath =~ m{\.git/?$}) {
         require SVK::Path::Git;
         my $p = SVK::Path::Git->real_new
-            ({ depot => SVK::Depot->new({ repospath => $repospath, depotname => $depot }),
+            ({ depot => SVK::Depot::Git->new({ repospath => $repospath, depotname => $depot }),
                 commit => 'HEAD',
                 path => $path,
         } );


More information about the svk-commit mailing list