File Release Notes and Changelog
Release Name: 2.0.3
Notes:
CVSGrab is a simple CVS client that bypass any firewall blocking port 2401 used by cvs.
It relies on the ViewCVS web interface to the repository to work, and supports other types of web interfaces (CvsWeb, SourceCast...)
Use this tool when all other solutions (SSH...) fail. Only read-only access to the CVS repository is possible with this tool.
This release includes the following changes and improvements:
o Added support for Sourcecast 1.0 web interfaces (Netbeans.org)
o Small bugfixes, in particular to run CVSGrab on Linux
Enjoy,
Ludovic Claude
Changes:
Release 2.0.3 done on 2004-02-05
------------------------------
Changes in this release:
update - Improved auto-detect
functionality: now tests different URLs according to the type
of the expected web interface. by ludovicc
update - use Jakarta's CLI
library to parse command line arguments by ludovicc
update - Output looks more like
the standard cvs command. by ludovicc
add - Add support for ViewCVS 0.9.2 with multiple
cvs roots (http://rubyforge.org/cgi-bin/viewcvs/cgi/viewcvs.cgi/?cvsroot=ooo4r)
and CVSWeb 1.0 (http://dev.w3.org/cvsweb/). by ludovicc