Author: stsp
Date: Sat Apr 13 13:06:38 2013
New Revision: 1467618
URL: http://svn.apache.org/r1467618
Log:
* publish/docs/release-notes/1.8.html: Link to the dump/load section of the
SVN Book from a few more places.
Modified:
subversion/site/publish/docs/release-notes/1.8.html
Modified: subversion/site/publish/docs/release-notes/1.8.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1467618&r1=1467617&r2=1467618&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Sat Apr 13 13:06:38 2013
@@ -83,8 +83,9 @@ available unless both client and server
also cases where a new feature will work but will run less efficiently if
the client is new and the server old.</p>
-<p>There is <strong>no need</strong> to dump and reload your
-repositories. Subversion 1.8 servers can read and write to repositories
created by
+<p>There is <strong>no need</strong> to <a
href="http://svnbook.red-bean.com/en/1.8/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate.svnadmin"
+>dump and reload</a> your repositories.
+Subversion 1.8 servers can read and write to repositories created by
earlier versions. To upgrade an existing server installation, just install the
newest libraries and binaries on top of the older ones.</p>
@@ -159,7 +160,8 @@ and what impact these changes may have.<
<td>1.8</td>
<td>1.8</td>
<td><a href="#fsfs-deltification">Repository size reduction</a>
- requires dump/load.</td></tr>
+ requires <a
href="http://svnbook.red-bean.com/en/1.8/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate.svnadmin"
+ >dump/load</a>.</td></tr>
<tr>
<td><a href="#in-repo-authz">Authz file in repository</a></td>
<td>any</td>
@@ -1009,7 +1011,7 @@ the <tt>--compatible-version 1.6</tt> pa
However, to fully benefit from the latest <a
href="#fsfs-deltification">repository size reductions</a>,
it is recommended to create a new repository, adjust its settings and then
<a
href=http://svnbook.red-bean.com/en/1.8/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate.svnadmin
->dump / load</a> or svnsync the contents into it.
+>dump/load</a> or svnsync the contents into it.
</p>
</div> <!-- fsfs-format-6 -->