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