[MITgcm-support] Still more brokeness

Ed Hill ed at eh3.com
Tue Jul 29 16:09:21 EDT 2003


On Tue, 2003-07-29 at 15:39, Alistair Adcroft wrote:
> Ye, I know but in the past I avoided using ssh from the LCS machine for
> simple speed reasons. I often check out new working directories for testing
> purposes and it makes a huge difference by doing direct repository access.
> 
> Right now, the pressing issue is that it is a real pain to convert existing
> working directories and I have several of them.


Hi Alistair,

CVS stores it repository info in the CVS/Root file and I just tried the
following (in bash):

  rfiles=`find . -name 'Root'`
  for i in $rfiles
  do
    echo ":ext:auden.lcs.mit.edu:/u/u3/gcmpack" > $i
  done

and then ran:

  export CVS_RSH=ssh
  cvs update

and it did exactly what you want.  To be safe, I'd consider trying it
first on a small (backed-up) portion of your tree(s) but it should work
just fine and its relatively easy to un-do.

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 --------------
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/20030729/5573c560/attachment.sig>


More information about the MITgcm-support mailing list