You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When svn2git encounters a SVN commit author not in the authors file, it will print out an error but keep going in the migration. The error normally looks something like this:
Author: x not defined in authors.txt file
Even though the svn migration didn't complete successfully, svn2git will keep going and build the branches and tags, which buries the error.
I'd rather have svn2git error out than keep going on a incomplete migration, or have a flag to force this behavior.
The text was updated successfully, but these errors were encountered:
When svn2git encounters a SVN commit author not in the authors file, it will print out an error but keep going in the migration. The error normally looks something like this:
Even though the svn migration didn't complete successfully, svn2git will keep going and build the branches and tags, which buries the error.
I'd rather have svn2git error out than keep going on a incomplete migration, or have a flag to force this behavior.
The text was updated successfully, but these errors were encountered: