I'm having trouble cloning svn repository from Git. I have defined users.txt file containing all users who contributed in SVN repo. Then I execute the following command to clone SVN repo:
git svn clone --no-metadata --authors-file=C:/temp/Migration/AES_Exchange/users.txt https://some.url.com
/repos/Exchange Git_SVN
But I get an error stating:
"Author: SVNAdmin not defined in C:/temp/Migration/AES_Exchange/users.txt file"
Even though that user is defined in users.txt file.
SVNAdmin = svnadmin <svnadmin@sss.com>
adaraz = adaraz <adaraz@sss.com>
Any help would be greatly appreciated.
Thanks