|
Anonymous CVS Access This project's 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 (if you don't know which module is defined or if no module is set, just remplace modulename by .). When prompted for a password for anonymous, simply press the Enter key.
cvs -d:pserver:anonymous@cvs.forge.objectweb.org:/cvsroot/ivy login
cvs -z3 -d:pserver:anonymous@cvs.forge.objectweb.org:/cvsroot/ivy co modulename
Updates from within the module's directory do not need the -d parameter.
Developer CVS Access via SSH Only project developers can access the CVS tree via SSH 2 (SSH 1 has been disabled for security reason). Substitute modulename and developername with the proper values (if you don't know which module is defined or if no module is set, just remplace modulename by .). Enter your site password when prompted.
export CVS_RSH=ssh
cvs -z3 -d:ext:developername@cvs.forge.objectweb.org:/cvsroot/ivy co modulename
SSH Key Fingerprints
- DSA Key: 1024 e9:ba:f0:e6:a5:b9:85:f7:48:21:48:51:15:27:74:8b
- RSA Key: 1024 4a:e0:24:de:dd:e3:5b:6c:eb:be:7c:8f:32:fc:72:bb
|