[root]

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 104 (100.0%) | 8329 (100.0%) | 80.0 |
| robbie | 25 (24.0%) | 3796 (45.6%) | 151.8 |
| curt | 32 (30.8%) | 1569 (18.8%) | 49.0 |
| nate | 26 (25.0%) | 1418 (17.0%) | 54.5 |
| ray | 3 (2.9%) | 1042 (12.5%) | 347.3 |
| nate+team49 | 9 (8.7%) | 354 (4.3%) | 39.3 |
| team49 | 9 (8.7%) | 150 (1.8%) | 16.6 |
14 lines of code changed in:
Directories are no longer measured for turmoil.
1 lines of code changed in:
20 lines of code changed in:
33 lines of code changed in:
Adding release package to website. Updated version number to 1.4.0.
1 lines of code changed in:
Fixed bug where tool ran incorrectly on https:// repositories.
4 lines of code changed in:
Changed the path the testharness used to get the files from in svn emulation mode.
45 lines of code changed in:
Committing my changes to the testharness and the corresponding changes to SVNTurmoil.
241 lines of code changed in:
Fix for local size measurements.
2 lines of code changed in:
Deleted sort statement in SvnExport() so local vs. remote measurements would work again.
1 lines of code changed in:
Committing a safer fix for the ./ issue. All repository paths are now sanitized during Init() so they contain no instances of ./
This means that running the tool with "-o ./local/././repo/./@1" would behave exactly as if you had run it with "-o local/repo/@1"
5 lines of code changed in:
Changed algorithm for size measurement so it defaults to dense ONLY when no file list is given.
11 lines of code changed in:
Fixed defect 36 (./ in file paths...) with more ugly regexes.
8 lines of code changed in:
Logged and fixed bug where tool ran incorrectly on local repo paths containing the characters "http." The tool now checks for "http://" at the beginning of the path to see if it's a remote repository.
6 lines of code changed in:
Tool was executing "svn info" needlessly in single file mode, which resulted in stderr messages being output.
Added an "unless ($singleFileFlag)" statement before the "svn info" stuff.
Also removed a stray print("\n") statement.
11 lines of code changed in:
Fix bugs related to size measurements.
Problem was a result of inconsistency between “filename@revision” and “filename revision” formats, as well as the -r and -o options not being handled identically in the case of a size measurement.
Also deleted a few lines of unnecessary code.
3 lines of code changed in:
14 lines of code changed in:
fixed defect 33, added and fixed defect 35
21 lines of code changed in:
Fixed bug where tool did not filter ignored files properly.
7 lines of code changed in:
Now -vvv works like -ddd.
3 lines of code changed in:
(63 more)