I have git and git-svn installed via Fink. I try to do the following:

$ git svn init http://myserver/myrepo
Initialized empty Git repository in checkout/.git/
$ git svn fetch
error: git-svn died of signal 10

Why is git-svn failing? How can I fix this? I have the repo already checked out via vanilla SVN, so there shouldn't be any access or permissions issues.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Might not be the only issue but to fetch the svn data you need to be in a git controlled directory. So cd checkout before the fetch.

link|improve this answer
Ahh, Mark, that's most likely it. I can't believe I didn't think of that! – pr1001 Sep 9 '10 at 16:48
feedback

Your Answer

 
or
required, but never shown

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