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:The name of the module you wish to checkout must be specified as the modulename.cvs -d :pserver:anonymous@cvs.thauvin.net:/home/cvsroot checkout modulename
Logout
To logout, issue the following command:Login out will remove the remote repository entry from your .cvspass file.cvs -d :pserver:anonymous@cvs.thauvin.net:/home/cvsroot logout