diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 08:04:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 08:04:31 +0000 |
commit | 669ed45029765df223ba7e9cdc242f62c17497e4 (patch) | |
tree | e7fbee74346251b81e83a79239fd68d5efd54e1f /docs/GettingStartedVS.html | |
parent | b9eeb1acbcabd8e6cbbdaa24f8a8fd4fdc24e97a (diff) |
Subversionify the documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStartedVS.html')
-rw-r--r-- | docs/GettingStartedVS.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 90a30bb040..05803780a8 100644 --- a/docs/GettingStartedVS.html +++ b/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> |