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/09/13 23:36:25 UTC

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

Author: kotkov
Date: Sun Sep 13 21:36:25 2015
New Revision: 1702835

URL: http://svn.apache.org/r1702835
Log:
* STATUS: Cast vote to approve the r1701838 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=1702835&r1=1702834&r2=1702835&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Sun Sep 13 21:36:25 2015
@@ -80,20 +80,6 @@ Candidate changes:
    Votes:
      +1: ivan, rhuijben
 
- * r1701838, r1702203
-   Fix attempt to use uninitialized svn_wc__db_install_data_t pointer on
-   error in working copy update editor. Reproduction script:
-   $ svn co URL wc --depth=empty
-   $ rm -rf wc/.svn/tmp
-   $ svn up wc --set-depth=infinity
-   Justification:
-     Crash. Reported multiple times using TortoiseSVN crash reporter tool.
-   Depends:
-     Depends on the r1702198, r1702200 backport due conflicts in
-     update_tests.py.
-   Votes:
-     +1: rhuijben, ivan
-
  * r1702237, r1702238, r1702239
    Resolve using uninitialized conflict when non-recursive reverting move
    Justification:
@@ -145,3 +131,17 @@ Approved changes:
      r1702549, r1702553 - adds regression tests
    Votes:
      +1: rhuijben, kotkov, ivan
+
+ * r1701838, r1702203
+   Fix attempt to use uninitialized svn_wc__db_install_data_t pointer on
+   error in working copy update editor. Reproduction script:
+   $ svn co URL wc --depth=empty
+   $ rm -rf wc/.svn/tmp
+   $ svn up wc --set-depth=infinity
+   Justification:
+     Crash. Reported multiple times using TortoiseSVN crash reporter tool.
+   Depends:
+     Depends on the r1702198, r1702200 backport due conflicts in
+     update_tests.py.
+   Votes:
+     +1: rhuijben, ivan, kotkov