Hi: On Fri, Apr 18, 2008 at 10:11 PM, Jeroen Janssen <[EMAIL PROTECTED]> wrote: > Adding proxy information in the [global] section in > $HOME/.subversion/servers fixed the issue.
Thank you for confirming this information. Cheers (^_^)/ If I may make a (possibly unrelated or unneeded) suggestion: Perhaps instead of directly cloning a remote svn repo via git svn, one could try cloning the remote svn repo to a local svn repo using svnsync (in Subversion 1.4) first, then git svn the local repo. This may improve performance. However, I am unsure if this will work when attempting to push back upstream to the remote svn repo, so it could be useful only for read-only scenarios. Just an untested thought. :-] Best regards, Clifford Caoile