You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2016/02/04 01:11:49 UTC

svn commit: r1728393 - /subversion/site/publish/docs/release-notes/1.9.html

Author: luke1410
Date: Thu Feb  4 00:11:48 2016
New Revision: 1728393

URL: http://svn.apache.org/viewvc?rev=1728393&view=rev
Log:
Fix issue #4617: broken dump/load link on release notes web pages

* site/publish/docs/release-notes/1.9.html
  (fsx): Redirect red book link to 1.7.
  (fsfs-improvements): Redirect red book link to 1.7.

Reported by: karl berry
Approved by: philipm

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=1728393&r1=1728392&r2=1728393&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Thu Feb  4 00:11:48 2016
@@ -328,7 +328,7 @@ your repository.  However, the new addre
 will not be used in that case but only in repositories that got created as format
 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">
+<a href="http://svnbook.red-bean.com/en/1.7/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate.svnadmin">
 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
@@ -764,7 +764,7 @@ respect to the feature set that its deve
 it keeps its experimental status, there will be neither forward nor backward
 compatibility between FSX repositories of different Subversion feature releases.
 Subversion 1.10 and later will recognize 1.9 FSX repositories and error out
-on them.  You may use <a href="http://svnbook.red-bean.com/en/1.9/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate.svnadmin">
+on them.  You may use <a href="http://svnbook.red-bean.com/en/1.7/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate.svnadmin">
 dump and load</a> to upgrade an FSX repository from one release to another.</p>
 
 <p>Dump and load is also the only upgrade path between FSFS and FSX.</p>