You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2010/03/25 20:32:45 UTC

svn commit: r927554 - /subversion/branches/1.6.x/STATUS

Author: pburba
Date: Thu Mar 25 19:32:45 2010
New Revision: 927554

URL: http://svn.apache.org/viewvc?rev=927554&view=rev
Log:
* STATUS: Nominate r923389 group and issue #3020 group.

Modified:
    subversion/branches/1.6.x/STATUS

Modified: subversion/branches/1.6.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=927554&r1=927553&r2=927554&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Thu Mar 25 19:32:45 2010
@@ -158,6 +158,36 @@ Candidate changes:
    Votes:
      +1: rhuijben, stylesen
 
+ * r923389, r923391
+   Fix a bug where the ordering of arguments to svn_rangelist_intersect can
+   produce different results.
+   Justification:
+     The intersection of A and B != the intersection of B and A?
+     In a word: bad.  See http://svn.haxx.se/dev/archive-2010-03/0400.shtml.
+   Notes:
+     r923389 is the fix and a new C test, r923391 is a follow-up that fixed
+     a build-breaking typo from r923389,
+   Branch:
+     ^/subversion/branches/1.6.x-r923389
+   Votes:
+     +1: pburba
+
+ * r921453, r927184, r927243
+   Fix reopened issue #3020 'Reflect dropped/renumbered revisions in
+   svn:mergeinfo data during svnadmin load'
+   Justification:
+     Prior to this fix, when loading a partial dump with mergeinfo, the
+     resulting mergeinfo in the target repository could refer to non-existent
+     revisions or revisions that have nothing to do with the merge source
+     in the original repository.  The original fix for issue assumed that
+     the dump stream was for a complete repository.
+   Notes:
+     r921453 and 927184 are tests, r927243 is the fix.
+   Branch:
+     ^/subversion/branches/1.6.x-issue3020
+   Votes:
+     +1: pburba
+
 Veto-blocked changes:
 =====================