[MITgcm-support] Still more brokeness
Alistair Adcroft
adcroft at mit.edu
Tue Jul 29 16:15:19 EDT 2003
Thx. Have TS ordered a new hard drive so we can undo this usr/local/u3
thing?
A.
--
Dr Alistair Adcroft email: Alistair.Adcroft at noaa.gov
NOAA/GFDL, Princeton University Tel: (609) 452-6538
Forrestal Campus, U.S. Route 1, P.O. Box 308, Princeton, NJ 08542
-----Original Message-----
From: mitgcm-support-bounces at mitgcm.org
[mailto:mitgcm-support-bounces at mitgcm.org] On Behalf Of Ed Hill
Sent: Tuesday, July 29, 2003 4:09 PM
To: mitgcm-support at mitgcm.org
Cc: marshall-admin
Subject: RE: [MITgcm-support] Still more brokeness
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
More information about the MITgcm-support
mailing list