SVN History database reader
Small tool to read the SVN database to see the commit history.
if you wanted to edit the output data, just change the select query
select local_relpath,kind, changed_author, checksum from NODES
sqlite3 module must be installed, and you'll be good to go.