[PATCH] formatting dav human-readable errors
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-09-27 23:47:52 CEST
When mod_dav_svn generates a m:human-readable error it gets sent via
ap_rprintf(r,
and DEBUG_CR is defined in Apache's mod_dav.h like so:
#if 1
The result is that the error sent to the client has additional
svn:
I find it easier to parse if the leading newline is removed to give
svn: The version resource ...
Does anyone object to this:
* subversion/libsvn_ra_dav/util.c (end_err_element): Strip a leading
Index: subversion/libsvn_ra_dav/util.c
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Sep 27 23:48:10 2004 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.