Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/front_content/source_code.xml 2003/12/04 03:10:49 1.3
+++ mitgcm.org/front_content/source_code.xml 2003/12/04 16:20:41 1.4
@@ -37,7 +37,18 @@
href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/?only_with_tag=release1_p8">
HTML-enabled CVS code browser</a></li>
- <li>Download <a href="./using_cvs.html">using CVS pserver</a></li>
+ <li>Download <a href="./using_cvs.html">using CVS pserver</a>:
+
+<blockquote>
+<pre>
+$ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
+$ cvs login
+ ( enter the CVS password: "cvsanon" )
+$ cvs co -r 'release1_p8' MITgcm
+</pre>
+</blockquote>
+
+ </li>
<li>Download <a href="./download">as a "tar" file.</a></li>
<br />
@@ -50,25 +61,32 @@
href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/">HTML-enabled CVS
code browser</a></li>
- <li>Download <a href="./using_cvs.html">using CVS pserver</a></li>
+ <li>Download <a href="./using_cvs.html">using CVS pserver</a>
+
+<blockquote>
+<pre>
+$ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
+$ cvs login
+ ( enter the CVS password: "cvsanon" )
+$ cvs co MITgcm
+</pre>
+</blockquote>
+
+ </li>
- <li>Download <a href="./download">as a "tar" file.</a></li>
+ <!-- <li>Download <a href="./download">as a "tar" file.</a></li> -->
</ul>
</li>
</ul>
</p>
- <p>Please see the <a href="http://dev.mitgcm.org/projects/mitgcm/">MITgcm
- development server</a> which includes:
+ <p>A GForge-based <a href="http://dev.mitgcm.org/projects/mitgcm/">MITgcm
+ development server</a> is available which includes:
<ul>
- <li>a <a href="http://dev.mitgcm.org/cgi-bin/viewcvs.cgi/">Web
- interface to the CVS repository</a>,<br /><br /></li>
-
<li>the <a href="http://dev.mitgcm.org/mailman/listinfo/mitgcm-support">
MITgcm-support</a> mailing list with a web-browsable archive, <br
- /><br />
- </li>
+ /><br /></li>
<li>a <a href="http://dev.mitgcm.org/forum/?group_id=6">web-based
forum</a> suitable for quick questions, and<br /><br /></li>
@@ -81,7 +99,7 @@
<p>A verification suite is run periodically on a range of different
machines and the results can be seen at:
<ul>
- <li><a href="./testing/latest.html">Latest results</a></li>
+ <li><a href="./testing/latest.html">Latest testing/verification runs</a></li>
<li><a href="./testing/summary/">All testing results to date</a></li>
</ul>
</p>
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |