[00:03] poolie: that looks like fun :) [00:03] ouch, the speed and the angle in those videos looks pretty scary.. [00:05] Is fastimport still the best way of doing round-trip compatable mirroring of a bazaar repository to git? [00:06] dcoles: fastimport isn't round-trip compatible [00:06] dcoles: what do you mean exactly? [00:06] I think I read some information on a Question that said bzr-git now did 'push' but maybe not in the Natty version [00:07] dcoles: there is some support for it, but it's not enabled yet [00:07] dcoles: however, if you're looking for functionality equivalent to fastimport, bzr-git might do that, depending on what you're looking for. [00:09] A friend wants to use github for various reasons. He "migrated" the Bazaar repository in one commit. I want to be able to 1. Preserve the history and 2. Be able to pull back new revisions to Launchpad [00:10] dcoles: that's a parallel import, for which we don't really have a good answer yet === poolie changed the topic of #bzr to: Bazaar version control | try https://answers.launchpad.net/bzr for more help | http://irclogs.ubuntu.com/ | Patch pilot: vila [00:12] dcoles: I think diff+patch are really the only way of dealing with that at the moment, though perhaps others have better ideas [00:12] jelmer: Yeah. I've looked at things a few times in the past (such as when I want a bazaar mirror of svn/git repos). I guess fast-export is going to have approximately the same results as a dpush would have. [00:13] dcoles: dpush would work if your friend had done the export to github using dpush [00:16] jelmer: Hm. Well I'm redoing the export now. I know dpush munges some revision ids - will that cause any issues for the bazaar repo? Or only branches off my bazaar branch? [00:16] dcoles: it will rewrite the history of your bzr branch, so any other bzr branches of your project will appear unrelated [00:20] jelmer: Right. So I'd have fun trying to pull new revisions from the launchpad repo? Unless I pushed to launchpad with --overwrite (which I'd rather avoid) [00:20] dcoles: yes [00:23] jelmer: Alright. Thanks for the advice. [02:45] anyone have any idea how to clone a remote cvs repo so i can import it into bzr? :< [06:43] hi all, as PP, I wish you an happy flight this week ! [06:45] Will there be an in-merge movie? [06:45] hahaha [06:46] Inside Job ? (far-fetched ;) [06:48] The Good, The Bad, and The Uncommits? [06:48] hi vila, jelmer, all [06:48] thanks vila [06:53] jam, hi? [06:53] hmm, first wtf of the week, root cannot do 'ls -l' at the root of a disk ? Cannot umount it either >-/ [06:54] We control the horizontal; we control the vertical. [06:55] hmm, rather, it's not that I can't it's that I get an IO error ... [06:59] vila, oops [07:00] yeah, no time to investigate, will reboot (and lose all my sessions :-/) [07:04] that was the disk where I did some fdatasync experiments so I'm totally safe am I not ? [07:04] right, back to normal [07:04] backups :) [07:09] poolie: it *is* one of my backup disks :) And also my slowest one which is why I wanted to experiment with fdatasync there to amplify the fallouts ;) [07:09] so no critical data there [07:21] Hi, what is the state on per-branch rules? The discussion in the bug (https://bugs.launchpad.net/bzr/+bug/395731) seems to indicate that .bzrmeta/rules has been decided as the location, so has this been implemented or is something still holding it off? [07:22] Ubuntu bug 395731 in Bazaar "Need a way to set content-filtering rules across the project" [High,Confirmed] [07:23] The problem I'm facing is that I'm working on a plugin, and currently I have to set it via the global rules file, while I'd definitely like to use it for my single test branch only. [07:26] vila: So we've established that fdatasync is dangerous? ;p [07:26] hehe, that won't be my first bet ;) [07:27] Pfui. Don't try and argue with the facts. If correlation didn't imply causality, why would they start with the same letter? [07:28] or is there some easier way to restrict a content filter plugin to a single branch only? [07:29] Anteru: AFAIK there is not. Nobody's implemented .bzrmeta/rules AFAIK. [07:31] facts are a well known liberal myth [07:33] Anteru: there is a work in progress to make that easier, but only for non-versioned stuff, not sure if your plugin can deal with wt specific *config* options or if you need versioned properties [07:33] Hm, allright. [07:33] How hard to you expect that to be? [07:34] brb, gotta reconnect === Anteru2 is now known as Anteru [07:38] vila: How complicated do you expect the per-branch rules to be? [07:43] Anteru: bug #395731 raise a number of different issues, I don't have answers for all of them nor can I make an estimate, so my question was about whether you need versioned properties or not (non versioned *can* be addressed with config) [07:43] Launchpad bug 395731 in Bazaar "Need a way to set content-filtering rules across the project" [High,Confirmed] https://launchpad.net/bugs/395731 [07:43] morning poolie [07:43] hi thar [07:45] vila: Ok, sounds complicated. I was looking at Mercurial's bfiles extension, and Mercurial has this per-branch setup using .hg/hgrc: http://hg.gerg.ca/hg-bfiles/raw-file/tip/usage.txt My thinking was that porting that extension over to Bazaar should be the easiest, but well ... [07:53] At least their big-file extension is reasonably documented [08:07] poolie: thanks for the updates on doc.bazaar.c.c, I usually do that while announcing but that should occur soon now (so less work for me ;) [08:09] Anteru: i don't know if specifically porting that code will help a lot but something broadly like that would be a good first step [08:09] or, perhaps, second step, you could perhaps get value out of something even smaller [08:14] poolie: Just found there's a much further advanced version being prepared for inclusion into Hg back, https://developers.kilnhg.com/Repo/Kiln/largefiles/largefiles-mercurial-truncated [08:15] That's based on Kiln's kbfiles, which was the reason I actually started looking into this. [09:00] hi all, im looking for some help with bzr explorer [09:00] im currently trying to set up the editors using file>accessories [09:01] the problem i am running into is that the editor program requires the full path to the file, and bzr explorer appears to be passing only the relative path from the branch root [09:01] hi ryanhaigh [09:01] i don't know an answer off hand [09:06] thanks poolie, im not sure how many people use this feature, i only found out about it today [09:06] and none of the defaults work [09:06] explorer as a whole? [09:06] i don't personally use it often but others do [09:06] no the custom editors based on file extension [09:06] which is a part of explorer [09:13] ah, ok [09:13] i suggest you file a bug about it and bialix or someone might be able to help you out [09:13] or maybe Riddell [09:14] it doesn't sound like it would be very hard to change if there is a gap there [09:18] aye, ping me when you file a bug ryanhaigh [09:21] Will do Riddell, will be a while through im going to a minsite for at least 2 wks [09:30] thanks for taking the time to answer [10:34] jelmer: I'm about to deploy the fix for bug #833097, including upgrading bzr-builddeb [10:34] Launchpad bug 833097 in Ubuntu Distributed Development "bzr-builddeb needs to be updated on jubany" [High,In progress] https://launchpad.net/bugs/833097 [10:34] vila: ok [10:34] jelmer: should I get the tip or stick to 2.7.7 ? [10:34] vila: I'd go with tip, it shouldn't have anything dangerous [10:35] ok, I'll try that first then [10:45] ok, deployed and importer restarted, I'll monitor it after lunch [10:46] vila: thanks for working on that update [11:00] jelmer: np ;) [11:00] so, no blatent failures so far (good) [11:02] jelmer: what's the status on bug #653757 (bird's eye view) ? [11:02] Launchpad bug 653757 in Ubuntu Distributed Development "Can't import packages with multiple upstream tarballs yet" [Medium,In progress] https://launchpad.net/bugs/653757 [11:03] vila: getting close to being finished. The internals in bzr-builddeb have been updated to support multiple upstream tarballs, which was the bulk of the work. The main bit now is getting import to deal with multiple upstream tarballs and testing. [11:04] vila: it's up next for me after fixing the FTBFS of various plugins in oneiric [11:04] ha, ok, make sense (was wondering about the related commits in builddeb) [11:04] oh cool ! [12:12] Riddell: thought id nock it over tonight, here is the bug report [12:13] hope the patch is useful [12:13] ryanhaigh: what's the number? [12:13] haha sorry forgot link https://bugs.launchpad.net/bzr-explorer/+bug/836631 [12:13] Ubuntu bug 836631 in Bazaar Explorer "Editing via status window passes relative path to editor" [Undecided,New] [12:58] jelmer: regarding the spurious failures for 2.4.0 on hardy, Tests on the buildds are run without --parallel=fork right ? And you don't use a chroot locally right ? [13:01] vila: I use a VM locally [13:02] jelmer: k, and the tests are run sequentially in both cases ? [13:05] vila: no, with --parallel=fork [13:06] jelmer: how many processes in both cases ? [13:06] vila: I'm not sure, 2 on my local machine [13:06] vila: I don't know how many processors the buildds have [13:07] jelmer: try running without --parallel locally ? [13:07] vila: is there a particular reason you think that's relevant? Aren't the tests all run in their own subdirectory? [13:08] jelmer: that may be useless, but... the failure makes no sense, so I vaguely suspect some issue in the test infrastructure that *could* lead to a file handle starvation and in this case I've seen non sensical failures in the past [13:09] vila: ah, ok. I'll give it a shot [13:09] jelmer: when you get one failure, do you get other failures as well ? [13:11] vila: not necessarily [13:11] :-/ [13:15] jelmer: sorry, not much more ideas, at worst, if the traceback is always in write_index, you can try displaying the path when getting that exception, because there is no way we create a *directory* names after an index file [13:15] s/names/named/ [13:15] vila: np, thanks for thinking about it [13:20] jelmer: I've disabled the hardy builds on babune because we require python-2.6, if you have a branch where you addressed the compatibility with 2.5 I can give it a go [13:20] question: does anyone have any experience cloning a cvs repo when you only have remote access to use fast-export-from-cvs? [13:20] vila: yep - lp:~jelmer/bzr/2.4-python2.5 [13:21] AuroraBorealis: launchpad-cscvs is the only thing I'm aware of that doesn't require local access to the CVS repository [13:23] ok i'll try that [13:23] 'cvssuck' and 'cvsclone' are woefully out of date and don't seem to work =( [13:40] jelmer: http://babune.ladeuil.net:24842/view/%20High/job/selftest-hardy/483/ , 4915 failures 8-/ http://paste.ubuntu.com/677208/ is required here to properly compile the extension (which may explain a lot of the failures) [13:42] vila: oh, that's interesting. I didn't need that [13:44] which is weird... [13:46] vila: well, I'm applying a whole bunch of patches and building against the cat archive [13:47] yeah, nothing caught my eyes in this branch, are you sure the extensions are built and if yes with pyrex ? version ? [13:48] * AuroraBorealis sighs as he has to update this very old python script to work with python2.7 :< [13:48] AuroraBorealis: wanna try to help jelmer debugging an issue while backporting bzr-2.4.0 to python-2.5 instead ? :) [13:49] i have to leave for school in a hour and a half =P [13:52] jelmer: http://babune.ladeuil.net:24842/view/%20High/job/selftest-hardy/485/console, only 4 failures which I suspect have to do with some subunit/testtools weirdness, but nothing looking like your failure :-/ [13:54] jelmer: retrying with only 2 procs (instead of 8), will take longer ;) [13:55] vila: the package also includes a backport of the fix for testtools [13:55] jelmer: at least there is evidence that the failures are spurious which could help you decide if you want to disable the tests for your particular needs [13:55] vila: The thing I'm actually trying to build is at lp:~canonical-bazaar/ubuntu/hardy/cat [13:56] but that's a debian package, so may be harder to build on babune [13:56] vila: Yeah, I'm considering that. [13:56] Given this is what's being used on the buildds I'd rather be sure that it won't happen (spuriously) in production. [13:58] yeah, good point, but a file turning spuriously into a directory... You always get the same exception right ? [13:58] yes [13:59] madness [13:59] jelmer: upgrading the buildds to lucid is not an option ? [14:00] jelmer: upgrading the buildds to lucid is *still* not an option ? [14:00] vila: nope, not for a while [14:00] just checking [14:00] k [14:02] * jelmer restarts the build another time to see if there are different failures [14:10] this is probably totally not worth it, going through all this trouble just to convert a cvs repo >.> [14:17] hello! I'm new to bazaar, and to VCSs too. I started a new project on LP yesterday. I haven't created trunk directory, and now I want to move the files to the trunk dir. Can I do that without a new commit? (Otherwise, can someone tell me what is the default dir system of a bzr repo? like in Unix: /usr,/home...) [14:19] antivirtel: hi [14:19] antivirtel: the directory structure is up to you, and what your project needs [14:21] aham, so the trunk is not required? If I want to make a new branch, where it will on the LP? I have no dirs upper, right? [14:25] jelmer: now that bzr has a "branches" command, what should happen to the bzrtools branches command? [14:27] antivirtel: I'm not sure I follow; trunk is just the name of a branch [14:27] abentley: its functionality is different, as it scans the filesystem rather than just asking the control directory. I can think of a few options: [14:28] abentley: * rename it to "bzr scan-branches / bzr find-branches / etc" [14:28] abentley: * make bzrtools decorate "bzr branches" and add a --scan option to it with the current functionality [14:28] abentley: * move the current functionality into bzr core as an option to "bzr branches" === yofel_ is now known as yofel [14:29] jelmer: I'm leaning toward the last option. [14:31] abentley: works for me [14:36] abentley: will you propose that as a patch to bzrlib or should I ? [14:36] ok, jelmer thanks - an other question: I have some files(static, like images; commited separately), which I don't want to put in the main branch, because it is needed for a sub-project only (but it uses the main branch's code). Can I separate it from the main branch, and place it to the "cloud", because I want to make that float with the lastest version of the main branch? [14:46] antivirtel: what do you mean with cloud exactly? [14:48] hey folks. Why do I need a working tree to do a merge? [14:48] because what else does it do a merge with? [14:49] jelmer, if I commit something on the main branch, I want to these selected commits automatically move up, and if I want to release a new version, these commits are there... is it possible? [14:49] a shared repo can contain multiple branches [14:49] I have a branch with no tree [14:49] not sure why it needs to be checked out to merge a different branch [14:50] then its probably a 'no working tree' branch, which is usually meant to be on servers [14:50] bigjools: I think in theory it could be anything that implements the treeinterface, not necessarily a working tree. In practice there are a few things that rely on disk during merge. [14:50] or jelmer I have to move these commits to a new branch and if I release one version, I have to merge the main to the sub-project? [14:50] bigjools: also, disk is probably the easiest place to let the user deal with conflicts. [14:51] antivirtel: what do you mean with moving the commits up? [14:51] jelmer: ok thanks. I guessed that might be the case :) [14:56] * vila blinks bzrtools version 1.15.0 on jubany ... [14:57] jelmer: I'm willing to do it, but you'd probably get it done faster. [15:01] jelmer if you visualize a branch tree (like this: http://goo.gl/yHXde) you see that if I create a new branch, and I commit there e.g. 2 times, these commits are separated from the main line. But, I want to move this branch's (like the blue colored one on the img) commits up to the top, 'cos if I want to release a new version (in the sub-project), I want to use all code, but with these static commits (like logo images etc...) ... is it possible, or it re [15:01] quire new branch and merging from the main on each release? [15:01] jelmer, bigjools as the source of a merge, it shouldn't need a tree. As something you're merging into, it does, because commit only works on working trees. [15:02] abentley: commit requires any tree, it doesn't have to be a working tree [15:02] abentley: my understanding was the merge/treetransform had trouble doing the merge into anything but a working tree [15:02] jelmer: I mean the commit command. AFAIK, that still requires a working tree. [15:03] abentley: ah, sorry. Yes, that's true. [15:03] jelmer: TransformPreview doesn't require a working tree. [15:03] jelmer: bzr-pipeline does merge and commit using preview trees, for example. [15:04] abentley: but it still requires disk access doesn't it? [15:04] abentley: it was my understanding there wasn't a way to do a merge fully in memory, without hitting disk. [15:04] jelmer: TransformPreview currently requires disk access, but it uses a temp directory, not the working tree. [15:04] abentley: ah, right [15:05] jelmer: I have code that permits doing a merge fully in memory, but it needs a bit of polish. [15:05] antivirtel: Sorry, I still don't follow [15:05] abentley: ooh [15:05] jelmer no problem :) I will use new branch, and merge it from main technology [15:05] :) [15:06] jelmer: lp:~abentley/bzr/memory-storage [15:17] in Bazaar Exlorer, Bazaar>Work>Bind branch creates a new branch based on the current rev? [15:18] no [15:19] that 'binds' a branch to another branch (usually remote one) [15:19] so that when you commit to the branch, then it also commits to the one you specified, keeping them in sync [15:24] aha, thanks AuroraBorealis - and can I make a new one with the BE? [15:24] be? [15:25] Bazaar Explorer [15:25] :D [15:26] yeah [15:26] hi jelmer [15:26] i mean, i have a branch on my server, and then i 'branch' it to my computer, then bind it back to the remote one [15:26] hey Noldorin [15:26] so that way it acts kinda like a centralized branch [15:27] jelmer: how's co-located branch support going? :-) [15:27] jelmer: i hear 2.5b1 will be out soon...and LP support for co-located branches in coming too? [15:34] Noldorin: yeah, launchpad should support importing colocated git and mercurial branches soon [15:34] jelmer: awesome...what about exporting? [15:34] Noldorin: exporting too [15:34] i guess that just requires it to support colocated bzr branches [15:34] right? [15:34] i have to do the dpush manually myself [15:35] yeah [15:35] jelmer: about to EOD, but: http://babune.ladeuil.net:24842/job/selftest-subset-hardy/85/console [15:36] jelmer: i.e. adding the missing patches (compared to cat), no failures, even with 2 procs [15:36] jelmer: sounds good. timeframe for 2.5b1 is early-mid september, right? [15:36] and launchpad when? [15:37] vila: :-/ [15:37] vila: Thanks for running that, btw! [15:37] Noldorin: Launchpad probably next week [15:37] cool. [15:38] 2.5b1 same time then? [15:38] jelmer: would that be on edge or normal LP? [15:39] Noldorin: edge is no more [15:39] Noldorin: I have no idea about bzr 2.5b1 [15:39] Noldorin: it would be production. launchpad is deploying every couple of days now, so once something lands it gets to production quickly [15:40] jelmer: oh cool....yeah, i haven't used edge in ages, so no wonder [15:41] jelmer: well the 2.5b1 milestone says september 7th i think ... :) [15:43] Noldorin: ah, ok [15:43] jelmer: i will have a look at sorting out that bzr-git error i was having, now i am back from hols [15:43] mabye you can include a fix in next release [15:43] Noldorin: cool; if there's anything I can help with, let me know [15:44] thanks [15:44] it will be over the next few days most likely.. [15:44] jelmer: also, will LP ever get auto-dpush to git/hg branches you think? [15:45] Noldorin: Personally, I think it would be more likely it would run the equivalent of "bzr serve --git" [15:46] jelmer: oh wow, i didn't know bzr had 'server' now... must have come recently. works like hg serve? [15:46] ...since when has the contributor agreement required printing out a pdf and scanning it back in? [15:47] well that would be cool. would still require github to auto-import though.... [15:47] did someone decide it wasn't quite hostile enough to casual contributors? [15:48] Noldorin: "bzr serve" has been present for years. bzr-git adds the --git option [15:49] oh [15:49] hi mgz [15:49] jelmer: it surely came after Hg serve though... i remember trying both at one point and bzr not supporting :S [15:50] jelmer: the problem is github is not likely to get bzr importing any time soon though... [15:50] the bzr serve documentation is prettymuch not existant [15:50] thats probably why you have not heard about it. [15:51] ah right [15:51] Noldorin: it was introduced in bzr 0.11, apparently [15:51] lies! [15:52] i remember trying it [15:52] and saying it's not supported [15:52] :S [15:52] maybe not on windows [15:52] very odd [15:52] but still, someone needs to write docs for it [15:52] indeed [15:52] AuroraBorealis: http://doc.bazaar.canonical.com/latest/en/user-guide/server.html [15:53] but I guess it isn't really easy to find at the moment [15:53] thats pretty thin :> [15:54] what are the operations that are 'improved' by a smart server? [15:54] there is only one option specified, are there more? etc [15:54] brb [15:55] does this work for all operating systems? these are the questions i was asking myself when i was looking at this a while ago [15:55] AuroraBorealis: most operations become faster when used over the smart server, but it's the same set [15:55] well, i'm just saying that the doc says The high-performance smart server (hpss) performs certain operations much faster than dumb servers are capable of. In future releases, the range of operations that are improved by using the smart server will increase as we continue to tune performance. [15:56] i dunno, showing the time with a smart server vs dumb server would be useful [15:57] * jelmer files a bug about the smart server docs [15:57] and another big thing: authentication [15:57] AuroraBorealis: Authentication is not yet supported using "bzr serve", only over http (or when tunneled over ssh) [15:58] AuroraBorealis: that would indeed be good to mention though [15:58] i read somewhere that it doesn't really want to support authentication, and to do it you just use ssh? === deryck is now known as deryck[lunch] [16:14] AuroraBorealis: yep [16:14] vila: hmm [16:14] vila: failed again, with two different tests [16:18] and jelmer, where is the bug you just submitted about the docs? [16:21] AuroraBorealis: bug 836812 [16:21] Launchpad bug 836812 in Bazaar "mention authentication in "bzr serve" docs" [Medium,Confirmed] https://launchpad.net/bugs/836812 [16:22] AuroraBorealis: and bug 836815 [16:22] Launchpad bug 836815 in Bazaar ""bzr serve" documentation is vague about what operations are quicker" [Medium,Confirmed] https://launchpad.net/bugs/836815 [16:23] kk =) [16:23] AuroraBorealis: I don't think documentation is the right place to put benchmarks [16:24] it would be nice to have them somewhere, even if the docs link to them [16:27] AuroraBorealis: I'd rather just mention the smart server is quicker without getting into too many times quicker it is. There are a lot of factors involved. [16:27] that works [16:27] point is, that documentation is a bit lacking, which someone needs to fix. i could try and see if i can improve it, but like the other thing i'm working on, i need to take time to learn about it first [16:28] AuroraBorealis: M [16:28] m? o.o [16:28] AuroraBorealis: filing bugs about holes in the documentation is a great start, and thanks for bringing up the topic of the "bzr serve" docs here [16:28] AuroraBorealis: I guess it's one of these things you don't realize if you're familiar with the code already... [16:29] yeah haha [16:40] abentley: will you propose a merge of the bzrtools branches code into bzrlib or should I ? [16:42] jelmer: probably best if you do it. [16:42] abentley: sure, will do === med_out is now known as medberry === deryck[lunch] is now known as deryck === beuno is now known as beuno-lunch === beuno-lunch is now known as beuno [19:46] hello why trying to branch a project from LP i get an error about permission denied [19:46] ? [19:55] l login w/ bzr [19:55] then try to branch or pull and give the error [19:57] ? [19:57] any help around ? [19:57] ovnicraft, can you pastebin the full output? [19:58] beuno, http://pastebin.com/Kwm72xqQ after bzr pull [20:01] ovnicraft, and you're part of the OpenERP team? [20:03] beuno, not but to branch i guess is not necessary [20:03] ovnicraft, no. What command are you using? [20:03] bzr pull [20:03] just to pull changes from LP i branch it before [20:04] You should either sort out your ssh authentication to launchpad, or fall back to using anonymous http access [20:04] maxb, how i can use anonymous http access to branch ? [20:05] Change the URL to an http: rather than bzr+ssh: one [20:06] maxb, if i pulled it via ssh it will works w/ change ? [20:06] so bzr pull http://bazaar.launchpad.net/%2Bbranch/openobject-client-web/6.0/ --remember [20:08] beuno, bzr: ERROR: Not a branch: "http://bazaar.launchpad.net/%2Bbranch/openobject-client-web/6.0/" [20:09] ah [20:09] ok [20:09] so the url has to be constructed differently [20:09] how can i identify how construct the URL? [20:09] ovnicraft: try "bzr pull --remember lp:openobject-client-web/6.0" [20:10] jelmer, i think it will try ssh [20:10] ovnicraft: can you access other branches over ssh? [20:11] jelmer, no [20:11] ovnicraft: Do you have a ssh key uploaded to Launchpad? [20:11] si i dont know why? i understand projects are configured to required it [20:11] yes i am openerp commiter [20:11] but in that project i dont commit [20:11] i just want to pull [20:12] ovnicraft: if you logged in use "bzr lp-login" then any access to lp: branches will try to use ssh [20:12] *using [20:12] jelmer, how i 'logout' with bzr ? [20:13] ovnicraft: bzr config --remove launchpad_username [20:14] jelmer, i get 2.1.4 version i dont get config ? [20:14] ovnicraft: ah, no. It doesn't exist in 2.1.4 yet. You can manually edit ~/.bazaar/bazaar.conf though. [20:17] jelmer, thanks ! [20:18] It should be noted that the smart server accessible via SSH is a considerably more optimal way for Bazaar to communicate than the dumb HTTP transport. [20:18] For the sake of your time and bandwidth, it may still be worth fixing your SSH setup [20:18] launchpad really should allow anonymous access over ssh [20:20] jelmer: /me nods, read-only anonymous access [20:21] jam: any issue with building the 2.4.0 windows installers ? [22:50] is there a FAQ i can read? i did not find what i was looking for in the answers app [22:56] croddy: the FAQs should all be on the answers page on launchpad [22:56] thanks [22:59] croddy: you're always welcome to ask here, or open a new question on launchpad [23:32] hi, is there a way to get the diff of a single file between 2 branches? [23:33] i'm trying to narrow down the changes in couchdb between natty and oneric. i know how to do this: [23:33] bzr diff --old=../natty/ [23:33] but that's a 20k line diff, mostly autotools generated stuff.... but i'd like to easy look at a single file, like just Makefile.in [23:34] jderose: bzr diff -rbranch:../natty FILE [23:34] IIRC [23:37] spiv: ooo, fancy! thanks! === medberry is now known as med_out === yofel_ is now known as yofel