This project uses Concurrent Versions System to manage its source code. Instructions on CVS use can be found at http://cvsbook.red-bean.com/.
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 :ext:timp@melati.org:/usr/cvsroot login $ cvs -z3 -d :ext:timp@melati.org:/usr/cvsroot co melati/throwing-jdbc
Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:
cvs:ext:timp@melati.org:/usr/cvsroot:melati/throwing-jdbc
Only project developers can access the CVS tree via this method. Substitute username with the proper value.
$ cvs -d :ext:username@melati.org:/usr/cvsroot login $ cvs -z3 -d :ext:username@melati.org:/usr/cvsroot co melati/throwing-jdbc