Sourceforge http: (no SSL) imports now fail
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Subversion Plugin |
Invalid
|
Low
|
Unassigned | ||
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
It seems that Sourceforge have recently changed something such that bzr-svn imports on Launchpad fail if they are over http:, but work over https:.
The signature of this particular failure is:
* error occurs during "copying revision" phase
* error occurs within fetch.py:
* error is bzrlib.
An example branch where this occurs is https:/
Based on the logs of import attempts for the above-mentioned branch we can trace the change to be between 2010-11-08 and 2010-11-09.
Last successful log: http://
First failure log: http://
Changed in launchpad-code: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: code-import |
Changed in bzr-svn: | |
status: | New → Triaged |
importance: | Undecided → Low |
It looks like sourceforge is hanging up http connections after a certain period of time.
I'm not sure if we can do much about this. It's certainly non-trivial to retry all svn operations from within bzr-svn if they fail this way.