[00:44] mwhudson: poolie: order doesn't matter [00:44] mwhudson: it was written with the assumption in mind that you can't use a composite repo until the sides are independently upgraded [00:50] ok [00:51] jelmer: Sorry, lost Internet... Did you make the fix then? [09:54] quiet the day [09:59] Riddell: hehe, split storm [10:17] qbzr's NEWS.txt file seems to be in UTF-16, anyone know why? [10:22] WAG: edited on windows ? [10:53] jelmer: are we still doing the UDD meeting in 10 min? [10:53] jam1: I'm not sure to be honest, I haven't heard much about it === jam1 is now known as jam [10:54] let's see if Barry and poolie will be around [11:06] jam: I guess not.. [13:29] hello all [13:33] good evening poolie [13:35] hi jelmer, poolie === mtaylor_ is now known as mtaylor === shadeslayer_ is now known as shadeslayer [14:18] hi poolie, Riddell, Noldorin [14:19] maxb: do you know what happened with the ~bzr recipes? [14:19] I've not looked at them recently [14:19] i don't [14:19] hi mgz? [14:19] hey poolie. [14:20] maxb: I'll investigate further. [14:37] jelmer, hi :-) [14:38] jelmer, any updates? [14:39] Noldorin: hi [14:39] Noldorin: no, I'll update the bug when I have more [14:39] ok cool [14:39] jelmer, at least you know exactly what to rewrite eh? [14:43] jelmer, i noticed you committed a few other fixes already though ;-) [14:43] i will test everything later today i guess, when it's all done [14:47] Noldorin: yes, those aren't related to your issue though [14:48] fair enough [14:48] jelmer, okay, i'll just try to wait patiently then :-) thanks [15:15] hmm, interesting, trying to reproduce http://package-import.ubuntu.com/status/musescore.html#2011-09-18%2022:07:55.177188 locally with 2.4.1 fails... [15:16] err, I mean, it seems if 2.4.1 is deployed on jubany that may be enough to fix this import failure [15:44] jelmer, i am trying to push to a branch on github now but no luck...any tips please? [15:44] i try this: [15:44] git://github.com/alexreg/ircdotnet.git,foo-branch [15:55] Noldorin: you have to use ,branch=foo-branch [15:55] Noldorin: and 'git+ssh://git@github.com/XXX,branch=YYY' [15:56] that's what I use at any rate [15:56] hmm [15:56] briandealwis, this suggests otherwise: http://doc.bazaar.canonical.com/developers/colocated-branches.html [15:56] it still says "extra argument to command dpush: branch=foo-branch" [15:57] Noldorin: that's a specification, it's not completely implemented yet [15:57] Noldorin: see briandealwis' comment on the syntax === beuno is now known as beuno-lunch [16:11] yay, I have this unicode import error working locally [16:11] Riddell: you mean failing locally ? [16:12] it no longer errors here [16:12] character encodings can play with your head [16:12] ha, fixed, even better :) [16:12] hehe, indeed [16:12] well I wouldn't say fixed, I need to work on it more tomorrow === deryck is now known as deryck[lunch] [16:16] jelmer, ok...but that will eventually be the syntax? [16:16] jelmer, even the suggestion of briandealwis does not work yet unfortunately :-( [16:16] PS C:\Users\Alex\Documents\Visual Studio 2010\Projects\IRC.NET\dump\dump2\bzr-branch> bzr dpush git://git@github.com/alexreg/ircdotnet.git,branch=foo-branch [16:16] bzr: ERROR: extra argument to command dpush: branch=foo-branch [16:17] Noldorin: git: != git+ssh: [16:17] oops [16:17] vila, didn't notice that even ;-) [16:18] I don't know what I'm talking about to be honest ;) [16:18] vila, still same error though [16:18] Noldorin: what version of bzr-git are you running? [16:19] briandealwis, latest master. [16:19] 0.6.3dev that is [16:20] hmm, I just pushed something a few minutes ago, but I'm not running the very very latest. [16:21] latest dulwich too of course [16:21] bzr 2.5b1 [16:21] odd [16:22] still the "extra argument" ERROR [16:22] Noldorin: what's the exact command you're running? [16:25] jelmer, [16:25] PS C:\Users\Alex\Documents\Visual Studio 2010\Projects\IRC.NET\dump\dump2\bzr-branch> bzr dpush git+ssh://git@github.com/alexreg/ircdotnet.git,branch=foo-branch [16:25] bzr: ERROR: extra argument to command dpush: branch=foo-branch [16:28] bbs [16:31] Noldorin: is windows perhaps splitting arguments based on comma? [16:32] Riddell: you meant bug #508258 ? Wow ! [16:32] Launchpad bug 508258 in Ubuntu Distributed Development "Failure to import non-ascii filenames" [Medium,Confirmed] https://launchpad.net/bugs/508258 [16:32] Riddell: which package did you use to reproduce and what was the filename ? [16:36] vila: liblingua-de-ascii-perl [16:36] filename is t/words_with_umlaut_and_ß.t [16:36] but in iso-8859-1 not utf-8 [16:37] :-/ [16:37] 7 bits ought to be enough for anybody. [16:39] Riddell: I wonder about what happens on OSX [16:39] vila: why? [16:39] because osx sometimes decides to re-normalize for your own good [16:41] one case I encountered when looking at this bug was a file in NFKD form that bzr couldn't handle [16:41] which means at some point someone created a tarball or a commit on OSX [16:41] since we use NFKC, we can't grok the path [16:42] the file was some .pdf in a contrib/doc or something so probably few people realized the issue and linux doesn't care since paths are just bytes === abentley is now known as abentley-lunch === beuno-lunch is now known as beuno === deryck[lunch] is now known as deryck === abentley-lunch is now known as abentley === med_out is now known as medberry === iBasic is now known as BasicOSX [18:43] hello everyone! i'm probably just blind, but how do you change between revisions? like "git checkout HASH". [18:43] htorque, bzr revert $revno? [18:45] hm [18:45] $ bzr revert 1588 [18:45] bzr: ERROR: Path(s) are not versioned: 1588 [18:46] htorque, sorry [18:46] bzr revert -r $revno [18:46] beuno: but that's not the same as going back in time - version-info still shows the latest revision. [18:47] htorque, you want to blow away history? [18:49] beuno: i'm looking for the commit that caused a regression and therefore like to test a few suspicious revisions. [18:49] You probably want update, not revert... [18:49] fullermd: that's it, thanks! :) [19:14] jelmer, hey, back [19:14] that's possible [19:14] let me check [19:32] jelmer, yes that's the problem :-) === r0bby is now known as robbyoconnor === yofel_ is now known as yofel [20:04] jelmer, actually still one error when i dpush :-S [20:04] PS C:\Users\Alex\Documents\Visual Studio 2010\Projects\IRC.NET\dump\dump2\bzr-branch> bzr dpush "git+ssh://git@github.com/alexreg/ircdotnet.git,branch=foo-branch" [20:04] bzr: ERROR: refs/heads/master, .have failed to update [20:04] odd [20:06] disappeared the 2nd time... [21:18] jelmer, hello? [21:20] Noldorin: hi [21:21] jelmer, have you encountered that odd error before? [21:23] it is strange [21:37] jelmer, well, goodbye i suppose :-P [21:42] Noldorin: ? [21:42] Noldorin: I haven't seen that error before. Did the repository update? [21:49] jelmer, it did, but it removed all my tags in master :-S [21:49] are you running bzr-git trunk? [21:49] yup [21:49] tags always worked fine for me before :-S [21:50] jelmer, i guess i can wait for you to commit the fix too (tonight?) [21:50] and then test again [21:51] this one should be easy.. [21:51] okay [21:51] :-) [21:54] jelmer, does that info give you enough to fix it you think? [22:21] Noldorin: try again now [22:42] jelmer, sure [22:43] jelmer, pull bzr-git again first? [22:43] i presume [23:03] Noldorin: yes [23:04] okay [23:05] jelmer, ooh very nasty error now [23:05] PS C:\Users\Alex\Documents\Visual Studio 2010\Projects\IRC.NET\dump\dump2\bzr-branch> Unable to write to standard output: The pipe is being closed. [23:05] fatal: The remote end hung up unexpectedly [23:08] Noldorin: that doesn't say much, unfortunately? [23:08] jelmer, unfortunately no...it's a new error though [23:08] jelmer, just appeared after i pulled your bzr-git update [23:09] Noldorin: does it also occur with the previous revision of bzr-git? [23:09] no [23:09] i'll check again [23:09] but don't think so [23:22] jelmer, nope, just in your latest revision [23:22] since i updated [23:24] Noldorin: can you check ~/.bzr.log to see what refs it was going to update ? [23:28] jelmer, sorry, my bad. it happens with previous revisions too now [23:28] strange [23:31] 3.695 updating refs. old refs: {'.have': ('16e7f78f1acde7f85b0366546010968edcf0d3e7', None), 'refs/heads/master': ('8fd19796b7ca400d29b4d8d6783ddd8c03b86448', None), 'refs/heads/foo-branch': ('f66e413bceea0acc287defb17aff3e8d3e94d471', None)}, new refs: {'refs/heads/foo4-branch': (None, 'git-v1:f66e413bceea0acc287defb17aff3e8d3e94d471')} [23:31] NoSuchRef: The ref refs/heads/foo4-branch was not found in the repository at git+ssh://git@github.com/alexreg/ircdotnet.git,branch=foo4-branch. [23:31] jelmer, there you go [23:33] ah, bzr-git has trouble with refs that it doesn't know the revision of [23:35] jelmer, easy to fix? :-) [23:35] btw, does bzr-git implement rmbranch? [23:43] Noldorin: only for local repositories IIRC [23:43] feel free to file a bug about it [23:44] jelmer, got it. i guess i can always use git itself for the time being... [23:49] Noldorin: actually, remote removal does work but there's a trivial change necessary in dulwich [23:49] jelmer, just submitted the bug. it still throws NotImplementedException [23:49] NotImplementedError* [23:50] I'm setting up SD, a distributed bug tracking system [23:50] it wants to store bug database state in the branch [23:50] jelmer, if you briefly explain, i'd be happy to make the change even :-) [23:51] am I foolish if I tell it to create a new directory ‘$(bzr root)/.bzr/branch/sd/’? [23:51] jelmer, but in any case, still more concerned about this new issue and the old 'r47' one heh... [23:52] is there a convention for storing state for plug-ins that will be replicated as part of the branch metadata? [23:53] bignose: you can store the metadata as data, i.e. as files versioned in the tree. e.g. .bzrmeta/my-plugin [23:54] spiv: is ‘.bzrmeta’ a special name, or just an example?