Sometimes "bzr version-info" doesn't complete
Bug #587692 reported by
Jean-Paul Calderone
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subversion |
New
|
Undecided
|
Unassigned |
Bug Description
The "bzr version-info", when run against a checkout of an svn:// url sometimes takes an unreasonable amount of time (on the order of hours) before I get bored and kill it (or, colloquially, "never completes"). strace reveals that the process is doing a read on fd 4. netstat and /proc together tell me that fd 4 is a TCP connection to the svn server for the svn:// url (serverip:3690). On the server, netstat doesn't show the TCP connection.
What sort of checkout -
svn co svn://FOO
bzr co svn://FOO
bzr co --lightweight svn://FOO
?