5 Retrieving The Sources

5.1 Source Tarball

The source tarball is available from http://www.mozart-oz.org/download/srctar.shtml.

5.2 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:/home/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:/home/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.0.0), you can do this as follows:

% cvs -d :pserver:anoncvs@cvs.mozart-oz.org:/home/mozart/CVS get -r mozart-1-0-0 mozart


Denys Duchier, Ralf Scheidhauer and Christian Schulte
Version 1.2.3 (20011204)