| 49 |
$ cvs login |
$ cvs login |
| 50 |
( enter the CVS password: "cvsanon" ) |
( enter the CVS password: "cvsanon" ) |
| 51 |
$ cvs co MITgcm MITgcm_contrib |
$ cvs co MITgcm MITgcm_contrib |
| 52 |
</pre> |
</pre> |
| 53 |
|
|
| 54 |
<p>Note that you will only need to perform the "cvs login" once. And for |
<p>Note that you will only need to perform the "cvs login" once. And for |
| 55 |
convenience, you may want to add the CVSROOT variable to your shell's |
convenience, you may want to add the CVSROOT variable to your shell's |
| 107 |
--> |
--> |
| 108 |
</table> |
</table> |
| 109 |
|
|
| 110 |
|
<p>It is important to note that the CVS aliases above cannot be used in |
| 111 |
|
conjunction with the CVS <i>-d DIRNAME</i> option. However, the MITgcm |
| 112 |
|
directories they create can be changed to a different name following the |
| 113 |
|
check-out:</p> |
| 114 |
|
<pre> |
| 115 |
|
$ cvs co MITgcm_verif_basic |
| 116 |
|
$ mv MITgcm MITgcm_verif_basic |
| 117 |
|
</pre> |
| 118 |
|
|
| 119 |
<h4>Getting Specific Releases or "Checkpoints"</h4> |
<h4>Getting Specific Releases or "Checkpoints"</h4> |
| 120 |
|
|
| 121 |
<p>As shown within the <a |
<p>As shown within the <a |
| 122 |
href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/doc/tag-index"> CVS |
href="http://mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/doc/tag-index"> CVS |
| 123 |
Code Browser</a>, the MITgcm code is continuously undergoing updates. At |
Code Browser</a>, the MITgcm code is continuously undergoing updates. At |
| 124 |
points during the development (typically, after work has been done and the |
points during the development (typically, after work has been done and the |
| 125 |
source code has passed the <a href="testing/latest.html">verification |
source code has passed the <a href="testing/latest.html">verification |