Torsten Anders wrote:
Dear Pretrov,

I can find the images in my Mozart installation (see listing below, OZHOME is the dir where you installed Mozart). Does your installation differ?

Concerning anonymous SVN, just leave out any username as in the following invocation (I just tried it, works for me)

  svn checkout https://gforge.info.ucl.ac.be/svn/mozart/trunk

Two comments:
(1) "checkout" makes a svn working directory for development; you can get a snapshot and nothing more with the svn command "export". (2) "trunk" is the main development branch; you may want get the release snapshot instead, simply replace "trunk" by "tags/mozart-1-3-2".

So if you just want to compile the beast, that will do the job:

   svn export https://gforge.info.ucl.ac.be/svn/mozart/tags/mozart-1-3-2

Cheers,
raph

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to