hang with pull and merge over sftp from Windows XP client
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Hello!
I'm began using bazaar recently. When I try merge my committed branch to sftp server bazaar freezes. Here log from .bzr.log:
...
0.655 opening working tree 'D:/Interesting
2.417 falling back to default implementation
2.417 failed to load system host keys: [Errno 2] No such file or directory: 'C:\\Documents and Settings\
[ 2264] 2009-11-12 11:39:27.970 INFO: Connected (version 2.0, client OpenSSH_5.3)
2.916 Unable to look up default port for ssh
[ 2264] 2009-11-12 11:39:33.617 INFO: Authentication (password) successful!
[ 2264] 2009-11-12 11:39:33.631 INFO: Secsh channel 1 opened.
[ 2264] 2009-11-12 11:39:33.664 INFO: [chan 1] Opened sftp connection (server version 3)
My guess is error is related to 3rd row information. So what shall I do?
Thanks.
P.S: I'm using bzr-2.0.2-1.
summary: |
- Merge and pull commands are freezing in Windows XP + hang while opening sftp server on Windows XP |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
summary: |
- hang while opening sftp server on Windows XP + hang with pull and merge over sftp from Windows XP client |
tags: | added: fetch stall |
tags: | added: check-for-breezy |
After some investigation (see related question) it seems like branch and push working OK, but pull and merge "hang". Because both pull and merge checks URL for merge directives I suspect it may relate to this fact. I'm unable to reproduce this though.