What reporting is available for svn?

Bravax picture Bravax · Jan 21, 2009 · Viewed 19.7k times · Source

We are in the process of moving to SVN.

Unfortunately for us, we are audited periodically, where the auditors require information like:
Histories of changes to files
History of access to SVN
New files Added
Changes in files

Is there a tool which can produce these reports for us (or some of these)?

Answer

sundar venugopal picture sundar venugopal · Jan 22, 2009

StatSVN is a light weight subversion report generator. http://www.statsvn.org/

  1. first generate the verbose log file - svn log

  2. run StatSVN , it is a single jar file.

StatSVN provides a list of metrics:

  • which file is changed the most
  • how many lines are added
  • who is contributing more