I am migrating the source code with all the commits from SVN to GIT (Code cloud). I am able to fetch all the commit authors from SVN repo in Authors.txt. I am using command to fetch all the codebase from SVN to local:
git svn clone --fetch-all --stdlayout --authors-file=authors.txt <SVN Repo URL
but i am getting below error
Can anybody help me ?