Index: issue4129.txt
===================================================================
--- issue4129.txt	(revision 1775883)
+++ issue4129.txt	(working copy)
@@ -12,6 +12,16 @@
 revision would be reported as belonging to the previous revision that touched
 the file being annotated.
 
+Beginning with SVN 1.8.0, 'svnadmin verify' produces one of these errors in
+case it detects this problem:
+[[[
+svnadmin: E160004: Mergeinfo-count discrepancy on '0-221.0.r64541/774830': expected 417247173744278003+0, counted 42834
+]]]
+
+[[[
+svnadmin: E160004: r1234's root node's predecessor is r1232 but should be r1233
+]]]
+
 Occurs only in:
 FSFS repositories that contain at least one svn:mergeinfo property.
 
Index: release-notes/1.8.html
===================================================================
--- release-notes/1.8.html	(revision 1775883)
+++ release-notes/1.8.html	(working copy)
@@ -658,6 +658,15 @@
 <!-- r1304656 -->
 detect instances of that corruption in the history of a repository.</p>
 
+<p>Beginning with SVN 1.8.0, 'svnadmin verify' produces one of these errors
+in case it detects this problem:</p>
+<pre>
+svnadmin: E160004: Mergeinfo-count discrepancy on '0-221.0.r64541/774830': expected 417247173744278003+0, counted 42834
+</pre>
+<pre>
+svnadmin: E160004: r1234's root node's predecessor is r1232 but should be r1233
+</pre>
+
 <p>The fix to these issues is simple: perform a <a
 href="http://svnbook.red-bean.com/en/1.8/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate.svnadmin"
 >dump/load cycle</a>.  (As usual, svnsync can be used instead of dump/load.)
