- Timestamp:
- Sep 6, 2006, 2:41:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/readme.txt
r188 r189 37 37 38 38 For each developer svndigest calculates the number of contributed 39 lines in the latest (checked out) revision. By checking when each line40 was last change, for each revision svndigest calculates how many lines 41 each developer had contributed that are still in use. svndigest 42 s eparates between different types of lines: line of code, lineof43 comment, and empty lines.39 lines in the latest (checked out) revision. Svndigest calculates for 40 each revision, by checking when each line was last changed, how many 41 lines each developer had contributed at that specific revision and 42 still are in use. svndigest separates between different types of 43 lines: line of code, line of comment, and empty lines. 44 44 45 45 The separation between types of lines is designed to support C++ style … … 70 70 use of the property svndigest:ignore. 71 71 72 Sometimes large test files and xmlfiles are added to the repository72 Sometimes large test files and XML files are added to the repository 73 73 that should not really be counted in the statistics. This is solved 74 74 with the svndigest:ignore property. Files with this property are … … 93 93 each entry. 94 94 95 iv) Create the plots and htmlpresentation.95 iv) Create the plots and HTML presentation.
Note: See TracChangeset
for help on using the changeset viewer.