On Fri, Jul 15, 2011 at 06:07, Peter Samuelson <pe...@p12n.org> wrote: > > [Ivan Krasilnikov] >> When using git-svn I frequently see the following warning in >> subversion's perl bindings after a network error: >> >> Use of uninitialized value in concatenation (.) or string at >> <...>/SVN/Core.pm >> line 584. > > Just to verify that we've addressed the error correctly, I'm trying to > reproduce it, and I can't. (I've been trying to simulate network > errors with Linux iptables.) What kinds of network errors cause this > warning, and what 'git svn' commands are you using?
Looks like this issue only affects svn+ssh:// repositories. I've just tried cloning some public http(s):// repositories and firewalling destination host with iptables - didn't get the warning. But it appears reliably every time when I'm git svn fetch'ing from an svn+ssh:// repository.