RedmineRepositoryStatistics » History » Version 1
Felix Dominguez, 2009-06-06 04:29
adding statistics info page
1 | 1 | Felix Dominguez | h1. Repository Statistics |
---|---|---|---|
2 | |||
3 | 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 | |||
5 | h2. Definitions |
||
6 | |||
7 | * _Revisions_ is a count of repository commits. |
||
8 | * _Changes_ is a count of the number of files that have changed overall. |
||
9 | _Note: a revision can contain any number of changes_ |