Vincent Massol wrote:

Hi,

Could some of you test the new statcvs plugin I have just committed and
tell me if it works. I'd like to release it over the next 2 days so that
it is released before the 1.0 rc1 release of Monday.

http://maven.apache.org/reference/plugins/statcvs/

Here's an output example:

http://maven.apache.org/reference/plugins/cactus/statcvs/index.html


Looks very nice. Does this effectively supercede the changelog, file and developer activity plugins?


My main worry is that it seems like it seems to use a full CVS log file for the repository and the projects I would like to run against are at Sourceforge which is still interminably slow for anonymous CVS access. Is there any way to get it to make use of existing data rather than downloading the full log each time? (This is what I was trying to achieve with the MAVEN-562 patch to changelog).

Having had a quick look at the jelly script it looks like it's not using the repository defined in project.xml:

        <!-- FIXME : We must use, with cvs, the connection string define
             in project.xml -->
        <ant:cvs command="-q log" output="${statcvs.logfile}"/>

unless my source hasn't updated correctly. Also I think it would be worth adding a compression command "-z3" to the command because the logging information is really verbose and highly compressible. This is really noticeable with sourceforge - it drastically reduces the amount of network traffic and I don't think it should cause any problems.

I'll give it a try as soon as possible.

cheers,

Luke.


-- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C http://www.monkeymachine.ltd.uk




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to