 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
|
 Revision Graph
|  Patch
 Patch
| revision 1.3 by jmc, Mon Nov 30 21:47:10 2009 UTC | revision 1.5 by jmc, Fri Apr 22 00:01:01 2011 UTC | |
|---|---|---|
| # | Line 4 | Line 4 | 
| 4 | ||
| 5 | # download the source code and make a tar file | # download the source code and make a tar file | 
| 6 | ||
| 7 | export CVSROOT=/u/gcmpack | export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' | 
| 8 | ||
| 9 | umask 0002 | umask 0002 | 
| 10 | ||
| # | Line 18 fi | Line 18 fi | 
| 18 | test -e MITgcm && rm -rf MITgcm | test -e MITgcm && rm -rf MITgcm | 
| 19 | ||
| 20 | echo 'Checking out MITgcm...' | echo 'Checking out MITgcm...' | 
| 21 | cvs co -P MITgcm > /dev/null 2>&1 | cvs co -P MITgcm > /dev/null | 
| 22 | #chgrp gcmpack MITgcm | #chgrp gcmpack MITgcm | 
| 23 | #chmod 775 MITgcm | #chmod 775 MITgcm | 
| 24 | 
| 
 | ||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |