Terry, On Sun, Dec 4, 2011 at 4:26 PM, Terry Brown <[email protected]> wrote: > Brian - if I'm right that you're the one who was having trouble getting > bzr to branch because of memory issues,
There were others before me, but yes I was one who complained. > can you try branching > > lp:~terry-n-brown/+junk/leo_test > > without using an existing shared repository on your local machine, > using the lower spec'ed configuration you think should work (i.e. 1GB > Windows XP maybe?). I have Vista 32-bit with 4GB (not all used due to 32-bit) and it was failing for me until I signed up for a launchpad account and did the checkout via ssh. It also failed for me on low-end linux with 1GB (http--I never bothered setting up private key/ssh/launchpad there). So on windows I tried your command and it worked, but it looked like it was using ssh (which was already working): % bzr branch lp:~terry-n-brown/+junk/leo_test Connected (version 2.0, client Twisted) Authentication (publickey) successful! Secsh channel 1 opened. Branched 4866 revision(s). I guess my bzr config defaults to ssh. So I tried again to force http and it still worked: % bzr branch http://bazaar.launchpad.net/~terry-n-brown/+junk/leo_test Branched 4866 revision(s). And as a control test to verify the original problem: % bzr branch http://bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk bzr: out of memory \ Fetching revisions:Inserting stream:Estimate 68061/74407 Use -Dmem_dump to dump memory to a file. So it looks good to me. I can try my low-end linux sometime to verify there. Brian -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
