Login
[planetlab logo] An open platform for developing, deploying, and accessing planetary-scale services

Community
Joining
News
Documentation
Software

CVS on PlanetLab

Updated: October 26, 2004

Anonymous CVS Access

The PlanetLab CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. To determine the names of the modules, use the web-based CVS repository viewer.

cvs -z3 -d:pserver:anon@cvs.planet-lab.org:/cvs co modulename

The repository may also be cloned via rsync. Do not commit changes to cloned repositories. If you would like to join the PlanetLab Implementation Team as a developer, contact PlanetLab Support to apply for developer access.

rsync -az rsync://cvs.planet-lab.org/cvs/modulename .

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 modulename and developername with the proper values. Contact PlanetLab Support to apply for developer access.

Developers must make use of shared SSH keys for authentication.

export CVS_RSH=ssh
 
cvs -z3 -d:ext:developername@cvs.planet-lab.org:/cvs co modulename