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

Weird problem during initial checkout

From: Nicklas Norling <nicklas.norling_at_ifsab.se>
Date: 2004-05-19 13:47:33 CEST

Hi.
 
I've setup a redhat 9.0 subversion 1.0.2 server and used a repo from another
subversion 1.0.2 redhat 9 server hotcopy backup.
 
I've tried to set these two machines up so that they are identical.
 
When testing the new repo I get some kind of weird problem that's stops
the checkout.
 
The check out runs for approximately 30 seconds or so and then just seem
to hang. I check out using TSVN 1.0.4 build on svn 1.0.2.
 
If I close the checkout window the apache server dumps this error:
[Wed May 19 13:19:22 2004] [error] [client 10.1.34.223] Provider encountered
an error while streaming a REPORT response. [500, #0]
[Wed May 19 13:19:22 2004] [error] [client 10.1.34.223] A failure occurred
while driving the update report editor [500, #190004]
 
If instead I wait around 5 minutes I get an error message from TSVN saying:
"REPORT request failed on '/svn/k2/!svn/vcc/default'
The REPORT request returned invalid XML in the response: XML parse error
at line 105687: no element found (/svn/k2/!svn/vcc/default)"
 
And then I get no error on the server side.
 
I can then run update and the checkout continues. Partly checked out stuff
gets updated like if nothing has happened. This then work for another 30
seconds
or so then halts again.
 
I'm accessing the server using http protocol, I have http-compression turned
on.
Also I have increased the http-timeout to 3600 seconds.
 
On the server side I have a specific log for mod_deflate it looks weird as
well:
 
"PROPFIND /svn/k2/!svn/bc/5775/trunk/Montgomery HTTP/1.1" 365 (48)
"SVN/1.0.3 (dev build) neon/0.24.5"
"PROPFIND /svn/k2/trunk/Montgomery HTTP/1.1" 359 (48) "SVN/1.0.3 (dev build)
neon/0.24.5"
"REPORT /svn/k2/!svn/vcc/default HTTP/1.1" 1740 (49) "SVN/1.0.3 (dev build)
neon/0.24.5"
"PROPFIND /svn/k2/trunk/Montgomery HTTP/1.1" 492 (-) "SVN/1.0.3 (dev build)
neon/0.24.5"
"PROPFIND /svn/k2/trunk/Montgomery HTTP/1.1" 359 (48) "SVN/1.0.3 (dev build)
neon/0.24.5"
"REPORT /svn/k2/!svn/vcc/default HTTP/1.1" 90839646 (3) "SVN/1.0.3 (dev
build) neon/0.24.5"
 
Bottom line "90839646 (3)" says 90839646 bytes and compression ratio of
3%??? 90 MB is probably
correct, but 3% compression ratio seems wrong.
 
Has anyone seen anything like this?
 
I've got an identical (at least as far as I can tell) setup on the other
machine where I have no problems
checking out a working copy without these stalls.
 
/Nicke
 
Received on Wed May 19 13:48:11 2004

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.