error 127 when running "git svn init" on cygwin

Posted by Michael Borgwardt on Stack Overflow See other posts from Stack Overflow or by Michael Borgwardt
Published on 2010-04-02T00:23:05Z Indexed on 2010/04/02 0:33 UTC
Read the original article Hit count: 356

Filed under:
|

I'm trying to convert a local SVN repository to git using git-svn under cygwin and failing. This is what happens:

$ git svn init -t tags -b branches -T trunk  file:///cygdrive/e/repository/project
init: command returned error: 127

Any ideas?

© Stack Overflow or respective owner

Related posts about git-svn

Related posts about cygwin