[llvm-commits] CVS: llvm/docs/GettingStarted.html

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 3 15:14:59 PDT 2006



Changes in directory llvm/docs:

GettingStarted.html updated: 1.140 -> 1.141
---
Log message:

updated CVS server location


---
Diffs of the changes:  (+5 -5)

 GettingStarted.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.140 llvm/docs/GettingStarted.html:1.141
--- llvm/docs/GettingStarted.html:1.140	Mon Jul 31 16:37:55 2006
+++ llvm/docs/GettingStarted.html	Thu Aug  3 17:14:43 2006
@@ -666,9 +666,9 @@
 
 <ul>
 <li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
-  <li><tt>cvs -d :pserver:anon at llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt>
+  <li><tt>cvs -d :pserver:anon at llvm.org:/var/cvs/llvm login</tt>
   <li>Hit the return key when prompted for the password.
-  <li><tt>cvs -z3 -d :pserver:anon at llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co
+  <li><tt>cvs -z3 -d :pserver:anon at llvm.org:/var/cvs/llvm co
       llvm</tt>
 </ul>
 
@@ -695,7 +695,7 @@
 you get it from the CVS repository:</p>
 <pre>
   cd llvm/projects
-  cvs -z3 -d :pserver:anon at llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-test
+  cvs -z3 -d :pserver:anon at llvm.org:/var/cvs/llvm co llvm-test
 </pre>
 <p>By placing it in the <tt>llvm/projects</tt>, it will be automatically
 configured by the LLVM configure script as well as automatically updated when
@@ -704,7 +704,7 @@
 <p>If you would like to get the GCC 3.4 front end source code, you can also get it from the CVS repository:</p>
 
 <pre>
-  cvs -z3 -d :pserver:anon at llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
+  cvs -z3 -d :pserver:anon at llvm.org:/var/cvs/llvm co llvm-gcc
 </pre>
 
 <p>Please note that you must follow <a href="CFEBuildInstrs.html">these 
@@ -1595,7 +1595,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/07/31 21:37:55 $
+  Last modified: $Date: 2006/08/03 22:14:43 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list