Opened 15 years ago
Closed 15 years ago
#4014 closed bug (fixed)
subversion sometimes stalls at the end of a checkout
Reported by: | scottmc | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | planche2k@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
With the new subversion-1.6.2 package I get this when trying to checkout Haiku:
U headers/private/graphics/vesa/ vesa_info.h U headers/private/graphics/vesa/vesa.h A headers/private/graphics/ati svn: REPORT request failed on '/svnroot/repos/haiku/!svn/vcc/default' svn: REPORT of '/svnroot/repos/haiku/!svn/vcc/default': Could not read response body: connection was closed by server. (http://svn.berlios.de) ~/develop/haiku/trunk>
This doesn't always happen, seems to happen more often with larger checkouts, and running svn up usually finishes things up. Not sure if this is an issue with subversion of a symptom of something going on with the network.
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Cc: | added |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This one seems to be fixed now, perhaps the same issue as #4172 or perhaps fixed with the newer version of subversion.
I assume basd on the failure path that this was using the http:// protocol for the checkout?
Perhaps test with the svn:// protocol to see if you get better results - even on Linux, I have a lot of issues with http:// which seems to die midway through, and also takes longer to get all the sources.