See
http://www-d0.fnal.gov/software/cmgt/reg-d0cvs.html
You can checkout and checkin files to the D0 CVS server from the Wrigley cluster.
Anonymous Checkouts
If you are just doing checkouts, you can use anonymous cvs, set the CVSROOT variable to:
CVSROOT=:pserver:anonymous@cdcvs.fnal.gov:/cvsroot/d0cvs
This is the default on the the Wrigley cluster when you do
setup d0cvs
.
$ setup d0cvs
$ echo $CVSROOT
:pserver:anonymous@cdcvs.fnal.gov:/cvsroot/d0cvs
$ cvs checkout -P topd0root_me
(goes...)
Checkin
If you want to checkin, you need to have your @FNAL.GOV Kerberos principal, or ssh key registered with the CVS server (see the page linked above).
Currently (June 2006) you need to use this CVSROOT setting:
CVSROOT=d0cvs3@cdcvs.fnal.gov:/cvsroot/d0cvs
You can get this with the following
setup
command:
$ setup d0cvs -O read-write
$ echo $CVSROOT
d0cvs3@cdcvs.fnal.gov:/cvsroot/d0cvs
To use Kerberos, get a ticket with
kinit username@FNAL.GOV
first.
--
TomRockwell - 14 Jun 2006