For persons unable to access our cvs due to firewalls, cvs is tarred nightly and placed at http://opendx.watson.ibm.com/dx/tars Get both dx(tardate).tar.gz and cvs_add.tar.gz .
The OpenDX cvs tree can be browsed via CVSWeb here.
To access the OpenDX CVS, submit the following commands from a CVS client:
The CVS login command saves login information in a file in your home directory so that future CVS commands (performed within the checked-out working directory) don't require the -d option.
The anonymous, read-only username is anoncvs. The password is also anoncvs.
The possible values for module are dx (OpenDX codebase), and dxsamples (OpenDX samples).
Once you've logged in, you can use the CVS checkout and update commands to keep your working directory (your checked-out copy of the files) up-to-date. For more information on CVS check out the documentation on the Cyclic home page.
Thanks to Ken Coar for this CVS summary.