| 1 |
steps: |
| 2 |
1) add |
| 3 |
setenv CVSROOT ':ext:atn@mitgcm.org:/u/gcmpack' |
| 4 |
|
| 5 |
into .cshrc |
| 6 |
|
| 7 |
2) |
| 8 |
a) either create a pair of keys and copy the private/ublic one to proper locations or |
| 9 |
b) check a machine that has a private key whose public key is in authorizedkeys (say ross) and copy over |
| 10 |
|
| 11 |
cp /scratch/atn/MITgcm/verification/lab_sea/code_5x5_newcode_stripped_v6g/* . |
| 12 |
cvs co -P -d atnguyen_contrib MITgcm_contrib/atnguyen |
| 13 |
cd atnguyen_contrib/ |
| 14 |
mkdir code_21Dec2012_saltplume |
| 15 |
cvs add code_21Dec2012_saltplume |
| 16 |
%cvs add -m "code latest saltplume fix" code_21Dec2012_saltplume |
| 17 |
cd code_21Dec2012_saltplume |
| 18 |
cvs -q -n update |
| 19 |
cp /scratch/atn/MITgcm/verification/lab_sea/code_5x5_newcode_stripped_v6g/* . |
| 20 |
cvs add *.F *.h packages.conf README SIZE.h_mpi |
| 21 |
cvs -q update |
| 22 |
cvs commit -m "inprogress swapping 1-x with x in plumefrac" *.F *.h packages.conf README SIZE.h_mpi |
| 23 |
|
| 24 |
3) remove file: |
| 25 |
cd to the dir of file to remove, say filename is "a.h": |
| 26 |
cvs -q -n up |
| 27 |
rm a.h |
| 28 |
cvs remove a.h |
| 29 |
cvs commit -m "remove a.h" a.h |
| 30 |
cvs -q -n up |