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

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

Author: ivan
Date: Tue Sep  8 09:02:12 2015
New Revision: 1701748

URL: http://svn.apache.org/r1701748
Log:
* STATUS: Extend my vote for r1701064 group and update problem description.

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=1701748&r1=1701747&r2=1701748&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Tue Sep  8 09:02:12 2015
@@ -38,9 +38,12 @@ Candidate changes:
      +0: julianfoad (he says it works, but I haven't reviewed or tested)
 
  * 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
+   Fix Access Denied errors on checkout/update with working copies stored on
+   SMBv1 network shares [1], [2]. This also should fix potential spurious
+   'access denied' errors with local working copies and background
+   indexers/antiviruses.
+   [1] http://svn.haxx.se/dev/archive-2015-09/0054.shtml
+   [2] http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3134203
    Justification:
      Regression from Subversion 1.8.x.
    Notes:
@@ -49,8 +52,7 @@ Candidate changes:
      application and handle access denied for SMBv1), r1701064 and r1701206
      are just formatting fixes and cleanups.
    Votes:
-     +1: ivan (without r1701736)
-     +1: rhuijben
+     +1: rhuijben, ivan
 
  * r1700215, r1700219, r1700220, r1701270
    Fix argument passing in test suite.