Author: rhuijben
Date: Wed Apr 7 23:40:22 2010
New Revision: 931722
URL: http://svn.apache.org/viewvc?rev=931722&view=rev
Log:
* STATUS: Add r931568 to the r877014 group.
Modified:
subversion/branches/1.6.x/STATUS
Modified: subversion/branches/1.6.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=931722&r1=931721&r2=931722&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Wed Apr 7 23:40:22 2010
@@ -123,7 +123,7 @@ Candidate changes:
Votes:
+1: kameshj
- * r877014
+ * r877014, r931568
On Windows, treat a path containing invalid characters as a non-existing
path (svn_node_none) rather than raising an error.
Justification:
@@ -131,11 +131,11 @@ Candidate changes:
Windows, which has been failing over ra_local since r923779 (the
reintegration of the 1.6.x-issue-3242-partial branch).
Votes:
- +1: rhuijben (via IRC)
+ +1: rhuijben
-0: pburba (I haven't found any problems, but I can't say with confidence
that the changes this makes to svn_io_check_path()'s behavior are not
going to cause problems elsewhere, see
- http://svn.haxx.se/dev/archive-2010-04/0089.shtml)
+ http://svn.haxx.se/dev/archive-2010-04/0089.shtml) (without r931568)
* r931209, r931211, r931392
Fixes related to the partial resolution of issue #3242 already backported