Subversion statistics list
I'm going to write a little library and after the UI for agregating and visualizing statistics from the specified subversion repository. My question is: What do you need like a developers/leads/managers to see on the statistics ?
Here I put down some initial ideas :
1. Commits by author(s)
2. Files that were changed by the author(s)
3. Changed code lines ratio respect total count of lines in the single file by author(s)/ subfolder(s) => file(s)
4. Have a possiblity to create the group of the files (some kind of PROJECT concept virtualisation) in order to v开发者_运维技巧alidate impact of one author(s) on the specified PROJECT, thow group of files.
All these obviously is calculated over specified timeline chosen by user.
So, something else ?
Thank you in advance.
I would also like to have commit count by a certain author as well (similar to what is provided by tortoise svn)
Edit:
No Problem :)
I would also like, If you brain storm a bit and come up with a way/feature by which I can see the contribution of a author to a project (not just commit count).
Thanks
Just use StatSVN, from the site:
StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development, e.g.
- Timeline for the lines of code
- Lines of code for each developer
- Activity by Clock time
- Authors Activity
- Author activity per Module
- Author Most Recent Commits with links to ViewVc
- Stats per directory
- File count
- Average file size
- Largest files
- Files with most revisions
- Directory Sizes
- Repository Tags Number of LOC per version.
- Repository tree with file count and lines of code
- LOC and Churn the evolution of LOC and the amount of change per day
- Repo Map the dynamic hierarchical view of your repo for the last 30 days
精彩评论