You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by void pointer <rc...@gmail.com> on 2009/04/25 04:57:34 UTC

Re: Subversion 1.6.1 Server Issue

Guys, this is a pretty serious issue. I have not been able to trace this
problem down to an error on my part. If it is an error on my part, please do
let me know. Otherwise, I'd like to see this fixed soon. I absolutely cannot
work until this is fixed.
Cross-posting this to the dev channel to get some attention.

For those new to this post, please read the below quote to learn about the
problem I (and apparently many others) are facing.

On Tue, Apr 21, 2009 at 10:49 AM, Robert Dailey <rc...@gmail.com> wrote:

> Hi,
> I'm having some issues with the subversion server and I was hoping you guys
> could help me figure out what it is. I won't immediately assume this is a
> bug, although it does seem to have weird behavior that is unconvincing of a
> configuration issue.
>
> I started this discussion on the TortoiseSVN developer mailing list, the
> conversation can be found here:
>
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1826921
>
> The conversation linked above goes into full details of the symptoms and I
> give detailed descriptions of the problem. If you want a more detailed
> overview of the issue, please visit that link.
>
> Briefly, the issue I'm experiencing involves SVN updates failing when
> processing a certain leaf directory in my working copy. I've tested this on
> several different machines, both linux and Windows. I've also tested this
> through TortoiseSVN and the SVN client itself. The error I get when the
> update fails is:
>
> *D:\IT\work\redsword\projects\Newton\Art>svn update*
> *svn: GET of
> '/subversion/!svn/bc/539/development/trunk/projects/Newton/Art/NeutronStar.png':
> could not connect to server (http://coonass)*
>
> Note that Newton/Art is the leaf directory I was talking about. Only this
> directory fails. If I do an update on, say, Newton/source, it succeeds.
> "redsword" is the root of my working copy, and this maps to
> development/trunk in the repository.
>
> We're running through Apache 2.2, so the log shows the following:
>
> [Tue Apr 21 09:04:13 2009] [error] [client 10.8.0.30] Provider encountered
> an error while streaming a REPORT response.  [500, #0]
> [Tue Apr 21 09:04:13 2009] [error] [client 10.8.0.30] A failure occurred
> while driving the update report editor  [500, #190004]
> [Tue Apr 21 09:13:47 2009] [error] [client 10.8.0.30] Provider encountered
> an error while streaming a REPORT response.  [500, #0]
> [Tue Apr 21 09:13:47 2009] [error] [client 10.8.0.30] A failure occurred
> while driving the update report editor  [500, #190004]
> [Tue Apr 21 09:15:55 2009] [error] [client 10.8.0.30] Provider encountered
> an error while streaming a REPORT response.  [500, #0]
> [Tue Apr 21 09:15:55 2009] [error] [client 10.8.0.30] A failure occurred
> while driving the update report editor  [500, #190004]
> [Tue Apr 21 09:17:26 2009] [error] [client 10.8.0.30] Provider encountered
> an error while streaming a REPORT response.  [500, #0]
> [Tue Apr 21 09:17:26 2009] [error] [client 10.8.0.30] A failure occurred
> while driving the update report editor  [500, #190004]
> [Tue Apr 21 09:17:38 2009] [error] [client 10.8.0.30] Provider encountered
> an error while streaming a REPORT response.  [500, #0]
> [Tue Apr 21 09:17:38 2009] [error] [client 10.8.0.30] A failure occurred
> while driving the update report editor  [500, #190004]
> [Tue Apr 21 09:21:34 2009] [error] [client 10.8.0.30] Provider encountered
> an error while streaming a REPORT response.  [500, #0]
> [Tue Apr 21 09:21:34 2009] [error] [client 10.8.0.30] A failure occurred
> while driving the update report editor  [500, #190004]
> [Tue Apr 21 09:42:57 2009] [error] [client 10.8.0.30] Provider encountered
> an error while streaming a REPORT response.  [500, #0]
> [Tue Apr 21 09:42:57 2009] [error] [client 10.8.0.30] A failure occurred
> while driving the update report editor  [500, #190004]
>
> I can provide a copy of my working copy plus give access to the repository
> in question for bug testing purposes *only*. If you need any of this, please
> contact me personally.
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1904323

Re: Subversion 1.6.1 Server Issue

Posted by void pointer <rc...@gmail.com>.
On Sat, Apr 25, 2009 at 2:45 AM, Ed <ed...@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