[llvm-commits] CVS: llvm-www/SVNLayout.html
Reid Spencer
reid at x10sys.com
Wed Jul 4 12:28:00 PDT 2007
Changes in directory llvm-www:
SVNLayout.html updated: 1.1 -> 1.2
---
Log message:
Fix some validation errors.
---
Diffs of the changes: (+5 -5)
SVNLayout.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm-www/SVNLayout.html
diff -u llvm-www/SVNLayout.html:1.1 llvm-www/SVNLayout.html:1.2
--- llvm-www/SVNLayout.html:1.1 Wed Jul 4 06:16:40 2007
+++ llvm-www/SVNLayout.html Wed Jul 4 14:27:21 2007
@@ -90,7 +90,7 @@
</pre>
<p>In other words, we are using the recommended and customary layout for the
repository as described in the Subversion project's
- <a href="http://svn.collab.net/repos/svn/trunk/doc/user/svn-best-practices.html"</a>Best Practices</a>.
+ <a href="http://svn.collab.net/repos/svn/trunk/doc/user/svn-best-practices.html">Best Practices</a>.
<p>There was some discussion about putting (only) the <tt>trunk</tt>,
<tt>branches</tt>, and <tt>tags</tt> directories at the top level with
@@ -118,8 +118,8 @@
</pre>instead of:<pre>
svn co http://llvm.org/svn/llvm/trunk llvm
</pre>However, this isn't a huge inconvenience and it only needs to be
- done once for the <a href=#llvm-top">llvm-top</a> module. From there the
- makefile can fetch, configure and build what is needed.</li>
+ done once for the <a href="#llvm-top">llvm-top</a> module. From there
+ the makefile can fetch, configure and build what is needed.</li>
<li>Allows master release tags and branches to be created more easily. The
idea was that the modules of the project are quite interdependent and we
would want some kind of "version lock" on them. Turns out that since
@@ -189,7 +189,7 @@
<div class="www_subsection"><a name="practices">Best Practices</a></div>
<div class="www_text">
<p>We intend that developers follow the
- <a href="http://svn.collab.net/repos/svn/trunk/doc/user/svn-best-practices.html"</a>Best Practices</a>
+ <a href="http://svn.collab.net/repos/svn/trunk/doc/user/svn-best-practices.html">Best Practices</a>
defined by the Subversion project. Most of the items on that page have been
official or unofficial practice within the LLVM development community for
several years. Please make sure you read these best practices and then this
@@ -214,6 +214,6 @@
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-<br/>Last modified: $Date: 2007/07/04 11:16:40 $
+<br/>Last modified: $Date: 2007/07/04 19:27:21 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list