Author: kotkov
Date: Tue Jun 4 16:47:04 2019
New Revision: 1860628
URL: http://svn.apache.org/viewvc?rev=1860628&view=rev
Log:
* STATUS: Propose r1859732, r1859734 for backport to 1.12.x (
io: Implement the functions that check for node existence using
the native Win32 APIs on Windows).
Modified:
subversion/branches/1.12.x/STATUS
Modified: subversion/branches/1.12.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.12.x/STATUS?rev=1860628&r1=1860627&r2=1860628&view=diff
==============================================================================
--- subversion/branches/1.12.x/STATUS (original)
+++ subversion/branches/1.12.x/STATUS Tue Jun 4 16:47:04 2019
@@ -52,6 +52,19 @@ Candidate changes:
Votes:
+1: rhuijben
+ * r1859732, r1859734
+ io: Implement the functions that check for node existence using the native
+ Win32 APIs on Windows.
+ Justification:
+ - This allows us to remove the hack from r1833621 and properly handle
+ reparse points on Windows irrespectively of the used APR version.
+ - This improves the I/O performance by using only a single call to
+ GetFileAttributes(), which is much faster than the generic stat
+ implementations from APR 1.6.x and 1.7.x (the latter should be
+ even more slower).
+ Votes:
+ +1: kotkov
+
Veto-blocked changes:
=====================