[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: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-01-23 21:00:36 CET

Philip Martin <philip@codematters.co.uk> writes:

> "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

Oh, heh. You wuz thinking what I wuz thinking. I'm off to make the
change...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 23 21:01:31 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.