/srv/irclogs.ubuntu.com/2012/12/07/#bzr.txt

=== slank is now known as slank_away
Meatball_pyhi, how can I change the parent location of a local bzr repo?06:25
=== yofel_ is now known as yofel
=== mmrazik is now known as mmrazik|lunch
=== mmrazik is now known as mmrazik|afk
=== slank_away is now known as slank
=== deryck is now known as deryck[lunch]
=== carif_ is now known as carif
=== deryck[lunch] is now known as deryck
mgrandiboop21:40
jonkirkmanblip21:44
mgrandiso does nayone know of a bug report with bzr running out of memory when doing a pull / merge?21:45
jelmerhi mgrandi22:24
mgrandihi22:25
jelmermgrandi: there are a few22:25
jelmerbug 10911422:25
ubot5Launchpad bug 109114 in Bazaar "[master] bzr holds whole files in memory; raises MemoryError on large files" [High,In progress] https://launchpad.net/bugs/10911422:25
jelmerbug 18315622:25
ubot5Launchpad bug 183156 in Bazaar "bzr branch uses too much RAM when not using a shared repository" [High,Confirmed] https://launchpad.net/bugs/18315622:25
mgrandiyeah, thats bad22:25
jelmerbug 36754522:25
ubot5Launchpad bug 367545 in bzr (Ubuntu) "Huge memory usage for bzr branch/checkout" [High,Triaged] https://launchpad.net/bugs/36754522:25
jelmerbug 65046322:25
ubot5Launchpad bug 650463 in Bazaar "out of memory on pull from Subversion" [Medium,Confirmed] https://launchpad.net/bugs/65046322:25
mgrandii almost borked everything becuase i commited a large file22:25
jelmerhttps://bugs.launchpad.net/bzr/+bugs?field.tag=memory22:25
mgrandiit committed fine, but pull merge and everything else failed22:25
mgrandiand since it was in the pack file even if i uncommitted, it still failed D:22:25
mgrandiwhy does commit work fine but the others don't?22:26
mgrandiwell thanks, ill look at them!22:44
bschaeferHello, I've got an interesting problem with a bzr branch. I merged a branch, then reverted that branch. Then pushed a new branch with changes, but the branch I reverted thinks it is apart of that branch...23:23
bob2do you understand what revert does23:24
bschaeferI ment reverted the changes done from the merge23:24
bschaeferand I would hope so23:24
bschaeferanything that isn't commited to that branch23:24
bschaeferwell now theres a conflict merging a branch, because it thinks it was merged. Though none of the files were merged...just the revisions. soo Im not sure why the files were reverted but not the revision info23:35
spivbschaefer: how did you do the revert?23:43
bschaeferspiv, first I did: bzr merge <branch name>23:44
spivbschaefer: did you perhaps do something like "bzr revert file1 file2", or even "bzr revert .", rather than just plain "bzr revert"?23:44
bschaeferspiv, then just bzr revert23:44
bschaeferspiv, hmm I don't think so23:45
bschaeferspiv, usually I just do a normal bzr revert23:45
bschaefernormally*23:45
spiv"bzr revert" would have reverted the pending merges (i.e. the revision info) as well as the files, so if that's what you did then it's a mystery how you got into this state.23:45
bschaeferyes it is...as the files are not with the merge, but the info is23:46
bschaeferthe only way I saw is a bzr merge --included-merges23:46
spivAnyway, if you haven't done anything interesting on that branch since that unwanted merge commit, you could bzr uncommit back to just before it.23:46
bschaeferhmm when I did a bzr uncommit, then commit those changes23:47
spivbzr status will report "pending merges" as well as uncommitted file edits and adds.23:47
bschaeferit has all the info under pending merges, which I wasn't 100% if it would still keep that info with it23:47
spiv(To be clear, I should say: uncommit, and then revert, so that 'bzr status' is clean.  Or alternatively 'bzr pull -r THAT_REV --overwrite')23:48
bschaeferbut then I still have to merge that to the master branch, which I don't have those rights :)23:48
bschaeferand uncommiting then revert worked fine,but I wasn't sure how to get that merged over the master branch23:49
spivAh, well, if that master branch already has unwanted changes in it, and you don't have rights to change that branch, it's out of your hands!23:49
bschaefershoot...23:49
bschaeferwell Ill have to just poke someone with the rights to get that uncommited...23:50
spivYou'd have to ask whoever has permission to change the master branch to either also uncommit that revision, which they might not want to do (because it can cause grief if other branches have already branched/pulled that revision), or perhaps commit something on top to get back to an acceptable state.23:50
spivExactly what you and they want to do from here depends on what you want to have happen :)23:52
bschaeferyeeah, it is just very odd, this is the second time it has happened to me, the it was a while ago23:52
bschaeferis there any way to revert umm revisions like 723.3.3: http://paste.ubuntu.com/1417835/23:53
bschaeferbut then again im not sure what I would be commiting, as no files are in the branch that are unwanted, just the revision info23:54
bschaeferspiv, thanks! Ill go poke someone with right to try and get that revert before anything else gets put on top :)23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!