httpd trunk broken with Subversion: ap_log_rerror busted
From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: Tue, 24 Aug 2010 23:14:16 -0700
In r951893, httpd modified a #define for APLOG_MARK to add in a new
This busts Subversion - specifically, mod_authz_svn which has a function called:
static void
it is called with:
log_access_verdict(APLOG_MARK, r, 1, repos_path, dest_repos_path);
Reading the very obtuse (unhelpful) commit log for r951893 as well as
Furthermore, this error case is very very hard to track down because
Yes, we could fix this by making mod_authz_svn conditional on the new
(I wish I could veto this whole commit just on over-complication alone
My $.02. -- justin
|
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.