njet.org CVS

Anonymous CVS access

To access the CVS repositories anonymously, you will need a relatively recent CVS client. First, you must set the CVSROOT environment variable. Assuming a Bourne shell, this looks like:


   $ CVSROOT=:pserver:anonymous@njet.org:/home/cvs/cvsroot
   $ export CVSROOT
   

Then login to the server:


   $ cvs login
   

The password is empty, so just click enter. Then checkout the anvil repository:


   $ cvs checkout anvil
   

For more help on using CVS, consult the CVS website.

Write access

Contact Jani Lehtimäki, jani(at)njet.org