You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/09/24 13:48:12 UTC

svn propchange: r1555133 - svn:log

Author: rhuijben
Revision: 1555133
Modified property: svn:log

Modified: svn:log at Thu Sep 24 11:48:12 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Sep 24 11:48:12 2015
@@ -1,6 +1,8 @@
 Get rid of the ever increasing number of private apis in svn_sorts.h by adding
 a new private/svn_sorts_private.h file with the private parts and updating the
 needed #include-s.
+*AND*
+Improve error reporting during xml parsing in ra_serf a bit.
 
 For 1.9 the number of private apis in this public header more than doubled,
 doubling the original filesize, while our policy is to never add private
@@ -37,7 +39,6 @@ functions in public headers.
 * subversion/libsvn_ra/compat.c
 * subversion/libsvn_ra_serf/inherited_props.c
 * subversion/libsvn_ra_serf/lock.c
-* subversion/libsvn_ra_serf/util.c
 * subversion/libsvn_repos/dump.c
 * subversion/libsvn_repos/fs-wrap.c
 * subversion/libsvn_subr/cmdline.c
@@ -57,3 +58,7 @@ functions in public headers.
 * subversion/tests/libsvn_subr/priority-queue-test.c
 * subversion/tests/libsvn_wc/op-depth-test.c
   Fix includes.
+
+* subversion/libsvn_ra_serf/util.c
+  (expat_response_handler): Combine XML errors with our custom parser errors
+    instead of only reporting one or the other.