CVS access

anonymous access

The project’s CVS repository can be checked out through anonymous CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key. To determine the names of the modules, you may examine the CVS repository via the provided web-based CVS repository viewer.

cvs -d:pserver:anonymous@cvs.bluez.org:/cvsroot/bluez login
cvs -d:pserver:anonymous@cvs.bluez.org:/cvsroot/bluez co -P modulename

Updates from within the module’s directory do not need the -d parameter.

developer access

Developers can access the CVS tree via this method. A SSH client must be installed on your client machine. Substitute modulename and developername with the proper values. Enter your site password when prompted.

Developers may also make use of shared SSH keys for authentication.

export CVS_RSH=ssh
cvs -d:ext:developername@cvs.bluez.org:/cvsroot/bluez co -P modulename