git-svn on Windows. Where to get binaries? git-svn on Windows. Where to get binaries? windows windows

git-svn on Windows. Where to get binaries?


git-svn is installed in the latest version of msysgit. However, there's a slight caveat: while git-svn shows up in C:\Program Files\git\libexec as "git-svn", svn is actually called as an argument to the git executable, thus:

git svn clone http://example.com/svn/repo/


This earlier version has working git-svn. I thought that git-svn in the current version that you installed was fixed, but maybe not. Git-svn definitely did not work in the windows version of Git 1.5.6.1.


Install cygwin and select the git-svn package under the Devel category.