CVS for SDSC's Grids and Clusters Program
Read-only access
Anonymous read-only access is provided in two forms:
- Browsing using
ViewCVS
- Using the CVS pserver
Accessing the pserver
The following CVS modules are currently available for anonymous
read-only access:
- rocks
- Rocks Cluster Toolkit source code
To checkout any of the above modules do the following:
-
Type the following to login, no password is required (just hit
return).
cvs
-d:pserver:anonymous@cvs.rocksclusters.org:/home/cvs/CVSROOT/
login
-
After anonymously logging in, checkout a source tree (where
MODULE is one of the above CVS modules):
cvs
-d:pserver:anonymous@cvs.rocksclusters.org:/home/cvs/CVSROOT/
checkout MODULE
-
After initial checkout, you can change into this directory and
execute cvs commands without the -d option. For example:
cvs update
Read-Write Access
Send a copy of you public ssh version 1 key
(~/.ssh/identity.pub) to cvs@rocksclusters.org, and
a short note explaining why you need write access. If you do not
already have an ssh key on your client machine simply run ssh-keygen -t
rsa1 to build one.
Once we receive your public key we will create an account for you and
provide instructions on how to access your repository.
$Id: index.html,v 1.2 2003/02/26 18:31:20 mjk Exp $