How to determine a developer's total contribution to SubVersion?

svn, tortoisesvn, version-control

Solution

There is MPY SVN STATS and also StatSVN if I remember correctly that should do what you want and much more.

I don't think it can be done with tortoisesvn all the tools that I know are command line tools and I fear some of them linux tools.

Problem

I'd like to be able to see someone's total lines of code contributed to our application. Say the app is 10k lines of code, I'd like to see the breakdown of how many LOC each developer has committed to the repository. Is there anything for SubVersion to get this kind of info?

Original source