You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/12/12 19:24:26 UTC

svn commit: r1213348 - /subversion/branches/1.7.x/STATUS

Author: stsp
Date: Mon Dec 12 18:24:26 2011
New Revision: 1213348

URL: http://svn.apache.org/viewvc?rev=1213348&view=rev
Log:
* STATUS: Nominate r1210147 backport branch.

Modified:
    subversion/branches/1.7.x/STATUS

Modified: subversion/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1213348&r1=1213347&r2=1213348&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Mon Dec 12 18:24:26 2011
@@ -88,14 +88,19 @@ Candidate changes:
    Votes:
      +1: danielsh, philip
 
- * r1210147
+ * r1210147, r1202132, r1202333
    Fix the 'svn log --diff' code so that it correctly shows a diff of a
    target file (or directory) that was at a different path in the past.
    Previously it would error out. A test is included.
+   Branch:
+     ^/subversion/branches/1.7.x-r1210147
+   Notes:
+    r1210147 is the actual fix.
+    r1202132 and r1202333 were merged for conflict resolution. These revisions
+    depend on the issue #2873 fix which has been backported in 1.7.2
    Votes:
-     +1: julianfoad
-     +0: stsp (change is good, but this needs a backport branch because
-               svn_client_diff_peg6 is new in 1.8)
+     +1: stsp
+     +1: julianfoad (r1210147 only)
 
  * r1211483
    Don't segfault on 'svn mkdir svn://localhost'