On Sun, 4 Dec 2011 20:03:08 -0500 Brian Theado <[email protected]> wrote:
> 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. Thanks Brian. So Edward, based on this, it seems the bad reference to a committed then uncommitted then overwritten with another branch file that causes bzr over HTTP to run out of memory in systems where it shouldn't is not propagated to branches made from the branch on launch-pad, so it can be fixed simply by branching from lp, erasing the lp branch, and the pushing the local branch back to lp. Unlike the fast-export solution, which creates a content-identical repo. with different IDs, breaking links to all other branches, there doesn't seem to be a downside to this branch / erase / push pathway, so I think it should be done so `bzr branch lp:leo-editor` is actually an easy way to get Leo on all systems. Cheers -Terry -- 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.
