The DPGP CVS repository is read accessible by anonymous cvs. Use the following protocol to obtain access to the CVS archive:
First, set the CVSROOT environment which variable contains the remote access information. For bash users:
$ export CVSROOT=:pserver:anonymous@x-dpgp.ucdavis.edu:/cvsroot
Then login with the password anonymous
$ cvs login
Checking Out Projects
Checkout of a project, in this example RATools is done as follows:
$ cvs checkout RATools
