Logo

CVS - Unstable releases

This page gives simple instructions on how to download the latest version of GNUMP3d via anonymous CVS.

All the development work for GNUMP3d is carried out via CVS, with regular check-ins. Once there has been a large enough rise in features to justify it a release is packaged together, and released.

If you're interested in supplying fixes/patches, or want to live in interesting times, then the CVS version is what you want to be using.

Initial Download

To checkout the initial version of the code run the following commands:

export CVS_RSH="ssh"
cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/gnump3d co gnump3d

Getting updates

Once you have made the initial checkout, as described above, you will be able to keep your code up-to-date by changing to the gnump3d directory and running:

cvs -z6 -q update -P -d

Viewing sources throught the web.

You can also view the repository throught the web, by using This link to CVSWeb.

CVS Help?

If you need help with the CVS repository please see the following Savannah page: