You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by Michael Herndon <mh...@wickedsoftware.net> on 2012/06/08 18:53:28 UTC

in case you run into Author: [name] not defined in .git/authors.txt file

In case you are using git-svn and see the following error after running
"git svn rebase" on a brach:

Author: [name] not defined in .git/authors.txt file

just cd into the .git directory and add the user to the /authors.txt file
where [name] is the apache user name.

[name] = Full Name <[n...@apache.org>

save file.

run "git svn rebase" again.