You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/09/08 10:55:03 UTC

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

Author: rhuijben
Date: Tue Sep  8 08:55:02 2015
New Revision: 1701747

URL: http://svn.apache.org/r1701747
Log:
* STATUS: Extend r1701064 nomination.

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=1701747&r1=1701746&r2=1701747&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Tue Sep  8 08:55:02 2015
@@ -37,19 +37,20 @@ Candidate changes:
    Votes:
      +0: julianfoad (he says it works, but I haven't reviewed or tested)
 
- * r1701064, r1701206, r1701298
+ * r1701064, r1701206, r1701298, r1701736
    Fix spurious 'Access Denied' errors during checkout or commit on Windows
    reported on TortoiseSVN users mailing list:
    http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3134203
    Justification:
      Regression from Subversion 1.8.x.
    Notes:
-     The r1701298 is the fix itself (re-introduce a retry loop to handle
-     cases where the target of the replacement is still open by another
-     application), r1701064 and r1701206 are just formatting
-     fixes and cleanups.
+     The r1701298, r1701736 patches are the fix (re-introduce a retry loop to
+     handle cases where the target of the replacement is still open by another
+     application and handle access denied for SMBv1), r1701064 and r1701206
+     are just formatting fixes and cleanups.
    Votes:
-     +1: ivan, rhuijben
+     +1: ivan (without r1701736)
+     +1: rhuijben
 
  * r1700215, r1700219, r1700220, r1701270
    Fix argument passing in test suite.