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 checkpoint40 models/MITgcmUV</pre> |
<pre>cvs co -d <i>directory</i> -P -r release1_beta1 models/MITgcmUV</pre> |
39 |
</blockquote> |
</blockquote> |
40 |
|
|
41 |
<h2> |
<h2> |
80 |
You can also update to a specific version, just as you could check out |
You can also update to a specific version, just as you could check out |
81 |
a specific version. |
a specific version. |
82 |
<blockquote> |
<blockquote> |
83 |
<pre>cvs update -d -P -r checkpoint40</pre> |
<pre>cvs update -d -P -r release1_beta1</pre> |
84 |
</blockquote> |
</blockquote> |
85 |
If you checked out a specific version and want to update to the very latest |
If you checked out a specific version and want to update to the very latest |
86 |
use the -A option will remove associated with a specific version as follows: |
use the -A option will remove associated with a specific version as follows: |