Svnreauthor

Background

This tool is a simpler one than my other tool svndumpsanitizer. The puropse of this one is simply to allow repository admins to retroactively change the names of commit authors. It works with svn dump files, not on live repositories.

Download

The latest version can be downloaded here.

Quickstart

Compile with:
gcc svnreauthor.c -o svnreauthor
For usage instructions run:
svnreauthor --help