Error trying to use svn2git on Windows

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://svn.server/path (Errno::ENO
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.

+3
source share
1 answer

Svn2Git , git -core (msysgit Windows) git -svn, "git svn", , PATH.

fooobar.com/questions/84386/... , git -core, git -svn.

0

Source: https://habr.com/ru/post/1796391/


All Articles