Bug 34: refactoring the bugzilla integration a bit to implement the new WebBugtrackerIntegration interface. No functional change.
27 lines of code changed in 4 files:
fixed existing tests that were broken; patched some code, removed some irrelevant tests.
55 lines of code changed in 3 files:
added distribution for 0.0.9
0 lines of code changed in 1 file:
bug 18: handling of new IOException during diff instead of causing application to stop (to handle server DoS protection gracefully, as we did previously)
4 lines of code changed in 1 file:
updated front page; removed draft and added link to sourceforge project page
2 lines of code changed in 1 file:
bug 18: propget on deleted binary files now works, even if it is not used.
Now throwing error when message is in standard out AND error stream. Previous tests had shown the error was on the error stream, but now it is shown on the standard out.
21 lines of code changed in 2 files:
bug 18 - cached info is now taken into account when attempting to diff revisions
54 lines of code changed in 2 files:
Bug 14: now including copyfrom-path and copyfrom-rev in our RevisionData ... in case we ever want to use it.
30 lines of code changed in 2 files:
bug 31: removed useless import
0 lines of code changed in 1 file:
bug 18: fixed issue with calling getCurrentLine() instead of nextline().
tested: when network fails, bubbles up an IOException such as "svn: can't write to connection: An existing connection was forcibly closed by the remote host".
needs to be tested on server that prevents DoS, but the IOException needs to be handled to try and continue and persist any information that was acquired
1 lines of code changed in 1 file:
bug 31: had forgotten a process creation
8 lines of code changed in 1 file:
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:
bug 31: centralize how we execute other processes.
bug 18: helping persistence of binary status by bubbling up BinaryDiffException
394 lines of code changed in 8 files:
renaming line counts to cache & persisting binary status in cache (initial implemetation only)
70 lines of code changed in 4 files:
removed useless import
0 lines of code changed in 1 file:
renamed viewcvs to viewvc everywhere except Ant task.
54 lines of code changed in 7 files:
forgot logfile.
0 lines of code changed in 1 file:
bug 12: some work towards re-integrating input layer level tests
wrote a fixture that helps run statsvn without having to connect to the server, using files.
785 lines of code changed in 14 files: