Directory statsvn/src/net/sf/statcvs/util/

Directory Created:
2006-01-19 07:13
Directory Deleted:
2006-11-19 19:35
Total Files:
0
Deleted Files:
22
Lines of Code:
0

Browse with ViewVC

[root]/statsvn/src/net/sf/statcvs/util

Lines of Code

statsvn/src/net/sf/statcvs/util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 143 (100.0%) 4668 (100.0%) 32.6
Jason Kealey 66 (46.2%) 3812 (81.7%) 57.7
Benoit Xhenseval 51 (35.7%) 361 (7.7%) 7.0
Gunter Mussbacher 7 (4.9%) 271 (5.8%) 38.7
Jean-Philippe Daigle 19 (13.3%) 224 (4.8%) 11.7

Most Recent Commits

Benoit Xhenseval 2006-11-19 19:35 Rev.: 144

Move to net.sf.statsvn

0 lines of code changed in 22 files:

Benoit Xhenseval 2006-11-18 01:14 Rev.: 141

Fixed some checkstyle issues (using final wherever possible, hence a few changes...)

Introduced constants and rename final static method in upper case (was inconsistent).

Also there were a few inconsistencies in the use of { on the same line as for or if.

Re-ordered private/static/final keywords to follow java standard (e.g. private static final...)

I hope this is ok.

297 lines of code changed in 16 files:

Benoit Xhenseval 2006-11-17 00:39 Rev.: 138

Replaced string concatenation with StringBuffer

Added a few final on constructor parameters.

Fixed a few FindBugs/PMD/Checkstyle.

Added a site navigation file for Maven.

64 lines of code changed in 13 files:

Jason Kealey 2006-11-14 02:34 Rev.: 126

- version 0.1.2

- patch to be XHTML compliant.

2 lines of code changed in 1 file:

Jason Kealey 2006-11-10 13:06 Rev.: 125

svn --version was not working in other languages. this patch makes it work even in traditional chinese

(reported by Tedkie Chan)

1 lines of code changed in 1 file:

Jason Kealey 2006-11-09 15:07 Rev.: 124

Version bug found by: Douglas John Culnane

1 lines of code changed in 1 file:

Jason Kealey 2006-11-08 13:07 Rev.: 123

better error messages

3 lines of code changed in 2 files:

Jason Kealey 2006-11-07 00:51 Rev.: 119

Patch by Benoit Xhenseval (benoitx)

Better error message instead of cryptic: 'Invalid svn info xml; unable to find revision or url'

498 lines of code changed in 1 file:

Jason Kealey 2006-04-13 22:30 Rev.: 107

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:

Jason Kealey 2006-04-12 23:29 Rev.: 95

bug 31: removed useless import

0 lines of code changed in 1 file:

Jason Kealey 2006-04-12 23:28 Rev.: 94

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:

Jason Kealey 2006-04-12 22:44 Rev.: 93

bug 31: had forgotten a process creation

8 lines of code changed in 1 file:

Jason Kealey 2006-04-11 22:05 Rev.: 90

bug 31: centralize how we execute other processes.

bug 18: helping persistence of binary status by bubbling up BinaryDiffException

142 lines of code changed in 6 files:

Jason Kealey 2006-04-04 20:18 Rev.: 84

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.

554 lines of code changed in 2 files:

Jean-Philippe Daigle 2006-03-24 03:50 Rev.: 81

Bug 5 first attempt: authentication parameters

11 lines of code changed in 4 files:

Jason Kealey 2006-03-20 16:11 Rev.: 79

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

35 lines of code changed in 1 file:

Gunter Mussbacher 2006-03-14 21:54 Rev.: 76

converting dates in svn log into local timezone

92 lines of code changed in 1 file:

Gunter Mussbacher 2006-03-13 20:57 Rev.: 73

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

15 lines of code changed in 1 file:

Jean-Philippe Daigle 2006-03-13 00:26 Rev.: 67

Better javadoc for SvnVersionMismatchException.

5 lines of code changed in 1 file:

Jean-Philippe Daigle 2006-03-13 00:25 Rev.: 66

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

Fail on startup if not available.

38 lines of code changed in 1 file:

Gunter Mussbacher 2006-03-12 23:58 Rev.: 65

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

8 lines of code changed in 1 file:

Jason Kealey 2006-03-12 00:41 Rev.: 62

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

1 lines of code changed in 1 file:

Jason Kealey 2006-03-10 21:25 Rev.: 61

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

629 lines of code changed in 6 files:

Jason Kealey 2006-03-10 17:50 Rev.: 57

Added the SVN $Id$ keyword property.

8 lines of code changed in 15 files:

Jason Kealey 2006-03-09 20:01 Rev.: 51

deletion and addition bugs: major improvement

310 lines of code changed in 2 files:

Jason Kealey 2006-03-09 17:07 Rev.: 50

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

22 lines of code changed in 1 file:

Jason Kealey 2006-03-09 15:56 Rev.: 48

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 1 file:

Jason Kealey 2006-03-09 03:26 Rev.: 47

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

289 lines of code changed in 1 file:

Jason Kealey 2006-03-07 21:47 Rev.: 46

Made a few things a bit more robust.

6 lines of code changed in 1 file:

Jean-Philippe Daigle 2006-03-06 05:20 Rev.: 45

Bug 16: check version of svn executable before attempting to generate reports.

39 lines of code changed in 2 files:

Jason Kealey 2006-03-03 17:50 Rev.: 43

Bugs 18, 19 and 20: commit requires code-review.

better support for deleted / binary files.



15 lines of code changed in 1 file:

Gunter Mussbacher 2006-03-01 15:07 Rev.: 41

bug 9: resolved

7 lines of code changed in 1 file:

Gunter Mussbacher 2006-02-28 23:04 Rev.: 40

bug 9: diff on deleted files (not finished yet)

62 lines of code changed in 1 file:

Jason Kealey 2006-02-28 18:46 Rev.: 38

* Added some serial ids to serializable classes.

* added utility methods to go from [relative, absolute, url] to [relative, absolute, url]

* deprecated a few files

* Bug 1: added test suite to make sure they work as intended. need to test in the field, but behaviour is now easy to track.

294 lines of code changed in 3 files:

Jason Kealey 2006-02-28 14:00 Rev.: 37

Used new ConfigurationOptions.getCheckedOutDirectoryAsFile() instead.

3 lines of code changed in 2 files:

Jason Kealey 2006-02-28 13:58 Rev.: 36

removed useless comments

26 lines of code changed in 1 file:

Jason Kealey 2006-02-28 12:53 Rev.: 34

bug 2: getRevision(filename): make efficient

281 lines of code changed in 1 file:

Jason Kealey 2006-02-28 05:23 Rev.: 33

bug 2: getRevision(filename): make efficient

113 lines of code changed in 3 files:

Jean-Philippe Daigle 2006-02-28 01:33 Rev.: 32

removed path to svn command - it should always be in your $PATH

2 lines of code changed in 1 file:

Gunter Mussbacher 2006-02-27 18:11 Rev.: 31

refactored file handlers, added LineCountsBuilder, svn diff is now not used if line counts exist in the xml file

31 lines of code changed in 1 file:

(7 more)

Generated by StatSVN 0.7.0