Author: jcorvel
Date: Fri Jul 28 18:58:58 2017
New Revision: 1803323

URL: http://svn.apache.org/viewvc?rev=1803323&view=rev
Log:
* site/publish/faq.html
  (dumpload): Add note to watch out for revision property changes after
   the initial dump+load has been started.
   
Suggested by: Doug Robinson (doug.robinson {AT} wandisco.com)

Modified:
    subversion/site/publish/faq.html

Modified: subversion/site/publish/faq.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1803323&r1=1803322&r2=1803323&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Fri Jul 28 18:58:58 2017
@@ -1563,6 +1563,17 @@ Put NEWREPOS online <b><-- end of mainte
 <p>Some things to watch out for:</p>
 
 <ul>
+<li>Watch out for <a href="#change-log-msg">changes to log messages</a>
+(or other revision properties) after you start the initial dump+load and
+before you lock down the old repository.
+Those won't be transferred with the incremental dump+load(s).
+So either make sure the pre-revprop-change hook is "closed" while you're
+running the initial dump+load, or keep a log of all changed revision
+properties (for instance write them to a log file from your
+post-revprop-change hook) and transfer them to the new repository
+afterwards (for instance using 'svnlook log' and 'svnadmin setlog'). 
+</li>
+
 <li>You might run into:
 <pre>
 svnadmin: E125005: Invalid property value found in dumpstream; consider 
repairing the


Reply via email to