I get this trying to use ssh+svn through a firewall.

Suggested patch to fix is:

--- /usr/lib/perl5/SVN/Core.pm  2010-11-09 15:33:12.930103162 -0600
+++ /tmp/Core.pm        2010-11-09 15:33:10.132603023 -0600
@@ -581,7 +581,7 @@

                my $error_message = $svn_error->strerror();
                while ($svn_error) {
-                       $error_message .= ': ' . ($svn_error->message() || "?");
+                       $error_message .= ': ' . ($svn_error->message();
                        $svn_error = $svn_error->child();
                }
                return $error_message;



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to