| 53 |
|
|
| 54 |
<p>using the "-P" option to check-out ("<i>cvs co -P</i>") prevents |
<p>using the "-P" option to check-out ("<i>cvs co -P</i>") prevents |
| 55 |
to download unnecessary empty directories.</p> |
to download unnecessary empty directories.</p> |
|
|
|
|
|
|
|
<p>Note that it is possible to checkout code without "cvs login" and without |
|
|
setting any shell environment variables by specifying the pserver name and |
|
|
password in one line, for example:</p> |
|
|
|
|
|
<pre> |
|
|
$ cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -P MITgcm |
|
|
</pre> |
|
| 56 |
|
|
| 57 |
<p>A large amount of additional (optional!) content is available |
<p>A large amount of additional (optional!) content is available |
| 58 |
from the <i>MITgcm_contrib</i> directory; much of it is specific to certain |
from the <i>MITgcm_contrib</i> directory; much of it is specific to certain |
| 73 |
environment (that is, define it within your "~/.bashrc" or "~/.chsrc" |
environment (that is, define it within your "~/.bashrc" or "~/.chsrc" |
| 74 |
files).</p> |
files).</p> |
| 75 |
|
|
| 76 |
|
<p>Also note that it is possible to checkout code without "cvs login" and |
| 77 |
|
without setting any shell environment variables by specifying the |
| 78 |
|
pserver name and password in one line, for example:</p> |
| 79 |
|
|
| 80 |
|
<pre> |
| 81 |
|
$ cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -P MITgcm |
| 82 |
|
</pre> |
| 83 |
|
|
| 84 |
<h4>Getting Parts of the Source "Tree"</h4> |
<h4>Getting Parts of the Source "Tree"</h4> |
| 85 |
|
|