#387580 Error with subversion and apache2 on long requests

#387580#5
Date:
2006-09-15 07:59:22 UTC
From:
To:
When doing long requests like log on a repository served by apache2 and
subversion module, it end with an error and inside apache2 error log
following line appears:

[error] [client 127.0.1.1] Provider encountered an error while streaming a
REPORT response.  [400, #0]


Not sure if it is the same like here:

http://issues.apache.org/bugzilla/show_bug.cgi?id=34332

but there it seems fixed since more than a year. Next I had a line

[error] A failure occurred while driving the update report editor [500,
#190004]

- in subversion faq them tell that the apache/apr has reconfigured with

ac_cv_func_poll=no; export ac_cv_func_poll

(see http://subversion.tigris.org/faq.html)

Would nice to get a newer version of subversion/apr modules in testing to get
a working subversion-http-server.

tnx

Rajko

#387580#10
Date:
2006-09-15 12:06:57 UTC
From:
To:
[Rajko Albrecht]

The FAQ entry concerning this is about APR 0.9.6 and Mac OS X.  Debian
runs APR 0.9.7 and the kernel is Linux, not Mac OS X.  Thus I find it
unlikely that the error referred to in the FAQ entry is the same one
you are seeing.

Rumor has it, the Apache maintainers are planning someday to put Apache
2.0.59 into Debian, and that will probably include a newer version of
APR, though I do not know offhand which version.  Meanwhile, subversion
1.4.0 has already hit Debian unstable, and while I do not claim that
1.4.0 is radically different from 1.3.2, it does represent a good 6
months of upstream development.  If you could re-test with one or both
of those as they become available to you, I'd appreciate it.

Peter