DCVS Repository Access via CVS

The DCVS CVS source repository from elego Software Solutions which is used for DCVS development and bugfixes is now available via anonymous CVS pserver access.

To checkout any sources from the mirror repository, you must first login using the following command line:

cvs -d :pserver:anonymous@dcvs.elegosoft.com:/usr/distributed-cvs \
  login
    

There is no password (simply type return). Then you can checkout everything with

cvs -d :pserver:anonymous@dcvs.elegosoft.com:/usr/distributed-cvs \
  checkout world
     

Of course you may specify any existing sub-directory of the dcvs distribution, like dcvs, cvsup, test, doc, too.