In addition to the availability of snapshots of the entire CVS tree on the FTP mirrors listed above, for experienced users there's public read-only access to a copy of our actual CVS repository provided via our anonymous CVS and CVSweb servers. To access the anonymous CVS server via the pserver protocol, set CVSROOT as follows:

CVSROOT=:pserver:anoncvs:[email protected] all.com:/cvs

alternatively, to access the anonymous CVS server over SSH, use:

CVS_RSH=ssh [email protected]:/cvs

The password is "anoncvs" and the module name is "Owl". You may use compression with either method of access to the anonymous CVS server, typically by specifying the -z3 option to CVS and/or "Compression yes" in the SSH client's configuration file.

Finally, the CVSweb interface is provided at:

http://cvsweb.openwall.com