8 |
|
|
9 |
<center> |
<center> |
10 |
<h1> |
<h1> |
11 |
Obtaining MITgcmUV source using CVS</h1></center> |
Obtaining MITgcm source using CVS</h1></center> |
12 |
|
|
13 |
<h2> |
<h2> |
14 |
Environment</h2> |
Environment</h2> |
23 |
To obtain the latest source (with CVS information)</h2> |
To obtain the latest source (with CVS information)</h2> |
24 |
|
|
25 |
<blockquote> |
<blockquote> |
26 |
<pre>cvs co -d <i>directory</i> -P models/MITgcmUV</pre> |
<pre>cvs co -d <i>directory</i> -P MITgcm</pre> |
27 |
</blockquote> |
</blockquote> |
28 |
This creates a directory called <i>directory</i>. If <i>directory</i> already |
This creates a directory called <i>directory</i>. If <i>directory</i> already |
29 |
exists this command updates your code based on the repository (see "Getting |
exists this command updates your code based on the repository (see "Getting |
35 |
notion of checkpoints to indicate the evolution of the code. To specify |
notion of checkpoints to indicate the evolution of the code. To specify |
36 |
which "tag" you require use the -r option: |
which "tag" you require use the -r option: |
37 |
<blockquote> |
<blockquote> |
38 |
<pre>cvs co -d <i>directory</i> -P -r release1_beta1 models/MITgcmUV</pre> |
<pre>cvs co -d <i>directory</i> -P -r release1_beta1 MITgcm</pre> |
39 |
</blockquote> |
</blockquote> |
40 |
|
|
41 |
<h2> |
<h2> |
130 |
<h2> |
<h2> |
131 |
Wow! CVS is so good, where can I learn more?</h2> |
Wow! CVS is so good, where can I learn more?</h2> |
132 |
The <a href="http://www.loria.fr/~molli/cvs/doc/cvs_toc.html">basic manual</a> |
The <a href="http://www.loria.fr/~molli/cvs/doc/cvs_toc.html">basic manual</a> |
133 |
is a good reference. There is also an <a href="http://www.loria.fr/~molli/cvs/cvs-tut/cvs_tutorial_toc.html">online |
is a good reference. There is also an <a href="http://web.mit.edu/afs/athena.mit.edu/project/gnu/doc/html/cvs_toc.html">online |
134 |
tutorial</a> as well as an <a href="http://www.loria.fr/~molli/cvs/cvstrain/cvstrain.html">training |
tutorial</a> as well as an <a href="http://www.loria.fr/~molli/cvs/cvstrain/cvstrain.html">training |
135 |
manual</a>. For those who prefer the good old fashioned book there's <a href="http://cvsbook.red-bean.com/">"Open |
manual</a>. For those who prefer the good old fashioned book there's <a href="http://cvsbook.red-bean.com/">"Open |
136 |
Source Development With CVS"</a>. |
Source Development With CVS"</a>. |