![]() |
A little OpenGL based 3d game engine |
Prepare to checkout easy3d modules |
---|
|
Anonymous CVS Access |
easy3d modules 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.sourceforge.net:/cvsroot/easy3d login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/easy3d co "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 developername with the proper values. Enter your site password when prompted. |
export CVS_RSH=ssh cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/easy3d co "modulename" |
Browse the CVS repository |
Though CVS repositories are most commonly accessed using a special piece of software called a CVS client, there are also a web-based interface to view CVS repositories. 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. |