November 2006 Commit Log

Number of Commits:
63
Number of Active Developers:
2
Benoit Xhenseval 2006-11-30 20:33 Rev.: 184

next release will be 0.2.1

11 lines of code changed in 2 files:

Benoit Xhenseval 2006-11-29 22:53 Rev.: 183

[Bug 1605311] Adding a counter for the number of diff calls made and to be made

Save the cache every 2 minutes (takes 15ms)

and provides an estimate for completion time.

361 lines of code changed in 4 files:

Benoit Xhenseval 2006-11-29 16:01 Rev.: 182

[ 1602429 ] Patch for tests running in sandbox

3 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-29 15:56 Rev.: 181

[Bug 1602429] Patch for tests running in sandbox. Thanks to Miroslav Šulc - fordfrog

1 lines of code changed in 1 file:

Repository Tag: 0.2.0
Benoit Xhenseval 2006-11-29 14:51 Rev.: 179

Added a couple of links.

15 lines of code changed in 4 files:

Benoit Xhenseval 2006-11-28 23:38 Rev.: 178

Typos for StatSVN.

14 lines of code changed in 4 files:

Benoit Xhenseval 2006-11-28 15:33 Rev.: 177

Removed StatCVS contributor/members as we have split the code.

0 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-28 11:02 Rev.: 176

Still adding the release files, although not sure we should do this for much longer (SF will hold our files)

1 lines of code changed in 3 files:

Benoit Xhenseval 2006-11-28 09:52 Rev.: 175

Added a link to stat-scm the Maven 2 plugin that uses StatSVN.

3 lines of code changed in 2 files:

Benoit Xhenseval 2006-11-28 04:13 Rev.: 174

Change link

1 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-28 04:07 Rev.: 173

added issue fixed last week about file count.

1 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-28 03:54 Rev.: 172

Small changes for website.

48 lines of code changed in 2 files:

Benoit Xhenseval 2006-11-28 01:22 Rev.: 171

typo

1 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-24 11:11 Rev.: 170

Fixes the test for the issue below. We now get 3 revisions given a synthetic creation just before the beginning of log.

The creation does not impact any line (hence 0 on expected values) and the 3rd revision is now the beginning of log

---

Worked on a 'fix' for the issue of file count when a part of the structure has been renamed.

Although the data is correct for StatSVN, it seems to break a test and, looking at the test, I think that

the behaviour for SVN or CVS are different in the sense that SVN will not give a 'creation' attribute when it is moved,

but if the file is later on moved, it will show 1 deletion, hence the total being -1 and not 0.

So I have modified the test, correct me if it is wrong.

7 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-24 02:17 Rev.: 169

When a file is moved, StatSVN does create a synthetic 'deletion' and the LOC is maintained correctly.

the number of file however is incorrect as there are no equivalent creation revision for the renamed/moved item.

This patch will create a CREATION revision before the last item and with a ZERO LOC so that we do not impact the current result.

3 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-23 22:37 Rev.: 168

Worked on a 'fix' for the issue of file count when a part of the structure has been renamed.

Although the data is correct for StatSVN, it seems to break a test and, looking at the test, I think that

the behaviour for SVN or CVS are different in the sense that SVN will not give a 'creation' attribute when it is moved,

but if the file is later on moved, it will show 1 deletion, hence the total being -1 and not 0.

So I have modified the test, correct me if it is wrong.

4 lines of code changed in 2 files:

Benoit Xhenseval 2006-11-23 22:32 Rev.: 167

tidying up the website

69 lines of code changed in 4 files:

Benoit Xhenseval 2006-11-23 19:44 Rev.: 166

Page for future "press" coverage.

76 lines of code changed in 2 files:

Benoit Xhenseval 2006-11-23 00:50 Rev.: 165

Bit of tidy up for the website.

68 lines of code changed in 6 files:

Benoit Xhenseval 2006-11-22 23:55 Rev.: 164

A fair amount of tidy up following warnings from FindBugs, PMD, Checkstyle.

235 lines of code changed in 24 files:

Benoit Xhenseval 2006-11-22 22:14 Rev.: 163

Enable setting an inputstream for testing purpose.

33 lines of code changed in 2 files:

Benoit Xhenseval 2006-11-22 22:03 Rev.: 162

Revisited the issue of streams and ways to guarantee their closure when calling some SVN commands.

129 lines of code changed in 5 files:

Benoit Xhenseval 2006-11-22 21:54 Rev.: 161

rework the test to eliminate ViewCvs but allow ViewVc (one extends the other one...)

Quick fix.

2 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-22 17:23 Rev.: 160

Force the InputStreams to be closed before being overwritten...

(still does not solve the issue that the last lastErrorStream at least will never be closed, I think)

13 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-22 16:35 Rev.: 159

Throw a ConfigurationException if the user set up viewCvs or CVSWeb integration

as they are not supported by Subversion.

11 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-22 16:34 Rev.: 158

line up one option

1 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+1 -1)
Jason Kealey 2006-11-22 15:21 Rev.: 157

Added a forgotten stream close in SvnLogfileParser. (Found by Andreas Pillath)

1 lines of code changed in 1 file:

Jason Kealey 2006-11-22 15:04 Rev.: 156

Added a forgotten stream close in SvnDiffUtils. (Found by Andreas Pillath)

8 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-21 00:08 Rev.: 155

Attention...

StatSvn no longer contains the StatCvs code, instead it shall depend on statcvs-0.2.4.jar (or whichever version StatCvs shall use when they take our changes).

A fair amount of changes will make it to StatCvs in order to support xdoc (in StatCvs), XHTML generation and use of StringBuffers.

Jason will do the StatCvs checkin soon, in the meantime I include statcvs-0.2.4.jar in the lib directory.

Enjoy

386 lines of code changed in 145 files:

Benoit Xhenseval 2006-11-20 17:29 Rev.: 154

Managed to get the link wrong (well partially, it did not end up on the page I was expecting i.e the maven build homepage)

1 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-20 00:26 Rev.: 153

zip.source should not include the target from Maven.

1 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-20 00:23 Rev.: 152

Official release 0.1.3

0 lines of code changed in 2 files:

Repository Tag: 0.1.3
Benoit Xhenseval 2006-11-19 23:55 Rev.: 150

Last couple of fixes for 0.1.3 release

3 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-19 20:58 Rev.: 149

cleaned stats and added a Change report.

26 lines of code changed in 3 files:

Benoit Xhenseval 2006-11-19 20:23 Rev.: 148

Added link to coming release and Maven build site + tracker.

12 lines of code changed in 1 file:

Benoit Xhenseval 2006-11-19 20:08 Rev.: 147

Changing version number back to 0.1.3 in preparation to the 0.1.3 release.

12 lines of code changed in 5 files:

Benoit Xhenseval 2006-11-19 19:40 Rev.: 146

build and stats are also using the new net.sf.statsvn

12 lines of code changed in 3 files:

Benoit Xhenseval 2006-11-19 19:39 Rev.: 145

Move tests to net.sf.statsvn

66 lines of code changed in 120 files:

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

Move to net.sf.statsvn

0 lines of code changed in 378 files: