Author: danielsh Date: Wed Jul 15 14:39:18 2015 New Revision: 1691229 URL: http://svn.apache.org/r1691229 Log: * docs/release-notes/1.9.html (#new-feature-compatibility-table): Add #fsfs-improvements. (#fsfs-improvements): Document how to distinguish fully-featured/native from partially-featured/upgraded FSFS f7 repositories.
Review by: stefan2 Modified: subversion/site/publish/docs/release-notes/1.9.html Modified: subversion/site/publish/docs/release-notes/1.9.html URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.9.html?rev=1691229&r1=1691228&r2=1691229&view=diff ============================================================================== --- subversion/site/publish/docs/release-notes/1.9.html (original) +++ subversion/site/publish/docs/release-notes/1.9.html Wed Jul 15 14:39:18 2015 @@ -106,6 +106,12 @@ and what impact these changes may have.< <td>any</td> <td></td></tr> <tr> + <td><a href="#fsfs-improvements">FSFS format 7</a></td> + <td>any</td> + <td>1.9</td> + <td>1.9</td> + <td>Older formats remain supported.</td></tr> + <tr> <td><a href="#FSX">FSX</a></td> <td>any</td> <td>1.9</td> @@ -306,8 +312,13 @@ will not be used in those but only in re 7. For best performance and to enable all features, it is recommended to perform a full <a href="http://svnbook.red-bean.com/en/1.9/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate.svnadmin"> -dump / load</a> cycle, see next section. -</p> +dump / load</a> cycle. You can tell whether all format 7 features are enabled +by looking for <tt>FSFS Logical Addressing: yes</tt> in the output of +<tt>svnadmin info</tt>: if that line is printed, then the repository has +all format 7 features enabled. + +<p>The next subsection compares performance of repositories created directly as +format 7 and of repositories upgraded to format 7 from older formats.</p> </div> <!-- fsfs-format7 -->