[llvm-commits] CVS: llvm/docs/GettingStarted.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 18 15:23:01 PDT 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.57 -> 1.58
---
Log message:
Add link to the CVS mirror hosted by Reid
---
Diffs of the changes: (+17 -2)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.57 llvm/docs/GettingStarted.html:1.58
--- llvm/docs/GettingStarted.html:1.57 Wed Jun 2 15:37:02 2004
+++ llvm/docs/GettingStarted.html Fri Jun 18 15:15:58 2004
@@ -114,7 +114,7 @@
<li><tt>cd llvm</tt>
</ol></li>
- <li>With anonymous CVS access:
+ <li>With anonymous CVS access (or use a <a href="#checkout">mirror</a>):
<ol>
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li>
<li><tt>cvs -d
@@ -463,6 +463,21 @@
</div>
<!-- ======================================================================= -->
+<div class="doc_subsubsection">
+ <a name="mirrors">LLVM CVS Mirrors</a>
+</div>
+
+<div class="doc_text">
+
+<p>If the main CVS server is overloaded or inaccessible, you can try one of
+these user-hosted mirrors:</p>
+
+<ul>
+<li><a href="http://llvm.x10sys.com/">Mirror hosted by eXtensible Systems Inc.</a></li>
+</ul>
+</div>
+
+<!-- ======================================================================= -->
<div class="doc_subsection">
<a name="installcf">Install the GCC Front End</a>
</div>
@@ -1208,7 +1223,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/02 20:37:02 $
+ Last modified: $Date: 2004/06/18 20:15:58 $
</address>
</body>
More information about the llvm-commits
mailing list