Complex reporting on subversion (possibly Export Subversion log into database for reporting)
- by James A. N. Stauffer
What is the best way to do complex reporting on subversion logs like the following for each file?
file, directory, last revision date, previous revision date(where revision date is at least 30 older than last), days diff(between revision dates)
Since Subversion allows on revision to change multiple files I assume svn log needs to be run against…