RedmineRepositoryStatistics » History » Version 1
Felix Dominguez, 2009-06-06 04:29
adding statistics info page
1 | 1 | Felix Dominguez | h1. Repository Statistics |
---|---|---|---|
2 | 1 | Felix Dominguez | |
3 | 1 | Felix Dominguez | Redmine generates two SVG images representing the number of _Changes_ and the number of _Revisions_ in the configured repository. One image shows a month to month break down of _Changes_ vs _Revisions_. The other image shows the number of _Changes_ and _Revisions_ made by each commiter. |
4 | 1 | Felix Dominguez | |
5 | 1 | Felix Dominguez | h2. Definitions |
6 | 1 | Felix Dominguez | |
7 | 1 | Felix Dominguez | * _Revisions_ is a count of repository commits. |
8 | 1 | Felix Dominguez | * _Changes_ is a count of the number of files that have changed overall. |
9 | 1 | Felix Dominguez | _Note: a revision can contain any number of changes_ |