# Run this command once, type return when prompted for a password
        cvs -d :pserver:cvs@cvs.dina.kvl.dk:/cvsroot login

        # Check out the daisy project.
        cvs -d :pserver:cvs@cvs.dina.kvl.dk:/cvsroot checkout daisy

This will create an `daisy' directory on your own machine, containing
the most recent version of all the daisy files.  They are writable,
so you can edit them locally.

        # Fetch all changed from the repository to your local copy.
        cd daisy
        cvs update