[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r8463 - in trunk/subversion: include mod_dav_svn

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-01-23 20:31:22 CET

"Erik Huelsmann" <e.huelsmann@gmx.net> writes:

>> + if (((apr_err = ap_fflush(output, lrb.bb))) && (! derr))
>> + derr = dav_svn_convert_err(svn_error_create(apr_err, 0, NULL),
>> + HTTP_INTERNAL_SERVER_ERROR,
>> + "Error flushing brigade.");
>> + return derr;
>> }
>
> You're not clearing serr here, or above, but neither does
> dav_svn_convert_err.

I think the dav_svn_convert_err interface might be broken, see

http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=53032

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 23 20:40:22 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.