Is there a good tool to generate change reports from Subversion logs.
We have big team and many commits every day. I\'m looking for some tool to show changes in all
one word: trac. trac.edgewall.org
I use SVNStat to generate these kind of reports nightly.
An alternative to svnmonitor would be the CommitMonitor.
svn2cl generates nice html pages from an svn log http://ch.tudelft.nl/~arthur/svn2cl/
To create a html page instead of the default text output, run
svn log --xml -v > log.xml
xsltproc.exe --nowrite --nomkdir --nonet -o changelog.html svn2html.xsl log.xml