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

Jim Laskey jlaskey at apple.com
Mon Jul 31 14:38:13 PDT 2006



Changes in directory llvm/docs:

GettingStarted.html updated: 1.139 -> 1.140
CFEBuildInstrs.html updated: 1.58 -> 1.59
---
Log message:

Changed to a new directory for opensource checkout.


---
Diffs of the changes:  (+7 -6)

 CFEBuildInstrs.html |    5 +++--
 GettingStarted.html |    8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.139 llvm/docs/GettingStarted.html:1.140
--- llvm/docs/GettingStarted.html:1.139	Thu Jul 27 01:41:31 2006
+++ llvm/docs/GettingStarted.html	Mon Jul 31 16:37:55 2006
@@ -647,9 +647,9 @@
   <dd>Binary release of the llvm-gcc4 front end for MacOS X/X86.<br/></dd>
 </dl>
 
-<p>It is also possible to download the sources of the llvm-gcc4 front end from
-a read-only subversion mirror at svn://anonsvn.opensource.apple.com/svn/llvm.
-</p>
+<p>It is also possible to download the sources of the llvm-gcc4 front end from a
+read-only subversion mirror at
+svn://anonsvn.opensource.apple.com/svn/llvm/trunk. </p>
 
 </div>
 
@@ -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/27 06:41:31 $
+  Last modified: $Date: 2006/07/31 21:37:55 $
 </address>
 </body>
 </html>


Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.58 llvm/docs/CFEBuildInstrs.html:1.59
--- llvm/docs/CFEBuildInstrs.html:1.58	Tue Jul 11 15:47:00 2006
+++ llvm/docs/CFEBuildInstrs.html	Mon Jul 31 16:37:55 2006
@@ -117,7 +117,8 @@
 a read-only mirror using subversion.  To check out the code the first time use:
 </p>
 
-<tt>svn co svn://anonsvn.opensource.apple.com/svn/llvm <i>dst-directory</i></tt>
+<tt>svn co svn://anonsvn.opensource.apple.com/svn/llvm/trunk
+<i>dst-directory</i></tt>
 
 <p>After that, the code can be be updated in the destination directory using;
 </p>
@@ -356,7 +357,7 @@
 
   Brian Gaeke<br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/07/11 20:47:00 $
+  Last modified: $Date: 2006/07/31 21:37:55 $
 </address>
 
 </body>






More information about the llvm-commits mailing list