--- mitgcm.org/front_content/using_cvs.xml 2015/11/21 03:21:16 1.16 +++ mitgcm.org/front_content/using_cvs.xml 2015/11/21 16:59:15 1.17 @@ -53,15 +53,6 @@
using the "-P" option to check-out ("cvs co -P") prevents to download unnecessary empty directories.
- - -Note that it is possible to checkout code without "cvs login" and without -setting any shell environment variables by specifying the pserver name and -password in one line, for example:
- -- $ cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -P MITgcm -
A large amount of additional (optional!) content is available from the MITgcm_contrib directory; much of it is specific to certain @@ -82,6 +73,13 @@ environment (that is, define it within your "~/.bashrc" or "~/.chsrc" files).
+Also note that it is possible to checkout code without "cvs login" and + without setting any shell environment variables by specifying the + pserver name and password in one line, for example:
+ ++ $ cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -P MITgcm +