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 2009/12/12 05:52:40 UTC

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

Author: pburba
Date: Sat Dec 12 04:52:40 2009
New Revision: 889891

URL: http://svn.apache.org/viewvc?rev=889891&view=rev
Log:
* STATUS: Issue #3547 stuff: Approve 888979 and r889081, nominate r889840.

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=889891&r1=889890&r2=889891&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Sat Dec 12 04:52:40 2009
@@ -161,14 +161,18 @@
    Votes:
      +1: stsp
 
- * r888979, r889081
-   Make 'svnadmin load --parent-dir PATH' smart enough to know to prepend a
-   leading slash onto PATH when using it as a prefix for fixed-up mergeinfo.
+ * r889840
+   When producing svn_mergeinfo_t from string representations, or vice-versa,
+   tolerate relative merge source paths, but convert such paths to absolute
+   paths in the resulting string/mergeinfo.
    Justification:
-     This bug is the reason why all the mergeinfo in our project
-     history at the moment is syntactically invalid.
+     This prevents any syntactically invalid mergeinfo created by issue #3547
+     from breaking just about everything that uses mergeinfo, see http://
+     mail-archives.apache.org/mod_mbox/subversion-dev/200912.mbox/browser.
+   Branch:
+     ^/subversion/branches/1.6.x-r889840
    Votes:
-     +1: cmpilato, stylesen
+     +1: pburba 
 
 Veto-blocked changes:
 
@@ -205,3 +209,12 @@
 
 Approved changes:
 =================
+
+ * r888979, r889081
+   Make 'svnadmin load --parent-dir PATH' smart enough to know to prepend a
+   leading slash onto PATH when using it as a prefix for fixed-up mergeinfo.
+   Justification:
+     This bug is the reason why all the mergeinfo in our project
+     history at the moment is syntactically invalid.
+   Votes:
+     +1: cmpilato, stylesen, pburba