[llvm-commits] CVS: llvm-www/SVNMigration.html

Reid Spencer reid at x10sys.com
Mon Apr 2 21:56:39 PDT 2007



Changes in directory llvm-www:

SVNMigration.html updated: 1.2 -> 1.3
---
Log message:

Add a note about renaming things.


---
Diffs of the changes:  (+34 -1)

 SVNMigration.html |   35 ++++++++++++++++++++++++++++++++++-
 1 files changed, 34 insertions(+), 1 deletion(-)


Index: llvm-www/SVNMigration.html
diff -u llvm-www/SVNMigration.html:1.2 llvm-www/SVNMigration.html:1.3
--- llvm-www/SVNMigration.html:1.2	Mon Apr  2 13:52:38 2007
+++ llvm-www/SVNMigration.html	Mon Apr  2 23:56:22 2007
@@ -7,6 +7,39 @@
 </div>
 
 <!-- *********************************************************************** -->
+<div class="www_sectiontitle"><a name="branches">Renaming</a></div>
+<div class="www_text">
+  <p>Since everything will be in one SVN repository, we thought we'd take this
+  opportunity to rename some top level directories to reduce redundancy. This
+  will be more important with Subversion because of Subversion URLs which will
+  already contain llvm.org (host) and llvm-<i>something</i> (repository). We
+  don't need another level of "llvm" in the top level directories as well.</p>
+  <p>The proposed renamining is shown in the table below.</p>
+  <table class="www">
+    <tr><th>Old Name</th><th>New Name</th></tr>
+    <tr><td>llvm</td><td>llvm</td></tr>
+    <tr><td>llvm-test</td><td>test-suite</td></tr>
+    <tr><td>llvm-stacker</td><td>stacker</td></tr>
+    <tr><td>llvm-java</td><td>java</td></tr>
+    <tr><td>llvm-tv</td><td>television</td></tr>
+    <tr><td>llvm-poolalloc</td><td>poolalloc</td></tr>
+    <tr><td>Adaptive</td><td>adaptive</td></tr>
+    <tr><td>nightlytest-serverside</td><td>nightly-test</td></tr>
+  </table>
+  <p><b>NOTE</b>: Due to synchronization of commits in the conversion process, 
+  we will likely transition all of the above to Subversion in one shot. 
+  This will allow SVN revision numbers to increase temporally instead 
+  of disjointedly if the projects were imported one at a time. It also 
+  permits revision groups to span across projects. For example, 
+  changes to llvm and llvm-stacker made at the same time with 
+  the same commit comment would be grouped as one SVN revision.
+  This increases the atomicity of commits and reduces the total number of
+  revisions in the SVN repository.</p>
+  <p><b>NOTE</b>: we will be converting neither llvm-www (UIUC web site) nor 
+  llvm-gcc (old version 3).</p>
+</div>
+
+<!-- *********************************************************************** -->
 <div class="www_sectiontitle"><a name="branches">Branch Status</a></div>
 <div class="www_text">
   <p>The existing branches have been categorized as shown in the table below. If
@@ -118,6 +151,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/04/02 18:52:38 $
+<br/>Last modified: $Date: 2007/04/03 04:56:22 $
 </address>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list