I am trying to import the 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:
ENT)
I do not know what this error means. As far as I know, all the files are in the right place, and copying the repository to my local system does not work. Any help is appreciated. Thank!
EDIT: My SVN repository has a default trunk / branch structure.
source
share