21 |
</head> |
</head> |
22 |
|
|
23 |
<body> |
<body> |
24 |
|
|
25 |
<center> |
<center> |
26 |
<h3>Obtaining the MITgcm Source using CVS</h3> |
<h3>Obtaining the MITgcm Source using CVS</h3> |
27 |
</center> |
</center> |
139 |
</pre> |
</pre> |
140 |
|
|
141 |
<h4>Getting Specific Releases or "Checkpoints"</h4> |
<h4>Getting Specific Releases or "Checkpoints"</h4> |
142 |
|
|
143 |
<p>As shown within the |
<p>As shown within the |
144 |
<!-- <a href="http://mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/doc/tag-index">CVS Code Browser</a> --> |
<!-- <a href="http://mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/doc/tag-index">CVS Code Browser</a> --> |
145 |
<a href="http://mitgcm.org/viewvc/MITgcm/MITgcm/doc/tag-index">CVS Code Browser</a> |
<a href="http://mitgcm.org/viewvc/MITgcm/MITgcm/doc/tag-index">CVS Code Browser</a> |
146 |
, the MITgcm code is continuously undergoing updates. At |
, the MITgcm code is continuously undergoing updates. At |
157 |
</pre> |
</pre> |
158 |
|
|
159 |
<p>By default (that is, when no tag is specified), CVS will retrieve the |
<p>By default (that is, when no tag is specified), CVS will retrieve the |
160 |
latest version of all files.</p> |
latest version of all files. To download an older version corresponding |
161 |
|
to a specific time, e.g., May 1rst, 2008, at 5pm, one can use the "-D" |
162 |
|
CVS option as follows: </p> |
163 |
|
|
164 |
|
<pre> |
165 |
|
$ cvs co -P -D "2008-05-01 17:00" MITgcm |
166 |
|
</pre> |
167 |
|
|
168 |
<h4>Show changes that YOU have made</h4> |
<h4>Show changes that YOU have made</h4> |
169 |
|
|
232 |
|
|
233 |
<p>"cvs update" produces output to the terminal with the following |
<p>"cvs update" produces output to the terminal with the following |
234 |
meanings:</p> |
meanings:</p> |
235 |
|
|
236 |
<table align="center" border="0" cellpadding="10" width="90%" summary="CVS |
<table align="center" border="0" cellpadding="10" width="90%" summary="CVS |
237 |
update codes"> |
update codes"> |
238 |
<tr bgcolor="#00cccc"> |
<tr bgcolor="#00cccc"> |
275 |
|
|
276 |
<h4>Wow! CVS is so good, where can I learn more?</h4> |
<h4>Wow! CVS is so good, where can I learn more?</h4> |
277 |
|
|
278 |
<p>The <a |
<p>The <a |
279 |
href="http://web.mit.edu/afs/athena.mit.edu/project/gnu/doc/html/cvs_toc.html">basic |
href="http://web.mit.edu/afs/athena.mit.edu/project/gnu/doc/html/cvs_toc.html">basic |
280 |
manual</a> is a good reference. |
manual</a> is a good reference. |
281 |
For those who prefer the good old fashioned book there's |
For those who prefer the good old fashioned book there's |
282 |
<a href="http://cvsbook.red-bean.com/">"Open Source Development With CVS"</a>.</p> |
<a href="http://cvsbook.red-bean.com/">"Open Source Development With CVS"</a>.</p> |