View CVS
You can browse the ZoneCheck CVS tree, this will give you a view of the whole history of any file in the repository as well as the possibility to list the differences among two versions.
CVS Repository
The CVS repository can be checked out through anonymous CVS over SSH with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anoncvs, simply press the Enter key.
The SSHv2 public key fingerprints for the machine hosting the cvs trees are:
RSA: 1024 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5DSA: 1024 4d:c8:dc:9a:99:96:ae:cc:ce:d3:2b:b0:a3:a4:95:a5
For the moment only the following module is supported:
zonecheck
The following commands are provided as exemples:
export CVS_RSH="ssh" cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/zonecheck co <modulename>

