Accessing Deadbolt CVS Services

You may access the Deadbolt CVS repository anonymously, as a developer, or using ViewCVS for web based browsing. To access the repository as a developer, please email timsolley@yahoo.com to request access.

Anonymous Access

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

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/deadbolt login
 
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/deadbolt co -P deadbolt 
				

ViewCVS Access

Though CVS repositories are most commonly accessed using a special piece of software called a CVS client, SourceForge provides a web-based interface to view CVS repositories. Browsing the CVS tree gives you a great view into the current status of this project's code. You may also view the complete histories of any file in the repository.

Browse the CVS repository

Developer CVS Access via SSH

Only project developers can access the CVS tree via this method. A SSH client must be installed on your client machine. Substitute developername with the proper value. Enter your site password when prompted.

export CVS_RSH=ssh
 
cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/deadbolt co -P deadbolt