[MITgcm-support] Re: Problems with MITgcm server
Ed Hill
ed at eh3.com
Mon May 23 16:01:13 EDT 2005
Hi folks,
Right after sending that email, I found two typos!
> rsync -l -t -x -v -e ssh -r AAA:/some/dir/ BBB:/other/dir/
This will work better with:
rsync -l -t -x -v -e ssh -r --delete AAA:/some/dir/ BBB:/other/dir/
since you almost certainly want to get rid of the deleted files.
And this next line has an extra "2" that you should delete since
anything over 2^16-1 is an illegal port number:
> ssh -L 82401:mitgcm.org:2401 mitgcm.org 'sleep 36000' &
ssh -L 8401:mitgcm.org:2401 mitgcm.org 'sleep 36000' &
> export CVSROOT=':pserver:cvsanon at localhost:8401/u/gcmpack'
> cvs login
> <=== cvsanon
> cvs co MITgcm
Sorry for the syntax errors! ;-)
Ed
--
Edward H. Hill III, PhD
office: MIT Dept. of EAPS; Rm 54-1424; 77 Massachusetts Ave.
Cambridge, MA 02139-4307
emails: eh3 at mit.edu ed at eh3.com
URLs: http://web.mit.edu/eh3/ http://eh3.com/
phone: 617-253-0098
fax: 617-253-4464
More information about the MITgcm-support
mailing list