Thauvin.Net Concurrent Versions System
 

CVS Repositories

Welcome to cvs.thauvin.net, a little server whose only purpose is to host select CVS repositories used by projects hosted at Thauvin.Net.

Anonymous Access

This repositories can be checked out anonymously (pserver) using the following instructions.

Note: If prompted for a password, simply press the Enter key.

Login

To login, issue the following command:
cvs -d :pserver:anonymous@cvs.thauvin.net:/home/cvsroot login

Listing Modules

To list the available modules, issue the following command:
cvs -d :pserver:anonymous@cvs.thauvin.net:/home/cvsroot checkout -c

Checkout

To checkout a module, issue the following command:
cvs -d :pserver:anonymous@cvs.thauvin.net:/home/cvsroot checkout modulename
The name of the module you wish to checkout must be specified as the modulename.

Logout

To logout, issue the following command:
cvs -d :pserver:anonymous@cvs.thauvin.net:/home/cvsroot logout
Login out will remove the remote repository entry from your .cvspass file.
 


This page was last updated on February 3, 2006.  
Repomaster: Erik C. Thauvin