You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/08/18 14:04:48 UTC

svn commit: r986639 - /subversion/site/publish/roadmap.html

Author: hwright
Date: Wed Aug 18 12:04:48 2010
New Revision: 986639

URL: http://svn.apache.org/viewvc?rev=986639&view=rev
Log:
* publish/roadmap.html
  (release-status): Use styles instead of   to indent child items.

Modified:
    subversion/site/publish/roadmap.html

Modified: subversion/site/publish/roadmap.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=986639&r1=986638&r2=986639&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Wed Aug 18 12:04:48 2010
@@ -284,34 +284,34 @@ numbering, compatibility, and deprecatio
     <td>In Progress</td>
     <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3357">Issue 3357</a></td>
   </tr>
-  <tr class="in-progress">
-    <td>&nbsp;&nbsp;Enable single-db on trunk</td>
+  <tr class="in-progress" style="margin-left: 5px;">
+    <td>Enable single-db on trunk</td>
     <td>In Progress</td>
     <td></td>
   </tr>
-  <tr class="in-progress">
-    <td>&nbsp;&nbsp;Conversion to the NODE_DATA table</td>
+  <tr class="in-progress" style="margin-left: 5px;">
+    <td>Conversion to the NODE_DATA table</td>
     <td>In Progress</td>
     <td></td>
   </tr>
-  <tr class="not-started">
-    <td>&nbsp;&nbsp;Conflict storage</td>
+  <tr class="not-started" style="margin-left: 5px;">
+    <td>Conflict storage</td>
     <td>Not Started</td>
     <td></td>
   </tr>
-  <tr class="not-started">
-    <td>&nbsp;&nbsp;Upgrade to single DB</td>
+  <tr class="not-started" style="margin-left: 5px;">
+    <td>Upgrade to single DB</td>
     <td>Not Started</td>
     <td><a href="http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/wc-ng/bump-to-19.py">Conversion script</a>
         for devs exists, but end-user single-db upgrade not started</td>
   </tr>
-  <tr class="not-started">
-    <td>&nbsp;&nbps;File externals</td>
+  <tr class="not-started" style="margin-left: 5px;">
+    <td>File externals</td>
     <td>Not Started</td>
     <td>Review and fix interaction of file externals with wc-ng</td>
   </tr>
   <tr class="in-progress">
-    <td></td>
+    <td>Atomic changes of revision properties</td>
     <td>In Progress</td>
     <td><a href="http://svn.apache.org/repos/asf/subversion/branches/atomic-revprop/BRANCH-README">Branch notes</a></td>
   </tr>
@@ -338,14 +338,14 @@ numbering, compatibility, and deprecatio
     <td>Not Started</td>
     <td></td>
   </tr>
-  <tr class="not-started">
-    <td>&nbsp;&nbsp;Remove temp APIs</td>
+  <tr class="not-started" style="margin-left: 5px;">
+    <td>Remove temp APIs</td>
     <td>Not Started</td>
     <td>Review APIs added in 1.7 (including APIs internal to libsvn_wc), and
         determine which ones should stay, and which should be removed.</td>
   </tr>
-  <tr class="not-started">
-    <td>&nbsp;&nbsp;API performance analysis</td>
+  <tr class="not-started" style="margin-left: 5px;">
+    <td>API performance analysis</td>
     <td>Not Started</td>
     <td>Profile the new APIs to determine which can/should be optimized.</td>
   </tr>