I am trying to import a svn repository into git on Windows 7. I have Ruby/Gems/svn2git installed, but when I run this command:
svn2git http://svn.server/path
I get the following error:
C:/Ruby192/lib/ruby/gems/1.9.1/gems/svn2git-2.0.0/lib/svn2git/migration.rb:226:i
n `popen': No such file or directory - git svn init --no-metadata --trunk=trunk
--tags=tags --branches=branches http://svn.server/path (Errno::ENO
ENT)
I don't know what this error means. All files are in the correct place as far as I can tell, and copying the repository to my local system doesn't work. Any help is appreciated. Thanks!
EDIT: My SVN repository has the default trunk/branch structure.