vote up 1 vote down star

Hey guys,

I'm trying to check out a svn repository using git.

I'm using the following command:

git.exe svn clone "https://svn.outserver.net:8443/svn/someProject"

I accept the certificate, and the repository transfer starts. After a while, say 15min, I get a "fatal: unable to run "git-svn"". I have tried pulling down multiple times, but I always get this error message. (When it happens .. seems to be completely random).

Also, I cannot continue a transfer after it has failed, instead of have to delete the .git directory and start over. (Or else I get a "error: More that one value for the key svn-remote.svn.fetch").

Any suggestions, other then not using https? (I'm assuming that that's the problem).

Also I was unable to determine a solution from the following post: http://stackoverflow.com/questions/1084816/fatal-unable-to-run-git-svn

Thanks!

flag

30% accept rate

2 Answers

vote up 0 vote down

Duplicate.

link|flag
Not really a duplicate, as I'm not getting a "fatal: unable to connect a socket" error .. I am in fact able to connect to the SVN server, but after a while the connection drops. – vicjugador Aug 17 at 20:12
vote up 0 vote down

If it is random it sounds like a network issue. Is the network dropping packets? Does that cause a dropped connection? Try cloning from a reliable connection. Or try making a copy closer with another tool like svnsync and clone from that. Then you'll probably have to hack a bit on git-svn so that it'll work with another repository URL...

link|flag
Definitely not a network issue. GIT is the only program that is having this problem. When using Subversion instead for doing large checkouts I get no problems. Also, I have never experienced any network related problems with the current network that I'm using. – vicjugador Nov 26 at 18:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.