This is the OpenWBEM CVS Server.
Anonymous CVS Access
The server is cvs.openwbem.org, the repository path is
/cvsroot/openwbem, the username is anonymous, and the password is blank.
This is a typical command line cvs invocation:
cvs -d:pserver:anonymous@cvs.openwbem.org:/cvsroot/openwbem
login
When prompted for a password for anonymous,
simply press the Enter key.
cvs -z3 -d:pserver:anonymous@cvs.openwbem.org:/cvsroot/openwbem
co modulename
Current module names are openwbem and codegen. The modules
named openwbem-0.x and openwbem-1.x contains historic
pre-2.0 code.
Developer CVS Access via SSH
export CVS_RSH=ssh
cvs -z3 -d:ext:developername@cvs.openwbem.org:/cvsroot/openwbem
co modulename
Browse CVS
To browse the CVS repository with viewcvs, click here.
Repository Backup
You can download a backup of the entire CVS repository: http://cvs.openwbem.org/cvstarballs/openwbem-cvsroot.tar.bz2