In order to allow access to the BU repository please use the following instructions:

Accessing the repository for the first time

To access the code you should set the following environment variables:

setenv CVSROOT :ext:t2k@neutrino.bu.edu:/home/t2k/Repository
setenv CVS_RSH /usr/bin/ssh  (or location of ssh on your machine)
setenv CVS_SERVER "env LOGNAME=${USER} cvs"

Then to get the 2km-geant4 code:

cvs checkout 2km-geant4

The other modules (zbs-convert etc) are all accessed the same way.

You will be asked for a password. You should get the password from one your 2KM colleagues. Once you are using the system it is also possible to use ssh keys to avoid typing a password. You can ask Chris Walter about this.

Working in the checked out directory

Once you have done the above procedure as long as you are in the 2km-geant4 directory it will use the proper repository. Please check that your code works properly before doing a CVS check in, as it will effect others also doing work. Also a nice tool to use on Linux is the KDE program cervesia. It will allow you to graphically track versions etc.

BU CVS repository (last edited 2005-06-16 00:55:52 by ChrisWalter)