--- mitgcm.org/front_content/using_cvs.xml 2012/07/05 22:30:36 1.15 +++ mitgcm.org/front_content/using_cvs.xml 2015/11/21 16:59:15 1.17 @@ -53,7 +53,7 @@
using the "-P" option to check-out ("cvs co -P") prevents to download unnecessary empty directories.
- +A large amount of additional (optional!) content is available from the MITgcm_contrib directory; much of it is specific to certain setups (eg. high-res setups, in-development material that is not yet part @@ -73,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 +