Author: rhuijben
Date: Thu Mar 19 12:26:13 2015
New Revision: 1667723
URL: http://svn.apache.org/r1667723
Log:
* STATUS: Nominate win32 config error handling fix.
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=1667723&r1=1667722&r2=1667723&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Thu Mar 19 12:26:13 2015
@@ -154,6 +154,24 @@ Other candidate changes:
Votes:
+1: rhuijben
+ * r1664593, r1664594, r1664596, r1667715
+ On Windows allow reading configuration from system services
+ Justification:
+ In system services Subversion might be running as a very limited
+ user that doesn't have a user profile (including user registry)
+ loaded. In this case 1.9 currently fails without a proper error,
+ where somehow 1.8 didn't see an error at all.
+ .
+ Some SharpSvn users use Subversion directly from their webserver
+ to contact a Subversion server or read from an repository, to
+ present a management interface... This causes some problems for
+ these users.
+ Notes:
+ Easier to review the combined result as most patches partially
+ undo the previous one.
+ Votes:
+ +1: rhuijben
+
Veto-blocked changes:
=====================