Looks like a Windows BZR issue.  Cannonical suggested I update to
2.5b1, which is an order of magnitude faster, but the problem
persists  (takes less time to produce he memory error)

I found out incremental revision downloads are possible, such that

    bzr  branch  [project]    -r1

pulls only the first version and

   bzr  pull  -r1

updates one step

Playing with he -r switch I found   -r3085 works and -r3086 is where
the download chokes (for lp:leo-editor)

I could not figure out a way to ignore this revision.   May not be a
help to ignore 3086 if later revisions create the same problem with
bzr

I'll try copying my Linux repository to the Windows directory next.  I
was under the impression this would  make bzr unable to update.
Maybe not



On Oct 18, 3:33 pm, Fernando Girotto <[email protected]>
wrote:
> I had the same problem in the past. If I simply downloaded the
> installer from the website, bzr would choke with out of memory errors
> on my windows machine, WHEN DOING A CHECKOUT FROM AN EMPTY DIRECTORY.
>
> I solved my problem by installing a 64bit version of python 2.7, and
> installing bzr from
>
> http://www.lfd.uci.edu/~gohlke/pythonlibs/
>
> I also managed to get it working by doing a checkout on a linux
> machine, zipping the whole folder, unpacking on windows and updating
> there (phew)...
>
> Again, it only had this problem when doing a checkout from scratch...
> If the daily snapshots where true zipped checkouts, bzr update would
> work with a standard bzr instalation...
>
> Was that clear?
>
> Fernando.
> On Mon, Oct 17, 2011 at 2:16 PM, Edward K. Ream <[email protected]> wrote:
>
>
>
>
>
>
>
> > On Mon, Oct 17, 2011 at 9:38 AM, mdb <[email protected]> wrote:
>
> >> Simple command that worked in Linux
>
> >> bzr branch  lp:leo-editor
>
> >> Fails with  this message
> >> ::  7275kB   117kB/s | Fetching revisions:Inserting stream:Estimate
> >> 44471/71492
> >> :: problem  -- bzr: out of memory
> >> ::  Use -Dmem_dump to dump memory to a file.
>
> > Sounds like an installation problem with bzr.  You might want to
> > contact the bzr folks for help.
>
> > Edward
>
> > --
> > 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 
> > athttp://groups.google.com/group/leo-editor?hl=en.

-- 
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.

Reply via email to