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

Re: Subversion 1.6.1 Server Issue

From: void pointer <rcdailey_at_gmail.com>
Date: Mon, 27 Apr 2009 10:58:43 -0500

On Sat, Apr 25, 2009 at 2:45 AM, Ed <ed_at_kdtc.net> wrote:

> Well, I've grep'd your error and came across this in update.c in
> subversion/mod_dav_svn/reports/:
>
> /* this will complete the report, and then drive our editor to generate
> the response to the client. */
> serr = svn_repos_finish_report(rbaton, resource->pool);
> if (serr)
> {
> derr = dav_svn__convert_err(serr, HTTP_INTERNAL_SERVER_ERROR,
> "A failure occurred while "
> "driving the update report editor",
> resource->pool);
>
>
> An error is being thrown during the svn_repos_finish_report().
> Perhaps one of the more seasoned devs here might be able to
> tell you more. I'm guess it has something to do with the
> memory allocation in the resource pool. (Memory issues?)
>
> Again, probably someone more proficient at the code might
> be able to tell you.

If I use a build of trunk, will this issue be fixed?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1948084
Received on 2009-04-27 17:59:00 CEST

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.