Author: danielsh
Date: Thu Jul  7 22:23:44 2011
New Revision: 1144080

URL: http://svn.apache.org/viewvc?rev=1144080&view=rev
Log:
* docs/release-notes/1.7.html
  (revprop-packing): Move to the "Compatibility concerns" section and describe
    the non-upgrade-path for 1.7.0-alpha3 users.

Modified:
    subversion/site/publish/docs/release-notes/1.7.html

Modified: subversion/site/publish/docs/release-notes/1.7.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1144080&r1=1144079&r2=1144080&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Thu Jul  7 22:23:44 2011
@@ -304,6 +304,41 @@ see <a href="http://subversion.tigris.or
 
 </div>  <!-- case-sensitive-authz -->
 
+<div class="h4" id="revprop-packing">
+<h4>Incompatible FSFS changes since 1.7.0-alpha3 for packed repositories
+  <a class="sectionlink" href="#revprop-packing"
+    title="Link to this section">&para;</a>
+</h4>
+
+<p>Subversion 1.6 introduced support for <a 
href="1.6.html#fsfs-packing">packing
+  FSFS revision files</a>, and Subversion 1.7.x alpha releases (up to
+1.7.0-alpha3) supported packing of revprops into an SQLite database.  Any
+FSFS-backed repositories that were <tt>svnadmin create</tt>d or
+<tt>svnadmin upgrade</tt>d by <tt>svnadmin</tt> from a nightly build or
+from an alpha release of the 1.7.x line are <strong>not</strong> supported by
+the final 1.7.0 release.  It is required to <tt>dump</tt> these repositories
+using an <tt>svnadmin</tt> built from the 1.7.0-alpha3 release in order to
+upgrade them for the 1.7.0 release.</p>
+
+<p>Subversion 1.7 will complain when it encounters such repositories, with
+the following error:</p>
+
+<pre class="todo">
+### TODO
+</pre>
+
+<p>We reiterate that this lack of upgrade path is within the latitude of
+our <a href="/download/#pre-releases">policy for pre-releases</a>.  We may
+provide in the future a script to downgrade a repository in-place to the
+format supported by both 1.6 and 1.7.  (We will welcome <a href="/contributing"
+>contributions</a> of such a script.)</p>
+
+<p>We plan to reintroduce revprop packing in a future release; see <a
+href="http://subversion.tigris.org/issues/show_bug.cgi?id=3944";
+>issue #3944</a> for details.</p>
+
+</div>  <!-- revprop-packing -->
+
 </div>  <!-- compat-misc -->
 
 </div>  <!-- compatibility -->
@@ -833,21 +868,6 @@ script given in
 
 </div>  <!-- atomic-revprops -->
 
-<div class="h3" id="revprop-packing">
-<h3>Revprops can now be packed in FSFS backends (<em>server</em>)
-  <a class="sectionlink" href="#revprop-packing"
-    title="Link to this section">&para;</a>
-</h3>
-
-<p>Subversion 1.6 introduced support for <a 
href="1.6.html#fsfs-packing">packing
-FSFS revision files</a>.  In Subversion 1.7, we've taking packing a bit farther
-by allowing packing of revprops into an SQLite database.  Just as before,
-you will need to upgrade your repository version by running <code>svnadmin
-upgrade</code>, and then running <code>svnadmin pack</code> to pack the
-revprops.</p>
-
-</div>  <!-- revprop-packing -->
-
 <div class="h3" id="merge-tracking-enhancements">
 <h3>Merge-Tracking Enhancements
   <a class="sectionlink" href="#merge-tracking-enhancements"


Reply via email to