Author: philip
Date: Fri Feb 13 16:06:51 2015
New Revision: 1659586
URL: http://svn.apache.org/r1659586
Log:
* STATUS: Vote/approve svnserve svn_ra_get_dir2 fix.
Modified:
subversion/branches/1.8.x/STATUS
Modified: subversion/branches/1.8.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1659586&r1=1659585&r2=1659586&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Fri Feb 13 16:06:51 2015
@@ -200,15 +200,6 @@ Candidate changes:
+1: stefan2
+0: rhuijben (patch looks sane, but hard to oversee consequences)
- * r1656713
- Fix reporting errors from ra_svn's svn_ra_get_dir2() in some cases.
- Justification:
- Causes a connection stall in custom repository browsers that get
- into this code path by not verifying if the directory exists before
- calling this function. Regression against <= 1.7.x.
- Votes:
- +1: rhuijben, ivan
-
* r1658115, r1659553, r1659554
Stop dropping a value when copying tree conflict information
Justification:
@@ -264,3 +255,12 @@ Approved changes:
SQLite versions than library versions.
Votes:
+1: brane, ivan, philip
+
+ * r1656713
+ Fix reporting errors from ra_svn's svn_ra_get_dir2() in some cases.
+ Justification:
+ Causes a connection stall in custom repository browsers that get
+ into this code path by not verifying if the directory exists before
+ calling this function. Regression against <= 1.7.x.
+ Votes:
+ +1: rhuijben, ivan, philip