I'm trying to mirror a svn repo using git-svn.
I'm doing
git svn clone http://worldwind31.arc.nasa.gov/svn/trunk/WorldWind
And I'm getting
Initialized empty Git repository in f:/gstest/WorldWind/.git/
RA layer request failed: PROPFIND request failed on '/svn/trunk/WorldWind': PROPFIND of '/svn/trunk/WorldWind': could not connect to server (http://worldwind31.arc.nasa.gov) at /usr/lib/perl5/site_perl/Git/SVN.pm line 148
If I do the same on another computer that isn't within the proxy it's ok.
I'm on a win7, and I've set $HTTP_PROXY
, http.proxy
(the global one in git) and $HOME/AppData/Roaming/Subversion/servers
to the correct proxy.
Doing svn checkout [repo adress]
in a shell works.
Doing wget [repo adress]
in a shell works.
But not git svn clone [repo adress]
Any ideas? Most of the questions I've found on this points me to the Subversion/servers
file, but now I've edited that one and the problem is still there... :/