The authors in my svn repo look like this:
$ svn log --xml | Posted by grep | sort -u | perl -pe's /. > (.?) & lt ../$ 1 = / '
Conclusion:
<author>ashfame</author>
<author>clean</author>
<author>clean </author>
<author>rocketweb</author>
But when cloning a repo to import using git svn cloneit it stops between wordsAuthor: clean not defined in /home/ashfame/fun/authors-transform.txt file
Note the double space after cleaning, which means its third user "clean ".
How do I format the authors file to have a space in the username? My current content is as follows:
ashfame = Ashfame <mail@example.com>
clean = Yogesh Tiwari <yogesh.tiwari@example.com>
clean = Yogesh Tiwari <yogesh.tiwari@example.com>
"clean\ " = Yogesh Tiwari <yogesh.tiwari@example.com>
"clean " = Yogesh Tiwari <yogesh.tiwari@example.com>
rocketweb = rocketweb <rocketweb@rocketweb.com>
(no author) = Yogesh Tiwari <yogesh.tiwari@example.com>
(no author) = no_author
: svn repo git - , "" , "" , , svn repo. , ?