Kaffe.org

Anonymous CVS

Do you know what CVS is and how to use it?

If not, you should read one or more of the sources below:

The CVSROOT for anonymous read-only access is:

:pserver:readonly@cvs.kaffe.org:/cvs/kaffe

The password is "readonly".

Example:

cvs -d :pserver:readonly@cvs.kaffe.org:/cvs/kaffe login
cvs -d :pserver:readonly@cvs.kaffe.org:/cvs/kaffe co kaffe

or, if you prefer:

export CVSROOT=:pserver:readonly@cvs.kaffe.org:/cvs/kaffe
cvs login
Enter the password readonly
cvs checkout kaffe

Anonymous rsync

Anonymous rsync access to the CVS repository and ftp site is available. Try "rsync www.kaffe.org::".

CVSup

You can use CVSup to mirror the CVS repository. Here is an example supfile:
      kaffe-cvs host=kaffe.org base=./cvs release=kaffe-cvs delete base=.
      


Legal:

Kaffe.org is a an independent, free software community project.

The Kaffe virtual machine is a clean room implementation of the Java Virtual Machine from Sun Microsystems, Inc.

The Kaffe virtual machine is free software, licensed under the terms of the GNU General Public License.

Java is a Trademark of Sun Microsystems, Inc.

All copyrights are held by their respective owners, please read and respect the individual licenses on the software distributed from this site.