Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/front_content/source_code.xml 2003/12/07 00:23:45 1.7
+++ mitgcm.org/front_content/source_code.xml 2004/01/14 15:46:51 1.8
@@ -29,48 +29,48 @@
contents can be obtained at:
<ul>
- <li>Release1_patch8 :
+ <li>CVS current :
<ul>
<li>View through an <a
- href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/?only_with_tag=release1_p8">
- HTML-enabled CVS code browser</a></li>
+ href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/">HTML-enabled CVS
+ code browser [ViewCVS Web interface]</a></li>
- <li>Download <a href="./using_cvs.html">using CVS pserver</a>:
+ <li>Download <a href="./using_cvs.html">using CVS pserver</a>
<pre>
$ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
$ cvs login
( enter the CVS password: "cvsanon" )
- $ cvs co -r 'release1_p8' MITgcm
+ $ cvs co MITgcm
</pre>
</li>
- <li>Download <a href="./download">as a "tar" file.</a></li>
- <br />
+ <!-- <li>Download <a href="./download">as a "tar" file.</a></li> -->
+
</ul>
</li>
- <li>CVS current :
+ <li>Release1_patch8 :
<ul>
<li>View through an <a
- href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/">HTML-enabled CVS
- code browser</a></li>
+ href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/?only_with_tag=release1_p8">
+ HTML-enabled CVS code browser [ViewCVS Web interface]</a></li>
- <li>Download <a href="./using_cvs.html">using CVS pserver</a>
+ <li>Download <a href="./using_cvs.html">using CVS pserver</a>:
<pre>
$ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
$ cvs login
( enter the CVS password: "cvsanon" )
- $ cvs co MITgcm
+ $ cvs co -r 'release1_p8' MITgcm
</pre>
</li>
- <!-- <li>Download <a href="./download">as a "tar" file.</a></li> -->
-
+ <li>Download <a href="./download">as a "tar" file.</a></li>
+ <br />
</ul>
</li>
</ul>
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |