Commit Log (Page 1 of 2)

back to main page

Pages: 1 2 Next

Summary Period: 2006-04-13 to 2006-03-08 (Commits 39-88 of 88)

jkealey 2006-04-13 20:58

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:

jkealey 2006-04-13 18:30

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:

gunterm 2006-04-13 09:24

bug 18 - cached info is now taken into account when attempting to diff revisions

54 lines of code changed in:

jkealey 2006-04-12 20:09

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:

jkealey 2006-04-12 19:29

bug 31: removed useless import

0 lines of code changed in:

jkealey 2006-04-12 19:28

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:

jkealey 2006-04-12 18:44

bug 31: had forgotten a process creation

8 lines of code changed in:

gunterm 2006-04-12 18:13

Bug 18 - updated the cache xml file to include binary status; still need to use this information before using svn diff

204 lines of code changed in:

gunterm 2006-04-12 12:28

updated ant task to include cache directory

11 lines of code changed in:

jkealey 2006-04-11 18:05

bug 31: centralize how we execute other processes.
bug 18: helping persistence of binary status by bubbling up BinaryDiffException

453 lines of code changed in:

gunterm 2006-04-11 17:28

renaming line counts to cache & persisting binary status in cache (initial implemetation only)

428 lines of code changed in:

jkealey 2006-04-10 13:07

removed useless import

0 lines of code changed in:

jkealey 2006-04-10 12:59

renamed viewcvs to viewvc everywhere except Ant task.

188 lines of code changed in:

jkealey 2006-04-04 16:18

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.

814 lines of code changed in:

jpdaigle 2006-03-25 04:32

Fixed usage message to reflect -bugzilla option

1 lines of code changed in:

jpdaigle 2006-03-25 04:31

Adding support for -bugzilla option

99 lines of code changed in:

jpdaigle 2006-03-23 23:50

Bug 5 first attempt: authentication parameters

88 lines of code changed in:

jkealey 2006-03-20 12:11

bug 15: svn.log is filled with entries in other branches, even if not relevant to current working folder.

357 lines of code changed in:

jkealey 2006-03-20 11:17

got rid of cvsweb and fixed broken tests for repository integration

32 lines of code changed in:

jkealey 2006-03-20 11:06

bug 24 chora web repository integration; chora doesn't seem to support deleted files as of yet, so the links do not work, but diff/view works great!

45 lines of code changed in:

gunterm 2006-03-14 17:54

converting dates in svn log into local timezone

92 lines of code changed in:

gunterm 2006-03-14 00:02

now saving xml files by default in $HOME/.statsvn/

18 lines of code changed in:

gunterm 2006-03-13 19:11

now saving xml files by default in the directory where statsvn.jar resides

24 lines of code changed in:

gunterm 2006-03-13 16:57

use repository uuid instead of repository url for naming of lineCounts xml files

44 lines of code changed in:

gunterm 2006-03-13 14:48

fixed bug 10: now saving xml files to a directory specified by command line arguments

40 lines of code changed in:

gunterm 2006-03-13 11:07

making the $Id$ keyword work

3 lines of code changed in:

gunterm 2006-03-13 11:02

comments changed

3 lines of code changed in:

gunterm 2006-03-13 10:57

added ID keyword to the last two files added to repository

1 lines of code changed in:

gunterm 2006-03-13 01:31

fixed Bug 10 except for saving xml files (repositories and lineCounts_*) to the statsvn directory

335 lines of code changed in:

jpdaigle 2006-03-12 20:26

Better javadoc for SvnVersionMismatchException.

5 lines of code changed in:

jpdaigle 2006-03-12 20:25

Bug 16: check that "repository root" information is available from the "svn info" command. (A 1.3+ feature.)
Fail on startup if not available.

39 lines of code changed in:

gunterm 2006-03-12 19:58

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:

jkealey 2006-03-11 21:38

bug 27: refactor: Builder.getFileBuilders() - partial work only.

77 lines of code changed in:

jkealey 2006-03-11 21:08

bug 30: refactor: SvnLogfileParser casts SvnLogBuilder to Builder

100 lines of code changed in:

jkealey 2006-03-11 20:41

bug 29: refactor: calls to Svn*Utils should pass by RepositoryFileManager

202 lines of code changed in:

jkealey 2006-03-10 17:25

Added JavaDoc and did a bit of cleaning in the net.sf.statcvs.util package.

629 lines of code changed in:

jkealey 2006-03-10 16:42

reverted back to original state.

2 lines of code changed in:

jkealey 2006-03-10 16:13

removed useless instance variable

0 lines of code changed in:

jkealey 2006-03-10 15:57

Added JavaDoc and did a bit of cleaning in the net.sf.statcvs.input package.

699 lines of code changed in:

jkealey 2006-03-10 13:50

Added the SVN $Id$ keyword property.

42 lines of code changed in:

jkealey 2006-03-09 23:37

Re-formatted input package classes.

Removed the old FileBlockParser now that our alpha works.

Preparing for major code-cleanup and documentation.

579 lines of code changed in:

jkealey 2006-03-09 23:15

fixed » problem

2 lines of code changed in:

jkealey 2006-03-09 22:29

Bug 23: Now supporting ViewCVS.
Removed command line arguments for Chora and CVSweb. Filing new bug for support of Chora, since it supports Subversion.

24 lines of code changed in:

jkealey 2006-03-09 22:22

removed dead method

1 lines of code changed in:

jkealey 2006-03-09 21:51

removed dead method

208 lines of code changed in:

jkealey 2006-03-09 16:01

deletion and addition bugs: major improvement

494 lines of code changed in:

jkealey 2006-03-09 13:07

now using same query for diff and now returns errorstream if it exists.

22 lines of code changed in:

jkealey 2006-03-09 13:04

formatted

197 lines of code changed in:

jkealey 2006-03-09 11:56

0 line diffs are legal.
http://svnbook.red-bean.com/nightly/en/svn.advanced.props.html#svn.advanced.props.special.keywords

12 lines of code changed in:

jkealey 2006-03-08 23:26

Bugs 13, 14, 17, 18, 20, 22: Solved following DevDocDeletionMitigationPlan

728 lines of code changed in:

Pages: 1 2 Next

Generated by StatSVN v0.1