4 Retrieving the Sources

4.1 Linux RPM Source Package

The source rpm package from which the binary rpm packages can be build are available from http://www.mozart-oz.org/download/view.cgi?action=rpm.

4.2 Source Tarball

The source tarball is available from http://www.mozart-oz.org/download/view.cgi?action=tar.

4.3 Anonymous CVS

You can retrieve the complete sources of the Mozart system from our anonymous CVS server. First you need to login. This is a one-time only operation: cvs correspondingly updates your ~/.cvspass and remembers the login for the next time you access our server. After typing the command below, your are prompted for the CVS password which happens to be anoncvs.

% cvs -d :pserver:anoncvs@cvs.mozart-oz.org:/services/mozart/CVS login
(Logging in to anoncvs@ps.uni-sb.de)
CVS password: anoncvs

From now on, you can always obtain a complete snapshot of the Mozart system using the command below:

% cvs -d :pserver:anoncvs@cvs.mozart-oz.org:/services/mozart/CVS get mozart

This creates a directory mozart in which the full source tree is placed.

If you want to retrieve the a released version (say, Mozart 1.2.4), you can do this as follows:

% cvs -d :pserver:anoncvs@cvs.mozart-oz.org:/services/mozart/CVS get -r mozart-1-2-4 mozart


Denys Duchier, Leif Kornstaedt, Ralf Scheidhauer and Christian Schulte
Version 1.4.0 (20080702)