Is there an easy way to show a project manager a few grpahics/numbers how much has changed in a SVN? FOr example to tell him, withn the last 2 weeks we have added 50 new files, 63000 lines of code changed, …
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure if it’ll get you exactly the graphs you want (and I cannot test, as I don’t have it or this computer), but Tortoise SVN can give you some graphs, such as number of commits by date.
See for example this page for a couple of screenshots.
Another tools that might interest you is StatSVN — and it seems that this one can get you a graph counting number of lines of code.
Another solution, instead of using some one-shot tool, would be to use some continuous-integration platform on your project (like Jenkins, for example), and configure it to show this kind of reports.
This way, at any given time, anyone in your team could access those statistics, and follow the development of the project.