From: Chris Lattner Date: Thu, 3 Aug 2006 22:14:43 +0000 (+0000) Subject: updated CVS server location X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c75a04bd2e6fd33438faf6e0aa26fc1261876a0a;p=oota-llvm.git updated CVS server location git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29518 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 4115d8908a3..f75fbe2c927 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -666,9 +666,9 @@ follows:

@@ -695,7 +695,7 @@ labels:

you get it from the CVS repository:

   cd llvm/projects
-  cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-test
+  cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co llvm-test
 

By placing it in the llvm/projects, it will be automatically configured by the LLVM configure script as well as automatically updated when @@ -704,7 +704,7 @@ you run cvs update.

If you would like to get the GCC 3.4 front end source code, you can also get it from the CVS repository:

-  cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
+  cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co llvm-gcc
 

Please note that you must follow these