I'm trying to move a project on a server (using svn) to another server (using git). My approach is converting svn to git first, then pushing the git repository to the new server.
While I was trying to convert svn to git, I referred to this link -- How to migrate SVN repository with history to a new Git repository?
It worked fine, until I hit --
Filesystem has no item: Working copy path 'branches/Some_Tests' does not exist in repository at /mingw64/share/perl5/site_perl/Git/SVN/Ra.pm line 312.
The path in question definitely exists in the repository, and I have no problem commit changes to the files in the folder. Apparently I don't know much about perl. But if anyone has any suggestion in modifying script or any different approach, I'd definitely love to try it out. Appreciate all the help!