Go to the Xtreme home page!

Go SourceForge!
Hosted by SourceForge

Docs & Info
About...
License
Paradigm
Tutorial
Reference
FAQ
Who uses it?
Old Announcements
Get It!
CVS
Download/Install
Get In Touch
Bugs
Discussion Forum
Mailing Lists
Support

Xtreme - CVS Access

Anonymous CVS Access

Xtreme's SourceForge CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.

cvs -d:pserver:anonymous@cvs.Xtreme.sourceforge.net:/cvsroot/Xtreme login
 
cvs -z3 -d:pserver:anonymous@cvs.Xtreme.sourceforge.net:/cvsroot/Xtreme co Xtreme  
cvs -z3 -d:pserver:anonymous@cvs.Xtreme.sourceforge.net:/cvsroot/Xtreme co Xtreme-doc

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 this method. SSH1 must be installed on your client machine. Substitute modulename and developername with the proper values. Enter your site password when prompted.

export CVS_RSH=ssh
 
cvs -z3 -ddevelopername@cvs.Xtreme.sourceforge.net:/cvsroot/Xtreme co modulename

Browse the CVS Tree

Browsing the CVS tree gives you a great view into the current status of this project's code. You may also view the complete histories of any file in the repository.


Visit the complete SourceForge CVS page generated for Xtreme.


Last modified: Thu Aug 24 19:41:34 CEST 2000
Patrick Schemitz