=== thumper is now known as thumper-cooking === thumper-cooking is now known as thumper === tarman is now known as zyga [10:29] I keep running out of memory when trying `bzr update' -- can I do a partial update? [10:45] thrustcore: yes, you can specify a revision to update [10:45] thrustcore: though that might not help [10:50] jelmer: I tried bzr update -r100 and that failed, so I tried bzr update -r1 and that also ran out of memory :p [10:50] can I run bzr as 64 bit? [10:50] thrustcore: yes [10:52] jelmer: do I have to download the 64 bit binary separately or is it somewhere in the distribution? [10:52] thrustcore: bzr is a python application, so there is not really a binary as such [10:52] thrustcore: are you on Windows perhaps? [10:52] yeah :( [10:52] I have no idea how things are there [10:52] sorry [10:52] it's cool [10:53] jelmer: any idea what I can do though, since I'm running out of memory? I need to get back on track... can't I update like half the tree or something [10:54] or is there perhaps a switch that doesn't do everything in-memory? [11:01] how do I find the location I need to "pull" from to mimic bzr update? [11:03] pull takes changesets from one repository to another. update merges changesets and a working tree [11:03] maybe revert would work for you? [11:04] CcxCZ: why would revert work though, I'm trying to get to the latest revision [11:05] because it doesn't try to merge the changes in the working tree but rather overwrites them. but that's a wild guess on my side [11:07] you know what.... I seem to be running out of memory a lot slower now [11:07] I'm starting to think that there was one file >= 2GB that I was unable to merge [11:08] oh man [11:08] the file id "..." is not present in the tree [11:08] thrustcore: installed python with bzr or separately? [11:08] CcxCZ: doesn't look like I have python in my path at least [11:08] I think I may have installed it with ninite though [11:09] aww :-( https://bugs.launchpad.net/bzr/+bug/331342 [11:09] Launchpad bug 331342 in Bazaar Windows Installers "bzr python-based installer requires 32-bit python on windows; unclear message" [Medium,Confirmed] [11:10] CcxCZ: what does that mean? [11:10] you might be able to install 64bit version by hand though [11:14] thrustcore: you should be able to install 64bit python, then 64bit pywin32 along with other dependencies and then bzr http://wiki.bazaar.canonical.com/WindowsInstall [11:15] if you do it by hand you should have >2GiB capable version of bzr [11:15] CcxCZ: I actually figured out what the issue is, the repository was renewed without me V_V [11:15] so I'll just check it out again and wait like 40 hours :P [13:32] why does bzr take such a long time to "repack text" all the time?