--- mitgcm.org/front_content/source_code.xml 2005/04/02 22:12:59 1.16 +++ mitgcm.org/front_content/source_code.xml 2006/04/06 19:23:43 1.19 @@ -28,8 +28,6 @@ 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 MITgcm + + tcsh or csh shell: + $ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' + $ cvs login + ( enter the CVS password: "cvsanon" ) + $ cvs co MITgcm