25 | | svndigest traverses a directory structure (controlled by subversion) and |
26 | | calculates developer statistics for all subversion controlled |
27 | | entries. The result is written to a sub-directory that will be created in the |
28 | | current working directory. |
| 25 | svndigest traverses a directory structure (controlled by subversion) |
| 26 | and calculates developer statistics for all subversion controlled |
| 27 | entries. The result is written to a sub-directory of a user |
| 28 | specifiable target directory (default is the current working |
| 29 | directory). |
36 | | The statistics calculated is the number of lines contributed from each |
37 | | contributing developer in the latest (checked out) revision. Also, the |
38 | | number of lines still in use from each revision is calculated. |
| 37 | For each developer svndigest calculates the number of contributed |
| 38 | lines in the latest (checked out) revision. By checking when each line |
| 39 | was last change, for each revision svndigest calculates how many lines |
| 40 | each developer had contributed that are still in use. svndigest |
| 41 | separates between different types of lines: line of code, line of |
| 42 | comment, and empty lines. |