To access the CVS repositories anonymously, you will need a relatively recent CVS client. First, you must set the
CVSROOTenvironment variable. Assuming a Bourne shell, this looks like:$ CVSROOT=:pserver:anonymous@njet.org:/home/cvs/cvsroot $ export CVSROOTThen login to the server:
$ cvs loginThe password is empty, so just click enter. Then checkout the anvil repository:
$ cvs checkout anvilFor more help on using CVS, consult the CVS website.
Contact Jani Lehtimäki, jani(at)njet.org