Author: rhuijben
Date: Sat Jan 18 12:57:13 2014
New Revision: 1559341
URL: http://svn.apache.org/r1559341
Log:
* STATUS: Tweak nomination.
Modified:
subversion/branches/1.8.x/STATUS
Modified: subversion/branches/1.8.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1559341&r1=1559340&r2=1559341&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Sat Jan 18 12:57:13 2014
@@ -147,7 +147,7 @@ Candidate changes:
* r1544597, r1544600, r1544688, r1544690, r1545111, r1545122
Fix a specific case where the api behind status would report a different
move status for A depending on whether the user called 'svn status A' or
- 'svn status wc/A'.
+ 'svn status wc' and then looked at 'wc/A'.
Justification:
Api users such as AnkhSVN rely on the result of svn status to match and
this breaks their assumptions.