Author: rhuijben
Revision: 1416049
Modified property: svn:log
Modified: svn:log at Sat Dec 1 20:36:03 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Dec 1 20:36:03 2012
@@ -7,4 +7,5 @@ deleted subpath.
(propset_walk_cb): Handle the SVN_ERR_WC_PATH_UNEXPECTED_STATUS returned from
the db apis, instead of an error that can never happen.
(svn_wc_prop_set4): We don't have to check the status that the db api handles
- for us. Wrap with the expected error kind to make sure the tests keep
passing.
+ for us. Wrap with the expected error kind to make sure the tests and the
+ deprecated svn_wc_prop_set3() keep working as expected.