I want to generate a LOC(Lines of code) metric for my svn repo given a date range:
Date: July 2012
Lines Added: 38,719
Lines Modified: 22391
Lines Deleted: 9512
Total: 70621
I have explored tools like Statsvn, svnplot, fisheye, and tortoisesvn and they all provide LOC graphs but none show the level of detail I need (lines added , lines modified , lines deleted) and also , I need the raw data rather than a graph.
I have also looked around the web/other threads on this and none of the solutions(e.g. using svn diff or diffstat) seem to have the 3 elements (lines added , lines deleted , lines modified) that i need.
Does anyone have a suggestion on how to get this data ?
Thanks for your help.