| 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 <it>-d DIRNAME<\it> 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 |
|
|