Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 147 (100.0%) | 3576 (100.0%) | 24.3 |
statsvn/src/net/sf/statcvs/input/ | 62 (42.2%) | 2566 (71.8%) | 41.3 |
statsvn/src/net/sf/statcvs/util/ | 7 (4.8%) | 271 (7.6%) | 38.7 |
statsvn/src/net/sf/statcvs/output/ | 24 (16.3%) | 167 (4.7%) | 6.9 |
statsvn/tests-src/net/sf/statcvs/input/ | 9 (6.1%) | 112 (3.1%) | 12.4 |
statsvn/tests-src/net/sf/statcvs/model/ | 7 (4.8%) | 106 (3.0%) | 15.1 |
statsvn/src/net/sf/statcvs/ | 6 (4.1%) | 92 (2.6%) | 15.3 |
statsvn/devdoc/ | 1 (0.7%) | 81 (2.3%) | 81.0 |
statsvn/src/net/sf/statcvs/model/ | 8 (5.4%) | 69 (1.9%) | 8.6 |
statsvn/src/net/sf/statcvs/reports/ | 12 (8.2%) | 43 (1.2%) | 3.5 |
statsvn/tests-src/net/sf/statcvs/output/ | 1 (0.7%) | 28 (0.8%) | 28.0 |
statsvn/src/net/sf/statcvs/renderer/ | 6 (4.1%) | 27 (0.8%) | 4.5 |
statsvn/src/net/sf/statcvs/ant/ | 1 (0.7%) | 11 (0.3%) | 11.0 |
statsvn/src/net/sf/statcvs/reportmodel/ | 1 (0.7%) | 2 (0.1%) | 2.0 |
statsvn/ | 2 (1.4%) | 1 (0.0%) | 0.5 |
bug 18 - cached info is now taken into account when attempting to diff revisions
54 lines of code changed in 2 files:
Bug 18 - updated the cache xml file to include binary status; still need to use this information before using svn diff
182 lines of code changed in 5 files:
updated ant task to include cache directory
11 lines of code changed in 1 file:
renaming line counts to cache & persisting binary status in cache (initial implemetation only)
70 lines of code changed in 4 files:
converting dates in svn log into local timezone
92 lines of code changed in 1 file:
now saving xml files by default in $HOME/.statsvn/
18 lines of code changed in 2 files:
now saving xml files by default in the directory where statsvn.jar resides
24 lines of code changed in 1 file:
use repository uuid instead of repository url for naming of lineCounts xml files
44 lines of code changed in 5 files:
fixed bug 10: now saving xml files to a directory specified by command line arguments
40 lines of code changed in 3 files:
making the $Id$ keyword work
3 lines of code changed in 2 files:
comments changed
3 lines of code changed in 1 file:
added ID keyword to the last two files added to repository
1 lines of code changed in 2 files:
fixed Bug 10 except for saving xml files (repositories and lineCounts_*) to the statsvn directory
68 lines of code changed in 4 files:
now all revisions of a path are saved under the same path in lineCounts.xml; a revision with only property changes is now correctly interpreted as 0 0 instead of -1 -1
190 lines of code changed in 2 files:
bug 9: resolved
8 lines of code changed in 2 files:
bug 9: diff on deleted files (not finished yet)
69 lines of code changed in 3 files:
refactored file handlers, added LineCountsBuilder, svn diff is now not used if line counts exist in the xml file
391 lines of code changed in 7 files:
writing & reading of lineCounts.xml (still following issues: full or relative path for xml entries; saved xml data is not used - data will be duplicated in next xml file; limited svn diff parsing to first 5 files)
360 lines of code changed in 2 files:
fixed display bug on index.html (br is not shown anymore)
1 lines of code changed in 1 file:
finished parsing of svn diff (per file): now assigns added/removed lines to the correct revision
13 lines of code changed in 3 files:
(7 more)