--- mitgcm.org/usingcvstoget.html 2001/09/20 16:51:55 1.3 +++ mitgcm.org/usingcvstoget.html 2002/04/08 19:46:14 1.6 @@ -8,7 +8,7 @@

-Obtaining MITgcmUV source using CVS

+Obtaining MITgcm source using CVS

Environment

@@ -23,7 +23,7 @@ To obtain the latest source (with CVS information)
-
cvs co -d directory -P models/MITgcmUV
+
cvs co -d directory -P MITgcm
This creates a directory called directory. If directory already exists this command updates your code based on the repository (see "Getting @@ -35,7 +35,7 @@ notion of checkpoints to indicate the evolution of the code. To specify which "tag" you require use the -r option:
-
cvs co -d directory -P -r checkpoint40 models/MITgcmUV
+
cvs co -d directory -P -r release1_beta1 MITgcm

@@ -80,7 +80,7 @@ You can also update to a specific version, just as you could check out a specific version.
-
cvs update -d -P -r checkpoint40
+
cvs update -d -P -r release1_beta1
If you checked out a specific version and want to update to the very latest use the -A option will remove associated with a specific version as follows: @@ -130,7 +130,7 @@

Wow! CVS is so good, where can I learn more?

The basic manual -is a good reference. There is also an online +is a good reference. There is also an online tutorial as well as an training manual. For those who prefer the good old fashioned book there's "Open Source Development With CVS". @@ -138,11 +138,11 @@
- +
Last modified on $Date: 2001/09/20 16:51:55 $Last modified on $Date: 2002/04/08 19:46:14 $
CVS: /u/gcmpack/mitgcm.org/usingcvstoget.html,v -$Revision: 1.3 $
+$Revision: 1.6 $