From: Renee Poutissou <renee@triumf.ca>
Date: Sun, 06 May 2001 09:34:16 -0700
To: e614soft@relay.phys.ualberta.ca
Subject: Location of CVS repository
The location of the TWIST CVS repository has moved.
It is located on e614db:/home/e614mgr/cvs.
It was copied from mitch:/usr/users/e614mgr/cvs
on May 5th, 9:00 am; directories on mitch are now locked
and you will not be able to checkout or committ any more.
To use CVS, you have to do the following:
- change the definition of CVSROOT and
- change all occurences of the file CVS/Root in your directories
A) definition of CVSROOT
Find the definition of CVSROOT, either in your login or your
own copy of file ...triumf/setup.com
If you are a local TWIST cluster user:
> setenv CVSROOT /home/e614mgr/cvs
If you are a remote user:
> setenv CVSROOT myusername@e614db.triumf.ca:/home/e614mgr/cvs
> setenv CVS_RSH ssh
B) file CVS/Root
For every directory that you have checked out of cvs, there
is another subdirectory created called CVS. It contains file
Root which defines where the cvs repository is located.
Get a list of these files with the following command,
> find ~ -name Root -print
Edit one of them to change the location of the repository as
indicated above. Copy this new Root file over all the other Root
files.
Check if you have a file ~/.cvspass and delete it. This is important
for security reasons.
If you have any problems, please ask myself or one of the experts.
Thanks, Renee
Location of CVS repository / Renee Poutissou
- Created for the The Center for Subatomic Research E614 Project Projects Page.
- Created by The CoCoBoard.