I am migrating several projects from SVN to Git, and I am using Git\'s \'svn clone\' feature. I am trying to run the following:
git svn clone --stdlayout --a
I got the exact same problem with msysgit 1.9.4. Try to use v1.8.3 instead: I cloned all my SVN repositories without an error with it.