Comment 1 for bug 532949

Revision history for this message
Martin Pool (mbp) wrote : Re: Checkout of a large branch hangs due to error: Adding the key ... to an LRUSizeCache failed. value is too big

I think the LRUCache thing may be a distraction, and the actual problem is

  File "bzrlib\ui\__init__.pyo", line 126, in get_password
NotImplementedError: <bound method SilentUIFactory.get_password of <bzrlib.ui.SilentUIFactory object at 0x01189670>>

in other words bzr needs to read a password and in the way tbzr's calling it, it can't.

What happens if you try to get a checkout by running bzr from a terminal window?