Obtaining the code using CVS - no longer supported
To obtain the code via CVS it is possible to log into the CVS repository in anonymous way (user=anonymous, password=anonymous): on unix, linux, MacOsX systems, open a console and digit (be sure you have the cvs command installed on your computer):
cvs -d :pserver:anonymous@bedu.ing.unitn.it:/cvs login
and the system should respond something like that:
Logging in to :pserver:anonymous@bedu.ing.unitn.it:2401/cvs CVS password:
at the password request digit:
anonymous
if nothing happens, that means that everything worked fine and you've been logged in, now follow the next paragraph.
Downloading the 0.875 GEOtop version via CVS
At this time GEOtop is still in the developing phase and the latest almost stable release is the 0.875. In the CVS repository there is the 0.9375 version too, but it is an unstable version.
The next step is to checkout the source files. You need to download all the 0.875 module:
cvs -d :pserver:anonymous@bedu.ing.unitn.it:/cvs co 0.875
In this way you downloaded all the files in a directory called 0.875 created automatically by the cvs proces.
After this steps don't forget to log out from the cvs server:
cvs -d :pserver:anonymous@bedu.ing.unitn.it:/cvs logout
For windows users, the best way is to use wincvs, setting the parameters as described above.
