Package: git-svn Version: 1:1.7.10.4-1 Tags: patch thanks Hi,
I modified git-svn and most annoyed error was disappeared. only 3 remains, but that is another issue. Thanks to Fumiyasu Satoh <fumi...@osstech.jp> to pointing out not enough URI encoding. --- ../bak.git-1.7.10.4/git-svn.perl 2012-06-03 23:15:58.000000000 +0000 +++ ./git-svn.perl 2012-09-13 07:13:57.535465133 +0000 @@ -1248,6 +1248,7 @@ $path =~ s#^\./## if $dot_slash_added; $path =~ s#^/##; $path =~ s#^\.$##; + $path =~ s# #%20#; return $path; } -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org