[svk-commit] r3139 - branches/git-storage/lib/SVK/Root

nobody at bestpractical.com nobody at bestpractical.com
Fri Nov 7 08:08:19 EST 2008


Author: clsung
Date: Fri Nov  7 08:08:18 2008
New Revision: 3139

Modified:
   branches/git-storage/lib/SVK/Root/Git.pm

Log:
- pass 11th test of t/11checkout.t

Modified: branches/git-storage/lib/SVK/Root/Git.pm
==============================================================================
--- branches/git-storage/lib/SVK/Root/Git.pm	(original)
+++ branches/git-storage/lib/SVK/Root/Git.pm	Fri Nov  7 08:08:18 2008
@@ -45,7 +45,7 @@
 
     return $type ? $type eq 'blob' ? $SVN::Node::file
                                    : $SVN::Node::dir
-                 : $SVN::Node::unknown;
+                 : $SVN::Node::none;
 }
 
 sub dir_entries {


More information about the svk-commit mailing list