--- mitgcm.org/front_content/using_cvs.xml 2003/12/06 20:06:58 1.5 +++ mitgcm.org/front_content/using_cvs.xml 2004/02/16 02:27:33 1.6 @@ -49,7 +49,7 @@ $ cvs login ( enter the CVS password: "cvsanon" ) $ cvs co MITgcm MITgcm_contrib - +

Note that you will only need to perform the "cvs login" once. And for convenience, you may want to add the CVSROOT variable to your shell's @@ -107,6 +107,14 @@ --> +

It is important to note that the CVS aliases above cannot be used in + conjunction with the CVS -d DIRNAME<\it> option. However, the MITgcm + directories they create can be changed to a different name following the + check-out:

+
+  $ cvs co MITgcm_verif_basic
+  $ mv MITgcm MITgcm_verif_basic
+

Getting Specific Releases or "Checkpoints"