|
The Mozart system is also available directly from our anonymous SVN server. Tagged releases should be safe. Any other snapshot may have bugs, or may not even build: you have been warned!
| SVN Release Tags | |||||
|---|---|---|---|---|---|
| mozart | mozart-1-4-0 | 2008-07-02 | Raphael Collet | ||
| mozart-stdlib | mozart-1-4-0 | 2008-07-02 | Raphael Collet | ||
| SVN Branch Tags | |||||
| mozart | mozart-1-4-x | 2008-07-02 | Raphael Collet | ||
To get the main trunk of development, do it as follows, selecting the module of your interest (e.g. mozart, mozart-stdlib):
svn checkout --username mozart https://gforge.info.ucl.ac.be/svn/mozart/trunk/MODULE
The password is the same as the username: mozart. The reason to use mozart as username is because the anonymous svn access is having some problems in GForge. If you have an account on GForge/UCL, you can use yours instead of mozart if you want.
If you want to have a released versions, you need to get the corresponding tag as follows:
svn checkout --username mozart https://gforge.info.ucl.ac.be/svn/mozart/tags/TAG/MODULE
where TAG is given by the table above and MODULE is
mozart, mozart-stdlib or whatever else appears in the table
above. If you don’t specify the module, you will import all of them under the TAG you select.
If you want to have a branch, you need to get the corresponding tag as follows:
svn checkout --username mozart https://gforge.info.ucl.ac.be/svn/mozart/branches/TAG
You can browse the entired project via the following link:
[Browse Subversion Repository]