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:01:04 UTC

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

Author: hwright
Date: Wed Aug 18 12:01:03 2010
New Revision: 986636

URL: http://svn.apache.org/viewvc?rev=986636&view=rev
Log:
Add some items to the 1.7 release status.

* publish/roadmap.html
  (release-status): Add several new 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=986636&r1=986635&r2=986636&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Wed Aug 18 12:01:03 2010
@@ -269,7 +269,7 @@ numbering, compatibility, and deprecatio
   </tr>
 </thead>
 <tbody>
-  <tr class="complete">
+  <tr class="completed">
     <td>Better handling of redirects</td>
     <td>Complete</td>
     <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2779">Issue 2779</a></td>
@@ -284,12 +284,76 @@ 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>
+    <td>In Progress</td>
+    <td></td>
+  </tr>
+  <tr class="in-progress">
+    <td>&nbsp;&nbsp;Conversion to the NODE_DATA table</td>
+    <td>In Progress</td>
+    <td></td>
+  </tr>
+  <tr class="not-started">
+    <td>&nbsp;&nbsp;Conflict storage</td>
+    <td>Not Started</td>
+    <td></td>
+  </tr>
+  <tr class="not-started">
+    <td>&nbsp;&nbsp;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>
+    <td>Not Started</td>
+    <td>Review and fix interaction of file externals with wc-ng</td>
+  </tr>
+  <tr class="in-progress">
+    <td></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>
+  <tr class="not-started">
+    <td>Review of performance branch</td>
+    <td>Not Started</td>
+    <td>Review items on the <a href="http://svn.apache.org/repos/asf/subversion/branches/performance/">performance branch</a>,
+        and determine which bits can/should be included in 1.7.</td>
+  </tr>
+  <tr class="not-started">
+    <td><code>libsvn_ra_serf</code> stabilization</td>
+    <td>Concerted effort not yet begun</td>
+    <td>Need to either 1) bring ra_serf performance and utility up to parety
+        with ra_neon, or 2) make ra_neon the default for 1.7.</td>
+  </tr>
   <tr class="not-started">
     <td>Test Review</td>
     <td>Not Started</td>
     <td>Determine which <code>XFail</code> and <code>WIP</code> tests should
         remain so, and which need to be fixed before release.</td>
   </tr>
+  <tr class="not-started">
+    <td>API Review</td>
+    <td>Not Started</td>
+    <td></td>
+  </tr>
+  <tr class="not-started">
+    <td>&nbsp;&nbsp;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>
+    <td>Not Started</td>
+    <td>Profile the new APIs to determine which can/should be optimized.</td>
+  </tr>
+  <!--<tr class="">
+    <td></td>
+    <td></td>
+    <td></td>
+  </tr>-->
 </tbody>
 </table>