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

Re: svn commit: r35328 - in trunk/subversion/mod_dav_svn: . reports

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 21 Jan 2009 09:54:35 +0100

On Mon, Jan 19, 2009 at 18:40, C. Michael Pilato <cmpilato_at_collab.net> wrote:
>...
> +++ trunk/subversion/mod_dav_svn/reports/get-locks.c Mon Jan 19 09:40:49 2009 (r35328)
>...
> + if ((apr_err = send_get_lock_response(locks, output, bb, resource->pool)))
> + derr = dav_svn__convert_err(svn_error_create(apr_err, 0, NULL),
> HTTP_INTERNAL_SERVER_ERROR,
> - "Error flushing brigade.",
> + "Error writing REPORT response.",
> resource->pool);

Gah. Use dav_new_error() please.

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1040729
Received on 2009-01-21 09:55:00 CET

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.