You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ko...@apache.org on 2015/10/29 14:47:54 UTC

svn commit: r1711253 - /subversion/branches/1.9.x/STATUS

Author: kotkov
Date: Thu Oct 29 13:47:54 2015
New Revision: 1711253

URL: http://svn.apache.org/viewvc?rev=1711253&view=rev
Log:
* STATUS: Nominate the r1706428 group.

Modified:
    subversion/branches/1.9.x/STATUS

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1711253&r1=1711252&r2=1711253&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Thu Oct 29 13:47:54 2015
@@ -106,6 +106,31 @@ Candidate changes:
    Votes:
      +1: philip
 
+ * r1706428, r1706437, r1709388, r1711250
+   Fix issue #4598, "No-op changes no longer dumped by 'svnadmin dump' in 1.9"
+   Justification:
+     Possible loss of information, different dumps produced by svnadmin and
+     svnrdump.  Repository dumps can be used for backup purposes.  Regression
+     from 1.8.
+   Notes:
+     Whole discussion is in http://svn.haxx.se/dev/archive-2015-09/0269.shtml
+     (Subject: "No-op changes no longer dumped by 'svnadmin dump' in 1.9").
+     The patchset discussed in the referenced thread, r1572363 + r1573111,
+     changes behavior of around six different callers, and two of them have
+     already backfired with problems.  This nomination restores the original
+     behavior of API functions like svn_fs_contents_changed() and switches the
+     calling sites of the new API back to using the old functions -- in order
+     to solve the issue and to avoid possibility of similar problems coming
+     from other places.
+     .
+     r1706428 and r1706437 add a regression test.  r1709388 is the fix itself.
+     r1711250 is a documentation update.  Backport branch is required due to
+     conflict in /subversion/tests/cmdline/svnadmin_tests.py
+   Branch:
+     ^/subversion/branches/1.9.x-r1706428
+   Votes:
+     +1: kotkov
+
 Veto-blocked changes:
 =====================