Overview

This project uses Concurrent Versions System to manage its source code. Instructions on CVS use can be found at http://cvsbook.red-bean.com/.

Web Access

The following is a link to the online source repository.

Anonymous access

This project's CVS repository can be checked out through anonymous CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.

$ cvs -d :pserver:anonymous@serp.cvs.sourceforge.net:/cvsroot/serp login
$ cvs -z3 -d :pserver:anonymous@serp.cvs.sourceforge.net:/cvsroot/serp co serp/serp

Developer access

Only project developers can access the CVS tree via this method. Substitute username with the proper value.

$ cvs -d :ext:username@serp.cvs.sourceforge.net:/cvsroot/serp login
$ cvs -z3 -d :ext:username@serp.cvs.sourceforge.net:/cvsroot/serp co serp/serp

Access from behind a firewall

For those developers who are stuck behind a corporate firewall, CVSGrab can use the viewcvs web interface to checkout the source code.