bzr hangs when trying to pull an uploaded branch
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
This may be an invalid operation, but bzr should return an error message rather than hang.
To reproduce:
bzr init test
cd test
echo "first change" > a
bzr add
bzr ci -m "initial import"
bzr push sftp:<some url>
bzr pull sftp:<same url as above>
bzr will just hang at this point. As I said, this is probably an invalid operation, but bzr should return an error rather than just hang.
-------
bzr version
Bazaar (bzr) 2.0.0
Python interpreter: /usr/bin/python2.6 2.6.1
Python standard library: /System/
Platform: Darwin-
bzrlib: /Library/
Bazaar configuration: /Users/
Bazaar log file: /Users/
-------
Shared repo version:
Bazaar (bzr) 2.0.0
Python interpreter: /usr/local/
Python standard library: /usr/local/
Platform: OpenBSD-
bzrlib: /usr/local/
Bazaar configuration: /home/wade/.bazaar
Bazaar log file: /home/wade/.bzr.log
This should work; can you hit ctrl-\ to get a debugger to open and type
bt\n
to get a backtrace?
Thanks,
Rob