Open manav95 opened 6 years ago
Do you have Ruby installed?
ruby -v
Also if you rename this issue to something relevant; more people will find it and help.
Do you have Ruby installed?
ruby -v
Also if you rename this issue to something relevant; more people will find it and help.
Opt out
I am trying to convert an existing SVN repo to a Git one. Here is the command I use:
svn2git svn+ssh://me@example.url/svn/code/AndroidApp --authors authors.txt
I have changed the URL to a dummy one for security reasons, but I dont think its important for the purpose of this question. I have had issues getting some Perl modules needed by Subversion working. I was able to use cpan to download SVN:_Core, and I have Perl 5 along with git installed on the box. I tried running svn2git and I get this error:
Can't load
I have the DynaLoader.pm at that specific location. I am not sure why it can't proceed and am at a loss on what to do next to get it to load the .so file.