lp:leo-editor now points to https://code.launchpad.net/~leo-editor-team/leo-editor/trunk3
which can be branched on a 1 Gb XP system over HTTP. It would be great if anyone who was experiencing the out of memory problem could confirm it works for them now. Branches that were pointing at lp:leo-editor or bazaar.launchpad.net/+branch/leo-editor/ should be unaffected, branches pointing at anything else might need a `bzr pull --remember lp:leo-editor`. Revision IDs have not changed, so nothing should be lost branch compatibility wise. The rest of this email is my log while I was beating it into submission, no need to read further. https://code.launchpad.net/leo-editor indicates that lp:leo-editor and https://launchpad.net/leo-editor/trunk2 are aliases for https://code.launchpad.net/~edreamleo/leo-editor/trunk2 while lp:leo-editor/trunk and lp:leo-editor/trunk are aliases for https://code.launchpad.net/~leo-editor-team/leo-editor/trunk I think only edreamleo can write to */trunk2, and also both of them contain the glitch which prevents bzr from working over plain http(s) on small memory windows machines. So, after archiving the original trunk I tried putting a fresh pull of trunk2 into trunk using bzr --overwrite. It only took 30 seconds, so I don't think it did what I wanted. 1GB XP checkout still fails. So, I did `bzr init empty` created and added and committed a single empty file there, and pushed empty to trunk, then pushed trunk2 again. Again it only took a few seconds, so it's obviously not really overwriting anything. So I do time bzr push --overwrite bzr+ssh://bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk3 and get Using default stacking branch /+branch-id/556206 at lp-64806800:///~leo-editor-team/leo-editor Created new stacked branch referring to /+branch-id/556206. real 0m13.407s user 0m0.152s sys 0m0.028s I think this whether you want it or not stacking is the problem, so I do: bzr reconfigure --unstacked bzr+ssh://bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk3 This took a long time, I have 7Mbs down but only 0.875 up, it definitely uploaded a complete copy, I suspect it also downloaded it. Ok, that seems to have worked. End of log :-) 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.
