summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStartedVS.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-09 08:04:31 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-09 08:04:31 +0000
commitc7f87f202eb0302f2a8e66d00dfedf4c3101e1a3 (patch)
treed9baf772563c5757ca9627e644e1005f552c917f /llvm/docs/GettingStartedVS.html
parent267ba45249d5721bebc01784d2873e3ac6af1d0f (diff)
downloadbcm5719-llvm-c7f87f202eb0302f2a8e66d00dfedf4c3101e1a3.tar.gz
bcm5719-llvm-c7f87f202eb0302f2a8e66d00dfedf4c3101e1a3.zip
Subversionify the documentation.
llvm-svn: 38442
Diffstat (limited to 'llvm/docs/GettingStartedVS.html')
-rw-r--r--llvm/docs/GettingStartedVS.html15
1 files changed, 6 insertions, 9 deletions
diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html
index 90a30bb040e..05803780a84 100644
--- a/llvm/docs/GettingStartedVS.html
+++ b/llvm/docs/GettingStartedVS.html
@@ -99,16 +99,13 @@
<li><tt>cd llvm</tt></li>
</ol></li>
- <li>With anonymous CVS access:
+ <li>With anonymous Subversion access:
<ol>
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li>
- <li><tt>cvs -d
- :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt></li>
- <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 llvm</tt></li>
+ <li><tt>svn co http://llvm.org/svn/llvm-project/llvm-top/trunk llvm-top
+ </tt></li>
+ <li><tt>make checkout MODULE=llvm</tt>
<li><tt>cd llvm</tt></li>
- <li><tt>cvs up -P -d</tt></li>
</ol></li>
</ul></li>
@@ -128,8 +125,8 @@
</ol>
-<p>It is strongly encouraged that you get the latest version from CVS. Much
-progress has been made since the 1.4 release.</p>
+<p>It is strongly encouraged that you get the latest version from Subversion as
+changes are continually making the VS support better.</p>
</div>
OpenPOWER on IntegriCloud