=== Ursinha is now known as Ursinha-afk [10:24] hi. [10:25] I am trying to resolve conflict [10:25] (I mean in bzr) [10:26] and I think if I need to "take this", I should run: [10:26] bzr resolve --take-this filename.txt [10:26] but this DOESNOT resolve. [10:26] what is the syntax for actions ? [10:43] anyone alive ? [12:54] Hrmm... Any bzr command in one workdir here is just giving me: bzr: ERROR: pack-names is not an index of type . [12:57] For reference, my .bzr/repository/pack-names file - http://paste.leonerd.org.uk/?show=1232 [13:22] LeoNerd: interesting... I've only seen pack-names that are "B+Tree Graph Index 2" format [13:23] I had some other workdirs that looked very similar, those worked [13:23] I've managed to work by just checking out again, seems happy [13:27] sobersabre: just do [13:27] $ mv file.txt.THIS file.txt [13:27] $ bzr resolve file.txt === zyga_ is now known as zyga-breakfast [14:35] hi. [14:35] I have a bzr branch, and I want to push changes to it (remotely). [14:35] I want to override any file that is not like the pushed ones. [14:36] I currently run a merge. I think this is not correctly the thing I want. [14:36] I want to simply put the changes and commit'em. [14:36] And if athe target branch has uncommitted changes, I want to quit the operation. [14:36] which bzr command best fits my description ? [14:38] I am now reading the fine manual of push: bzr --strict --overwrite push /branch/name I think is what I want. [15:33] I'm used to creating a bare git repository on my virtual linux testing server, cloning it on my windows desktop via SSH and pushing back from the shell. How can I recreate this workflow with bazaar? [15:34] Note: my virtual linux server may or may not be online, so it is important that the push is triggered manually. [15:42] pluma: 'bzr init-repo --no-trees path/to/repo' on the server [15:43] maxb: Can I make bzr use defaults so I don't have to type out the full repository path everytime I type "bzr push", too? [15:43] bzr will remember the first-used push and pull locations automatically, and use them if no location is specified [15:44] Ah, good. [15:44] afterwards, you can use push/pull --remember to reset the remembered location [15:44] Ah. [15:45] Should I have one repository shared among all projects or one repository per project? The docs confused me a bit about that. [15:46] For most purposes it does not really matter. In Bazaar, a repository is just a disk-space and time optimization [15:47] So, it's important that branches of a project reside in one repository, to get those advantages of not needing to store revisions twice [15:47] Personally I prefer to go one repository per project, but there's no harm to multiple projects residing in a single repository [15:48] Except that if you ever did need to separate them, you'd have to branch each branch into a new shared repository of smaller scope, rather than just being able to move directories around on disk [15:57] maxb: Okay, I did init-repos and init on the server, checked out locally, shut down the server and committed. The commit failed because the server can't be reached. Is there a way to make it _not_ auto-push? [15:58] Ah, it's only trying to do that because you used 'bzr checkout' rather than 'bzr branch'. To change the behaviour of an existing checkout, use 'bzr unbind' [16:01] Okay. I unbinded, committed successfully, restarted the server, pushed successfully and am a happy bunny. You're saying I won't need to specify the target when pushing again? [16:03] maxb: Thanks for the help so far. I'm a bit surprised that I found the initial hurdles of bzr bigger than those of git (probably because of the shared repos), but I'm excited to see how this will turn out in the long run. === Ursinha is now known as Ursinha-lunch === Meths_ is now known as Meths [16:18] Any thoughts on fossil? === beuno is now known as beuno-lunch === oubiwann is now known as oubiwann_ [17:02] lifeless: https://code.launchpad.net/~jameinel/lp-production-configs/lp_service_qa_staging/+merge/43921 === Ursinha-lunch is now known as Ursinha === beuno-lunch is now known as beuno [18:51] I've set up a central repo. But when members of my team check out they are getting different revisions. Like the latest is rev 11 one team member is able to get that one but another is only able to get up to 9 and another can only get rev 7 [18:52] I haven't had them ask for rev 11 yet. Wondering what I did wrong in setting up the central repos that they are seeing this. [18:53] knighthawk: how are they creating their clone and how are they pullin gin new revisions? [18:55] bzr checkout to get their branch (though the eclipse plugin) and I think they are using bzr up to get new revisions. [18:56] Have you checked the exact URLs various people are using, by making them show you their 'bzr info' output? [18:57] knighthawk: does the eclipde plugin use checkout, not "bzr branch"? [18:59] checking === Ursinha is now known as Ursinha-afk [21:00] okay no it *does* do a branch. Any reason that wouldn't allow them to access the Head? [21:01] rev 11 should be head at this point. [21:01] but when they branch they get rev 7 [21:01] knighthawk: if the branch is not bound they should use "bzr pull" rather than "bzr up" [21:03] okay I don't know too much about bounding except I did have to do that for myself. is it likely that they can set up bounding from a gui? === vila 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 | | 2.3b4 is officially out ! (rm vila) === Meths_ is now known as Meths === vila 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 | 2.3b4 is officially out ! (rm vila) === vila 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 | 2.3b4 is officially out ! (rm vila) [21:06] its still says "Tree is up to date at rev 7" [21:07] tried bzr bind [21:14] just forced a checkout. [21:15] I'm noticing that when I run bzr info I'm getting submit branch and when they do they do not. [21:35] spiv: https://code.launchpad.net/~jameinel/bzr/2.3-update-from-readonly-701212/+merge/45760 [21:38] looks good to me [22:02] jam: btw - https://lp-oops.canonical.com/oops.py/?oopsid=1834CBB6546 [22:02] jam: we're not showing codebrowse oops properly [22:03] jam: if poolie is there, can you poke him onto irc [22:03] lifeless: he is here, I'll poke him, but when I go to that page, I get nothing [22:03] just a search box [22:03] jam: thats the openid login brokeness - see the url you ended up on :P [22:03] lifeless: hmm,, re opening that page, I get something [22:06] hi poolie [22:06] hi [22:06] poolie: I've filed a couple of shallow loggerhead bugs that we're capturing now we get loggerhead bugs [22:06] ? [22:06] s/bugs/oopses/ [22:06] ok [22:07] we're getting 16000 oopses a day [22:07] hooray [22:07] https://bugs.launchpad.net/loggerhead/+bugs?field.tag=oops [22:07] in launchpad we treat oops as higher-than-high bugs today [22:07] in the new triage process we'll treat them as critical [22:07] bug 700,000 hey? [22:07] Launchpad bug 700 in boa-constructor (Ubuntu) "After installing Boa Constructor, no menu items in Gnome" [Medium,Fix released] https://launchpad.net/bugs/700 [22:07] Error: Could not parse data returned by Launchpad: 0 (https://launchpad.net/bugs/0) [22:08] I'm wondering if you can ok mkanat to look at these? [22:08] if he has time i'm very happy for him to [22:08] he said to talk to you :) [22:08] ok, loop closed then [22:09] poolie: You mean if I have time after the things we've already discussed? [22:09] later today I should get the first frequency analysis of these oopses [22:09] what's in your queue now? [22:09] mkanat, ^ [22:10] poolie: Etags and then performance of single requests. [22:11] i think it's fair to treat these ahead of them [22:11] because they're actually failures [22:11] poolie: Okay. Even if it means not getting to those? [22:11] yes [22:11] poolie: Okay. [22:11] https://bugs.launchpad.net/loggerhead/+bug/701256 is kind of interesting [22:12] in a way, it is valid for it to be a bug [22:12] i mean an oops [22:12] it's an error meaning we can't show the branch to the user [22:12] Yeah, I mean, I'm not sure that I want to mask every single possible bzr error from the user. [22:12] what network protocols does bzr support for cloning / publishing? [22:13] ftp, sftp, ssh, http [22:13] you can add others [22:13] great :) [22:14] mkanat, so i'd probably do the other two first [22:30] lifeless: Are the ones you're reporting ones that you know to be frequent, or do you not have any frequency analysis at all yet? [22:31] later today I should get the first frequency analysis of these oopses [22:32] lifeless: Okay. Once you have that, let me know and I will fix the most frequent ones first. [22:50] james_w: ping [22:50] hi lifeless [22:50] mkanat: I would start with any [22:51] lifeless: I only have a limited amount of time available. [22:51] james_w: could you spare a few minutes to look at a bzr-builddeb pristine-tar-using-failure with me and ncommander in presidente on 3? [22:51] lifeless: It's not a scheduling matter; it's a contract thing. [22:51] lifeless, sure, 2 minutes and I'll be there [22:52] mkanat: sure, uhm the KeyError one worries me most in terms of correctness [22:52] mkanat: the other two worry me in potential volume [22:53] lifeless: Okay. Well, you'll have the analysis later today, right? [22:53] lifeless: So then we won't have to worry too much about potential volume, we can just know for sure what's got the highest volume. === oubiwann_ is now known as oubiwann [23:05] vila [23:05] vila [23:05] vila [23:06] lifeless, http://paste.ubuntu.com/552623/ [23:06] I was trying to figure out what timer was going off [23:06] lifeless, something to do with export + .bzrignore? [23:07] lifeless: The KeyError one does sound like something that shouldn't ever be happening, though. [23:07] And that I did fix. [23:11] james_w: is bzr-builder integrated with pristine-tar yet ? [23:11] lifeless, no [23:14] lifeless, so, pristine-tar gets unhappy if you don't give it all the files, and we provide those files by exporting the tree, so .bzr* will be missing. My hunch is that we can get away with providing /more/ files that pristine-tar needs, so we could use sprout rather than export, or add a hack and manually export any .bzr* files in the tree [23:15] argh! [23:17] vila [23:28] lifeless: Oh, somehow sourcedeps never got updated to pull in the loggerhead that had the fix for that KeyError. [23:33] mkanat: ! :( [23:33] mwhudson: I know. [23:33] mwhudson: I'm proposing a merge for that now. [23:34] https://code.launchpad.net/~mkanat/launchpad/lp-loggerhead-update/+merge/45787 [23:38] james_w: what does builder do for v3? [23:38] lifeless, falls over [23:39] ok