summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-03 22:14:43 +0000
committerChris Lattner <sabre@nondot.org>2006-08-03 22:14:43 +0000
commitc75a04bd2e6fd33438faf6e0aa26fc1261876a0a (patch)
treee04fd3e833d21504462e3f87f7484a6370fe712e /docs
parentecfe0888b6ca2cf543a8f4d1f6d1d9b9c7411f81 (diff)
downloadllvm-c75a04bd2e6fd33438faf6e0aa26fc1261876a0a.tar.gz
llvm-c75a04bd2e6fd33438faf6e0aa26fc1261876a0a.tar.bz2
llvm-c75a04bd2e6fd33438faf6e0aa26fc1261876a0a.tar.xz
updated CVS server location
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 4115d8908a..f75fbe2c92 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -666,9 +666,9 @@ follows:</p>
<ul>
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
- <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt>
+ <li><tt>cvs -d :pserver:anon@llvm.org:/var/cvs/llvm login</tt>
<li>Hit the return key when prompted for the password.
- <li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co
+ <li><tt>cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co
llvm</tt>
</ul>
@@ -695,7 +695,7 @@ labels:</p>
you get it from the CVS repository:</p>
<pre>
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
</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 @@ you run <tt>cvs update</tt>.</p>
<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@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
+ cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co llvm-gcc
</pre>
<p>Please note that you must follow <a href="CFEBuildInstrs.html">these