CVS access to PRIMA sources

It is now possible to get an access to the latest and greatest Prima sources using anonymous CVS. The steps are as follows:

    cvs -d :pserver:cvs@cvs.prima.eu.org:/pub/prima.eu.org/cvs/prima login
When asked for a password just press enter.
    cvs -d :pserver:cvs@cvs.prima.eu.org:/pub/prima.eu.org/cvs/prima co Prima

This will create a directory Prima with all PRIMA sources. Beware that the process is a bit slow.

When you want to update already existing (obtained with the previous sequence of steps) sources, do the following:

    cd wherever/is/Prima
    cvs update

As a result of the CVS repository availability, the process of snapshot creation will become somewhat slower.