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

Reid Spencer reid at x10sys.com
Mon Apr 2 11:52:56 PDT 2007



Changes in directory llvm-www:

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

We don't need to keep the root version tag for branches because SVN does this
automatically.


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

 SVNMigration.html |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)


Index: llvm-www/SVNMigration.html
diff -u llvm-www/SVNMigration.html:1.1 llvm-www/SVNMigration.html:1.2
--- llvm-www/SVNMigration.html:1.1	Mon Apr  2 13:04:19 2007
+++ llvm-www/SVNMigration.html	Mon Apr  2 13:52:38 2007
@@ -75,13 +75,8 @@
         it</td>
     </tr>
     <tr><td>jtcllva</td><td>Assuming this is the LLVA tag</td></tr>
-    <tr><td>PARALLEL_ROOT</td><td>Root of the parallel branch</td></tr>
     <tr><td>RELEASE_*</td><td>These are the final release tags (7 total)</td>
     </tr>
-    <tr><td>ROOT_RELEASE_*</td><td>These are the original release tags (9 total)
-      </td>
-    </tr>
-    <tr><td>RC15</td><td>This should have been ROOT_RELEASE_15, I think</td>
     </tr>
     <tr><td>start</td><td>This seems to be the very first tag. It references an
         ancient version of llvm and is only of historical interest</td></tr>
@@ -98,6 +93,7 @@
         its unneeded at this point</td>
     </tr>
     <tr><td>PowerPC_0_0</td><td>Root of a branch we're deleting</td></tr>
+    <tr><td>PARALLEL_ROOT</td><td>Root of the parallel branch</td></tr>
     <tr><td>PRE10</td><td>Root of a branch we're deleting</td></tr>
     <tr><td>PRE101</td><td>Root of a branch we're deleting</td></tr>
     <tr><td>PRE11</td><td>Root of a branch we're deleting</td></tr>
@@ -105,7 +101,12 @@
     <tr><td>PRE2_ROOT</td><td>Root of a branch we're deleting</td></tr>
     <tr><td>regalloc_linearscan_mergein_main</td><td>Merge point of branch 
         we're deleting</td></tr>
-    <tr><td>ROOT_VLLVM</td><td>Appears to be a typo</td></tr>
+    <tr><td>RC15</td><td>This should have been ROOT_RELEASE_15, I think</td>
+    <tr><td>ROOT_RELEASE_*</td><td>These are the root version tags for release
+        branches (9 total). They aren't needed in SVN because of the way SVN
+        handles branches.</td>
+    </tr>
+    <tr><td>ROOT_VLLVM</td><td>The root version tag for the vector_llvm branch.</td></tr>
     <tr><td>ST_incr_*</td><td>SignlessTypes tags, not needed any more</td></tr>
   </table>
 
@@ -117,6 +118,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:04:19 $
+<br/>Last modified: $Date: 2007/04/02 18:52:38 $
 </address>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list