[00:34] I've noticed the update-manager branch for lucid-updates is out of date. Is there anything that can be done? [00:42] bdmurray: possibly; at a glance it appears someone may be able to run the missing-chk repair script on that import to get it going again [00:43] spiv: someone being? [00:43] Someone with admin access to the package-import.ubuntu.com system; poolie in this timezone, if he's around. [00:44] In general anyone on the ~canonical-bazaar team [00:45] And maybe one or two other folks. [00:48] spiv: okay, thanks [01:00] a good thing to do is to file a bug on udd [01:12] hi spiv [01:13] hi bdmurray, i'll have a look in a bit [01:13] poolie: thanks [04:35] LarstiQ, yeah I finally figured it out... QtCreator is my default editor for bzr, and I was saving and closing the document but not closing the QtCreator window. So that process was blocking the progress of the commit, then I hit Ctrl+C to try again === yofel_ is now known as yofel === RickCogley_ is now known as RickCogley === GRiD_ is now known as GRiD [06:55] k night all === bradm_ is now known as bradm === r0bby is now known as robbyoconnor [07:30] Jesdisciple: aha! Wonder if there is a way to signal QtCreator is done with the document without quiting === Daviey_ is now known as Daviey [07:50] hi all ! === statik is now known as 64MAAQOA7 [07:56] ETOOCHEERFUL [07:57] apparently freenode is getting ddosed [07:57] fullermd: that's to exorcise my upgrade troubles [07:58] Oh, did mgz infect you? [07:59] hehe, not even ;) [08:01] Y'know, you wouldn't have these sort of problems if you used a real OS ;p [08:01] Instead, you'd have totally different problems. But they'd be problems I could solve with a wave of my hand and a condescending half-smile. Which is kinda fun. [08:01] hehe, yeah, I appreciate that when I use those kind of OS ;) [09:35] hi all. can i bzr add with excludes? 'bzr help add' doesn't mention it, but i thought i'd ask anyhow [09:38] just tried, didn't work. ah well [09:41] kgoetz: you mean, more than just `bzr ignore` on files you don't want versioned? === RickCogley_ is now known as RickCogley [09:42] you want to only prevent a subset being added, and only right then? [09:42] yeah. want to ignore half a dozen files and add 'other' [09:42] ignore hten add instead of add then ignore could be a winner, thanks [11:26] how can I set submit-branch to local trunk for all branches in my colo? [11:27] how do you do it when not using colo? [11:33] jml: I guess that's a zen way of saying I'm not aware of any way of automatically setting the submit branch across multiple branches, so file a bug. [11:37] mgz: I think I can do it by editing my locations.conf [11:37] mgz: which is a bit yuck. [11:41] yeah, that would work provided you don't move the repo [11:43] it would be nice if there were a single character shortcut for 'file:,branch=' [11:44] jml: there's an open bug about that [11:44] I guess it would be better still if it could just be inferred [11:44] jml: ideally most commands will just take a branch name without anything special (like switch) [11:44] jelmer: what does 'file:' mean anyway? cwd? path to the repo? [11:46] it's a relative path [11:46] yeah, but relative to what [11:47] ah, er, there was some question about what exactly locations.conf should be doing there [11:47] and I can't remember which is currently the truth :) [11:48] oh well, at least my ignorance is in good company :) [11:49] jml: It's a shorthand for "file://`pwd`/" basically [11:49] jelmer: thanks. === mrevell_ is now known as mrevell [12:35] [13:26] @anyone how is familiar with bzr on windows[13:26] "Doing on-the-fly conversion from RepositoryFormatKnitPack4() to RemoteRepositoryFormat(_network_name='Bazaar repository format 2a (needs bzr 1.16 or later)\n'). This may take some time. Upgrade the repositories to the same format for better performance. bzr: ERROR: An inconsistent delta was supplied involving '', '4612@7d95bf1e-0414-0410-9756-b784 [12:35] woops [12:35] <.< [12:36] ok so again, is there anyone that is familiar with bzr on windows? [12:37] file a bug and attach the part of .bzr.log (running `bzr version` will tell you where that is) that ends in that error [12:38] after that, what you probably want is to upgrade the source repository to 2a [12:39] it's not my repository it's just a branch [12:39] but I will attack the bzr.log [12:51] voila [12:51] http://pastebin.com/AqmriiSN [12:51] you can skip the first part, it's just the lock breacking [12:54] AI-team: run `bzr upgrade C:/Users/Nik/Desktop/tron/0.4` from cmd [12:54] then try `bzr push lp:~ai.tron/armagetronad/0.4-chat_layere` again from cmd as well [12:56] kk [13:00] I'm getting exactly the same error again [13:03] just tried upgrading again and now it worked o.o [13:09] mgz: alright a different error is appearing now [13:09] http://pastebin.com/8f83A54v [13:10] how come it says "~ai.tron/armagetronad/0.4-chat_layere" with an "e" at the end? [13:21] is that not what it should be? [13:22] no [13:22] did seem a bit odd [13:22] and it only says "layere" at the end of the file [13:22] however in the beginning it's without the additional e [13:23] hmm according to the arguments I said layere [13:23] which I did not do as you can see at the first line [13:24] if you run `bzr info` in your local branch what does it say? [13:24] you might just want to correct the parent_branch config setting [13:25] Standalone tree (format: 2a) Location: branch root: . Related branches: push branch: bzr+ssh://bazaar.launchpad.net/~ai.tron/armagetronad/0.4-chat_layer/ parent branch: bzr+ssh://bazaar.launchpad.net/%2Bbranch/armagetronad/0.4/ [13:26] odd, probably just a display bug then. [13:26] I hope so [13:26] ok so back to the actual error [13:26] "has no revision" [13:26] okay, so the current issue is: [13:26] File "bzrlib\vf_repository.pyo", line 2547, in _walk_to_common_revisions [13:26] NoSuchRevision: CHKInventoryRepository('file:///C:/Users/Nik/Desktop/tron/0.4/.bzr/repository/') has no revision picnik2@online.de-20120209231332-zv4rslfrlsel5bmt [13:27] ofc it has to revision yet [13:27] as I can't even push to it [13:28] this is basically a sign of your local repo missing some revision your locale branch thinks it has [13:28] as in bug 903906 [13:28] Launchpad bug 903906 in bzr (Ubuntu) "bzr crashed with NoSuchRevision in _walk_to_common_revisions(): CHKInventoryRepository('file:///home/username/code/unity/.bzr/repository/') has no revision