`git-svn info` worked fine also for me before.

I had to changes following line to make it work again:

--- /usr/bin/git-svn    2008-07-06 20:21:29.000000000 +0000
+++ /usr/bin/git-svn.mine       2008-07-24 13:26:20.000000000 +0000
@@ -797,7 +797,7 @@
 }

 sub cmd_info {
-       my $path = canonicalize_path(shift or ".");
+       my $path = canonicalize_path(shift || "") || ".";
        unless (scalar(@_) == 0) {
                die "Too many arguments specified\n";
        }


Cheers,
Jozef.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to