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@ps.uni-sb.de:/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@ps.uni-sb.de:/CVS get mozart

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


Denys Duchier, Ralf Scheidhauer and Christian Schulte
Version 1.0.1 (19990218)