Downloading the sources from CVS is also called checking-out the sources. To do so you
will need the CVS client software which should not be too hard to find. You can check
out the sources via anonymous CVS by following the instructions below. Have fun...
Initial Checkout
If you check out the sources for the first time, read on, if you already have the sources
but want to update them, read the next chapter. First you have to log in. If you are prompted
for a password, just hit enter:
Next we check out the sources. To do so, change to the directory you want the sources
to lie around and type:
cvs -z3 -d:pserver:anonymous@cvs.wejdich.sourceforge.net:/cvsroot/wejdich co p01
Voila. Thats it.
Updating
If you already have the source but think they are outdated, change to the directory containing
the sources you want updated and log in to the CVS Server as mentioned above. Then type the
following: