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

Timeouts on WebDAV svn server (Win32)

From: Danil Shebounin <danil.shebounin_at_gmail.com>
Date: 2007-03-05 23:06:05 CET

Hello!

There is a short description of my problem.
Software: MS Windows Server 2003 R2, Apache 2.0.59, Subversion 1.4.3,
CruiseControl.NET 1.2.1.7
Corporate 100Mbit LAN _without_ internal proxies and firewalls.

During integration cycles (automated builds of the project) some errors
appeared. Integration cycle of CruiseControl.NET includes updating working
copy and building the project in working copy. During update following
happens:

svn: REPORT request failed on '/ckat/!svn/vcc/default'
svn: REPORT of '/ckat/!svn/vcc/default': Could not read chunk size: An
existing connection was forcibly closed by the remote host. (
http://vault:30000)
. Process command: svn.exe update --revision 69 --username ccnet --password
12345678 --non-interactive --no-auth-cache

"REPORT request failed" happens very often but with different messages. In
the previous time it was "Could not read request body...". Somtimes error
was "PROPFIND request failed". Somtimes it happens on developer's computer -
the errors are same.

Apache error log is silent, access log is:

10.1.1.1 - - [05/Mar/2007:05:00:00 +0300] "PROPFIND /ckat/CURRENT HTTP/1.1"
401 510
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:00 +0300] "PROPFIND /ckat/CURRENT
HTTP/1.1" 207 682
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "PROPFIND
/ckat/!svn/vcc/default HTTP/1.1" 207 391
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "PROPFIND
/ckat/!svn/bln/70 HTTP/1.1" 207 444
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "PROPFIND /ckat/CURRENT
HTTP/1.1" 207 682
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "REPORT
/ckat/!svn/vcc/default HTTP/1.1" 200 146
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "PROPFIND /ckat/CURRENT
HTTP/1.1" 207 682
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "PROPFIND
/ckat/!svn/vcc/default HTTP/1.1" 207 391
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "PROPFIND
/ckat/!svn/bln/70 HTTP/1.1" 207 444
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "PROPFIND /ckat/CURRENT
HTTP/1.1" 207 682
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "REPORT
/ckat/!svn/vcc/default HTTP/1.1" 200 146
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "PROPFIND /ckat/CURRENT
HTTP/1.1" 207 682
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "REPORT
/ckat/!svn/vcc/default HTTP/1.1" 200 146
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "PROPFIND /ckat/CURRENT
HTTP/1.1" 207 682
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "PROPFIND
/ckat/!svn/vcc/default HTTP/1.1" 207 444
10.1.1.1 - TOPAZ\\ccnet [05/Mar/2007:05:00:01 +0300] "REPORT
/ckat/!svn/bc/70/CURRENT HTTP/1.1" 200 100

Searching Internet, I didn't find any solution, only a hints saying that
there is a problem with WebDAV, Apache, timeouts e.t.c. But nothing sharply
defined. There are many users having complaints about similar problems, but
these complaints did not resolved. I propose to mark this failure as a bug,
because for me this failure make WebDAV completely useless. I need
integrated Windows security, but svnserve doesn't have it,
file:///operations a VERY slow. WebDAV was the only appropriate
solution... It
was...

Regards!
Dan.
Received on Mon Mar 5 23:07:51 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.