| 14 | 
     <meta name="add_title" content="Using CVS" /> | 
     <meta name="add_title" content="Using CVS" /> | 
| 15 | 
     <!-- Hinting for menu generation --> | 
     <!-- Hinting for menu generation --> | 
| 16 | 
  | 
  | 
 | 
     <title>MITgcm: <!--ADDTITLE--></title> | 
  | 
| 17 | 
 <style type="text/css"> | 
 <style type="text/css"> | 
| 18 | 
  span.c2 {font-size: 110%} | 
  span.c2 {font-size: 110%} | 
| 19 | 
  div.c1 {text-align: center} | 
  div.c1 {text-align: center} | 
| 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 | 
      | 
      |