I am attempting to convert a remote Subversion repository to git on my local Windows machine. I installed ruby, svn2git, and then created a file called authors.txt
for converting the associated committers.
When I run the command svn2git my://repo/url --authors authors.txt
, I get the error:
Checking svn:mergeinfo changes since r3: 1 sources, 1 changed refs/remotes/svn/Production: no associated commit metadata command failed: git svn fetch
I have searched around and I was unable to find any situation that applied directly to my error. Anyone have a clue why this error would pop up?