[MITgcm-support] Fwd:

Ed Hill ed at eh3.com
Mon Mar 22 20:50:41 EST 2004


On Mon, 2004-03-22 at 15:54, Patrick Heimbach wrote:
> Hi there,
> 
> I am getting the problem listed below when using cvsanon.
> I'm using
> setenv CVSROOT :pserver:cvsanon at mitgcm.org:/u/gcmpack
> Any idea what's wrong?

> sea% cd /mfs/4/data/benmar/MITadjoint/verification/global_ocean.90x40x15/build
> sea% cvs login
> Logging in to :pserver:cvsanon at mitgcm.org:2401/u/u0/gcmpack
> CVS password: 
> cvs [login aborted]: unrecognized auth response from mitgcm.org: cvs pserver:
> cannot open /u/u0/gcmpack/CVSROOT/config: Permission denied
> sea% 


Hi Patrick,

I think I know whats wrong.  The entries within each of the local
CVS/Root files is superseding the value specified in your CVSROOT
environment variable.  So to fix this you should edit all those CVS/Root
files by doing the following:

 1) make a backup (tar file) of the whole thing (just in case)

 2) cd to the "top" directory of the local CVS copy and run 
    the attached bash script within that directory

 3) check whether cvs is again working and send me an email 
    if it isn't

good luck,
Ed

-- 
Edward H. Hill III, PhD
office:  MIT Dept. of EAPS;  Room 54-1424;  77 Massachusetts Ave.
            Cambridge, MA 02139-4307
email:   eh3 at mit.edu,  ed at eh3.com
URL:     http://web.mit.edu/eh3/
phone:   617-253-0098
fax:     617-253-4464
-------------- next part --------------
#! /usr/bin/env bash

a=`find . -name Root | grep 'CVS/Root'`
for i in $a ; do 
    echo ':pserver:cvsanon at mitgcm.org:/u/gcmpack' > $i 
done


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20040322/4bb64f6c/attachment.sig>


More information about the MITgcm-support mailing list