Possible Duplicate:
SVN analysis tool
In SVN, how can I get output like this
username1 12.4%
username2 97.6%
where it means that username1 has contributed (committed) 12.4% of the code and username2 has contributed 97.6% of the code, and I want it to only compute this for .java files (hence, ignore image uploads and things)
How can I do?