/srv/irclogs.ubuntu.com/2012/09/04/#bzr.txt

kinkieGood morning07:13
mgzmorning!08:01
jelmermoin08:02
kinkie:) Do you have a few minutes to try and help me with  the 2a to pack merge recipe? (BTW: I've raised the request to upgrade the repository - the discussion looks positive so far)08:06
mgzkinkie: how far did you get?08:14
kinkienot very, as I didn't understand how I was supposed to be doing it. I don't understand how to select the changesets to fast-export08:16
kinkieI guess it may be something like -r submit:..-1 ?08:18
mgzright, there is a revision param, which yo can pass the range of commits you want08:23
mgzbut submit: probably won't work? just find out the revno of the last common rev however08:24
kinkieI'm trying to merge into trunk, and there have been quite a few merges from trunk to the branch.. is that dealt with?08:25
mgzgood question.08:26
mgzI suspect that will mess things up, but can't see without trying08:27
kinkieI'm also trying08:28
Carpettehi13:44
Carpetteany idea what this kind of error is guys ?13:50
Carpettebzr: ERROR: exceptions.AssertionError: get_next() called when there are no chars left13:51
Carpettethis is producing only on one of my branches, the others are working correctly13:51
Carpetteso i suppose the problem come from the .bzr folder, but i have no idea where to search13:51
=== Merwin is now known as ThibautD
xnoxwhat was the command again to see "dangling" heads in bzr16:05
xnoxe.g. the ID of commits I uncommitted16:06
mgzxnox: `bzr heads` which is part of the bzrtools plugin16:11
xnoxmgz: ok. thanks. not sure why it kicked off bzr-svn cache a non-bzr-svn branch. maybe shared repo had some bzr-svn revisions =/16:13
=== yofel_ is now known as yofel
micahgis there any way to continue  a bzr git import that failed do to running out of disk spacE?20:15
lifelessyes, just continue; its incremental20:21
micahgsorry, forgot to mention this is local20:49
micahgand if the answer is the same, how?20:49
xnoxmicahg: first do $ bzr pull -r120:57
xnoxmicahg: then every subsequent pull is incremental20:57
xnoxmicahg: you are probably stuck with incomplete bzr tree which bzr doesn't like at all.... =(20:58
xnox(tree/branch/checkout)20:58
xnoxthat's from my eperience of doing git -> bzr of binutils&gcc repositories20:59
xnoxI usually looped @ about 1000 revisions.21:01
xnoxfor me it was not the case of disk space, but rather running out of ram. So i'd trigger manual repacks as well.21:01
micahgxnox: ah, ok, I've got plenty of RAM, but little disk space :)21:11
xnoxmicahg: branch one revision, loop as you feel need & repack in between. Repack twice to delete redundant packs.21:12
micahgthe problem is that branching didn't finish, so it's not a real repo yet21:12
xnoxmicahg: $ bzr branch -r121:12
xnox=)21:12
xnoxmicahg: $ bzr branch -r1 $URL21:12
micahgso, I have to start over though?21:12
xnoxyes, sorry.21:12
micahg22G ATM :(21:12
xnoxmicahg: is it public? I can probably create you a branch.21:13
xnox=)21:13
micahgno, I need it locally :)21:13
micahgwell, it's public,, yes, but I need it locally21:13
micahglifeless: was your continue comment only for an LP bzr branch or for a local one as well?21:39
lifelessmicahg: both21:40
lifelessmicahg: bzr-git conversions are incremental21:40
micahglifeless: ooh, how to continue :)21:40
lifelessas xnox said21:40
lifelessthere may be a simpler way21:40
lifelessjelmer: would know21:40
micahgbzr: ERROR: This operation is not supported by the Git smart server protocol. :(21:41

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