--- mitgcm.org/front_content/source_code.xml 2004/06/04 20:12:19 1.12 +++ mitgcm.org/front_content/source_code.xml 2006/05/09 19:28:31 1.21 @@ -28,62 +28,47 @@ announcement. Both the last stable release and the current CVS contents can be obtained at: -
- $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' - $ cvs login - ( enter the CVS password: "cvsanon" ) - $ cvs co MITgcm + bash or sh shell: + $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' + $ cvs login + ( enter the CVS password: "cvsanon" ) + $ cvs co -P MITgcm + + tcsh or csh shell: + $ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' + $ cvs login + ( enter the CVS password: "cvsanon" ) + $ cvs co -P MITgcm
- $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack' - $ cvs login - ( enter the CVS password: "cvsanon" ) - $ cvs co -r 'release1_p8' MITgcm -- -