--- mitgcm.org/front_content/source_code.xml 2004/06/17 20:25:17 1.13 +++ mitgcm.org/front_content/source_code.xml 2005/09/14 00:48:58 1.18 @@ -36,31 +36,45 @@ href="http://mitgcm.org/cgi-bin/viewcvs.cgi/">HTML-enabled CVS code browser [ViewCVS Web interface] -
- $ 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