CDF Online CVS Repository

The CDF Online CVS source code repository moved to a new home in March 2012. The old repository within the B0 network has been retired; the code is now at the central CVS server. Add these new parameters to your .cshrc or .bashrc file:

For .cshrc

    setenv CVSROOT cdfcvs@cdcvs.fnal.gov:/cvs/cdf/onln
    setenv CVS_RSH ssh
For .bashrc
    export CVSROOT=cdfcvs@cdcvs.fnal.gov:/cvs/cdf/onln
    export CVS_RSH=ssh
And be sure to remove the command "setup cvs -q online" from your rc files. To alter code, a clean "cvs checkout" is recommended. If you have pending commits in your private checkout area, you will need to alter all the CVS/Root files to point to the new server. If you experience problems, please submit a service-now service desk ticket.

A CVS code browser can be found at the new link:

    http://cdcvs.fnal.gov/cgi-bin/public-cvs/cvsweb-public.cgi?cvsroot=cdfonln