Author: stefan2
Date: Mon Aug 24 12:36:48 2015
New Revision: 1697366
URL: http://svn.apache.org/r1697366
Log:
Add warning to 1.8 adn 1.9 release notes in the aftermath of issue #4588.
Turns out neither the release notes nor the SVN book is not too clear
about the fact that replacing repositories (e.g. after dump / load)
requires a server restart.
* site/publish/docs/release-notes/1.8.html
(FSFS format bump): Add a warning box instructing the user to restart
their server after(s) replacing a repository.
* site/publish/docs/release-notes/1.9.html
(Format bump): Same.
Modified:
subversion/site/publish/docs/release-notes/1.8.html
subversion/site/publish/docs/release-notes/1.9.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=1697366&r1=1697365&r2=1697366&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon Aug 24 12:36:48 2015
@@ -1167,6 +1167,15 @@ it is recommended to create a new reposi
>dump/load</a> or svnsync the contents into it.
</p>
+<div class="notice">
+ <p><span style="color: red"><b>WARNING:</b></span> <b>Server restart
+ required!</b> Replacing an existing repository with one rebuilt from a
+ dump or restored from backup requires a server restart. This is true for
+ any repository format. Alternatively, you may store the new repository in
+ a different directory and redirect the Apache configuration to use that
+ instead of the old one; <tt>svnserve</tt> does not offer that option.</p>
+</div>
+
</div> <!-- fsfs-format-6 -->
<div class="h4" id="revprop-packing">
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=1697366&r1=1697365&r2=1697366&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Mon Aug 24 12:36:48 2015
@@ -316,6 +316,15 @@ by looking for <tt>FSFS Logical Addressi
<tt>svnadmin info</tt>: if that line is printed, then the repository has
all format 7 features enabled.
+<div class="notice">
+ <p><span style="color: red"><b>WARNING:</b></span> <b>Server restart
+ required!</b> Replacing an existing repository with one rebuilt from a
+ dump or restored from backup requires a server restart. This is true for
+ any repository format. Alternatively, you may store the new repository in
+ a different directory and redirect the Apache configuration to use that
+ instead of the old one; <tt>svnserve</tt> does not offer that option.</p>
+</div>
+
<p>The next subsection compares performance characteristics of repositories
created directly as format 7 with those upgraded to format 7 from older
formats.
</p>