On Wed, May 16, 2012 at 11:37 AM, <[email protected]> wrote: > Author: philip > Date: Wed May 16 15:37:10 2012 > New Revision: 1339233 > > URL: http://svn.apache.org/viewvc?rev=1339233&view=rev > Log: > Apache puts extra newlines in responses when built with AP_DEBUG > so remove these from some error messages. Fix svnmucc_tests 1 > over ra_serf. > > * subversion/libsvn_ra_serf/util.c > (end_207): Strip leading newline from responsedescription. > > * subversion/libsvn_ra_neon/util.c > (end_207_element): Strip leading newline from responsedescription.
I would suggest using svn_string_strip_whitespace() on the collected cdata, before copying it into the result. >... Cheers,; -g

