/srv/irclogs.ubuntu.com/2011/01/10/#bzr.txt

=== Ursinha is now known as Ursinha-afk
sobersabrehi.10:24
sobersabreI am trying to resolve conflict10:25
sobersabre(I mean in bzr)10:25
sobersabreand I think if I need to "take this", I should run:10:26
sobersabrebzr resolve --take-this filename.txt10:26
sobersabrebut this DOESNOT resolve.10:26
sobersabrewhat is the syntax for actions ?10:26
sobersabreanyone alive ?10:43
LeoNerdHrmm... Any bzr command in one workdir here is just giving me:  bzr: ERROR: pack-names is not an index of type <class 'bzrlib.btree_index.BTreeGraphIndex'>.12:54
LeoNerdFor reference, my .bzr/repository/pack-names file - http://paste.leonerd.org.uk/?show=123212:57
maxbLeoNerd: interesting... I've only seen pack-names that are "B+Tree Graph Index 2" format13:22
LeoNerdI had some other workdirs that looked very similar, those worked13:23
LeoNerdI've managed to work by just checking out again, seems happy13:23
AfCsobersabre: just do13:27
AfC$ mv file.txt.THIS file.txt13:27
AfC$ bzr resolve file.txt13:27
=== zyga_ is now known as zyga-breakfast
sobersabrehi.14:35
sobersabreI have a bzr branch, and I want to push changes to it (remotely).14:35
sobersabreI want to override any file that is not like the pushed ones.14:35
sobersabreI currently run a merge. I think this is not correctly the thing I want.14:36
sobersabreI want to simply put the changes and commit'em.14:36
sobersabreAnd if athe target branch has uncommitted changes, I want to quit the operation.14:36
sobersabrewhich bzr command best fits my description ?14:36
sobersabreI am now reading the fine manual of push: bzr --strict --overwrite push /branch/name I think is what I want.14:38
plumaI'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:33
plumaNote: my virtual linux server may or may not be online, so it is important that the push is triggered manually.15:34
maxbpluma: 'bzr init-repo --no-trees path/to/repo' on the server15:42
plumamaxb: 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
maxbbzr will remember the first-used push and pull locations automatically, and use them if no location is specified15:43
plumaAh, good.15:44
maxbafterwards, you can use push/pull --remember to reset the remembered location15:44
plumaAh.15:44
plumaShould I have one repository shared among all projects or one repository per project? The docs confused me a bit about that.15:45
maxbFor most purposes it does not really matter. In Bazaar, a repository is just a disk-space and time optimization15:46
maxbSo, it's important that branches of a project reside in one repository, to get those advantages of not needing to store revisions twice15:47
maxbPersonally I prefer to go one repository per project, but there's no harm to multiple projects residing in a single repository15:47
maxbExcept 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 disk15:48
plumamaxb: 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:57
maxbAh, 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'15:58
plumaOkay. 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:01
plumamaxb: 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.16:03
=== Ursinha is now known as Ursinha-lunch
=== Meths_ is now known as Meths
plumaAny thoughts on fossil?16:18
=== beuno is now known as beuno-lunch
=== oubiwann is now known as oubiwann_
jamlifeless: https://code.launchpad.net/~jameinel/lp-production-configs/lp_service_qa_staging/+merge/4392117:02
=== Ursinha-lunch is now known as Ursinha
=== beuno-lunch is now known as beuno
knighthawkI'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 718:51
knighthawkI 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:52
jelmerknighthawk: how are they creating their clone and how are they pullin gin new revisions?18:53
knighthawkbzr checkout to get their branch (though the eclipse plugin) and I think they are using bzr up to get new revisions.18:55
maxbHave you checked the exact URLs various people are using, by making them show you their 'bzr info' output?18:56
jelmerknighthawk: does the eclipde plugin use checkout, not "bzr branch"?18:57
knighthawkchecking18:59
=== Ursinha is now known as Ursinha-afk
knighthawkokay no it *does* do a branch. Any reason that wouldn't allow them to access the Head?21:00
knighthawkrev 11 should be head at this point.21:01
knighthawkbut when they branch they get rev 721:01
jelmerknighthawk: if the branch is not bound they should use "bzr pull" rather than "bzr up"21:01
knighthawkokay 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?21:03
=== 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)
knighthawkits still says "Tree is up to date at rev 7"21:06
knighthawktried bzr bind21:07
knighthawkjust forced a checkout.21:14
knighthawkI'm noticing that when I run bzr info I'm getting submit branch and when they do they do not.21:15
jamspiv: https://code.launchpad.net/~jameinel/bzr/2.3-update-from-readonly-701212/+merge/4576021:35
poolielooks good to me21:38
lifelessjam: btw - https://lp-oops.canonical.com/oops.py/?oopsid=1834CBB654622:02
lifelessjam: we're not showing codebrowse oops properly22:02
lifelessjam: if poolie is there, can you poke him onto irc22:03
jamlifeless: he is here, I'll poke him, but when I go to that page, I get nothing22:03
jamjust a search box22:03
lifelessjam: thats the openid login brokeness - see the url you ended up on :P22:03
jamlifeless: hmm,, re opening that page, I get something22:03
lifelesshi poolie22:06
pooliehi22:06
lifelesspoolie: I've filed a couple of shallow loggerhead bugs that we're capturing now we get loggerhead bugs22:06
poolie?22:06
lifelesss/bugs/oopses/22:06
poolieok22:06
lifelesswe're getting 16000 oopses a day22:07
pooliehooray22:07
lifelesshttps://bugs.launchpad.net/loggerhead/+bugs?field.tag=oops22:07
lifelessin launchpad we treat oops as higher-than-high bugs today22:07
lifelessin the new triage process we'll treat them as critical22:07
pooliebug 700,000 hey?22:07
ubot5Launchpad bug 700 in boa-constructor (Ubuntu) "After installing Boa Constructor, no menu items in Gnome" [Medium,Fix released] https://launchpad.net/bugs/70022:07
ubot5Error: Could not parse data returned by Launchpad: 0 (https://launchpad.net/bugs/0)22:07
lifelessI'm wondering if you can ok mkanat to look at these?22:08
poolieif he has time i'm very happy for him to22:08
lifelesshe said to talk to you :)22:08
poolieok, loop closed then22:08
mkanatpoolie: You mean if I have time after the things we've already discussed?22:09
lifelesslater today I should get the first frequency analysis of these oopses22:09
pooliewhat's in your queue now?22:09
pooliemkanat, ^22:09
mkanatpoolie: Etags and then performance of single requests.22:10
pooliei think it's fair to treat these ahead of them22:11
pooliebecause they're actually failures22:11
mkanatpoolie: Okay. Even if it means not getting to those?22:11
poolieyes22:11
mkanatpoolie: Okay.22:11
pooliehttps://bugs.launchpad.net/loggerhead/+bug/701256 is kind of interesting22:11
pooliein a way, it is valid for it to be a bug22:12
pooliei mean an oops22:12
poolieit's an error meaning we can't show the branch to the user22:12
mkanatYeah, I mean, I'm not sure that I want to mask every single possible bzr error from the user.22:12
catphishwhat network protocols does bzr support for cloning / publishing?22:12
poolieftp, sftp, ssh, http22:13
poolieyou can add others22:13
catphishgreat :)22:13
pooliemkanat, so i'd probably do the other two first22:14
mkanatlifeless: 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:30
mgz<lifeless> later today I should get the first frequency analysis of these oopses22:31
mkanatlifeless: Okay. Once you have that, let me know and I will fix the most frequent ones first.22:32
lifelessjames_w: ping22:50
james_whi lifeless22:50
lifelessmkanat: I would start with any22:50
mkanatlifeless: I only have a limited amount of time available.22:51
lifelessjames_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
mkanatlifeless: It's not a scheduling matter; it's a contract thing.22:51
james_wlifeless, sure, 2 minutes and I'll be there22:51
lifelessmkanat: sure, uhm the KeyError one worries me most in terms of correctness22:52
lifelessmkanat: the other two worry me in potential volume22:52
mkanatlifeless: Okay. Well, you'll have the analysis later today, right?22:53
mkanatlifeless: 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.22:53
=== oubiwann_ is now known as oubiwann
jamvila23:05
jamvila23:05
jamvila23:05
james_wlifeless, http://paste.ubuntu.com/552623/23:06
jamI was trying to figure out what timer was going off23:06
james_wlifeless, something to do with export + .bzrignore?23:06
mkanatlifeless: The KeyError one does sound like something that shouldn't ever be happening, though.23:07
mkanatAnd that I did fix.23:07
lifelessjames_w: is bzr-builder integrated with pristine-tar yet ?23:11
james_wlifeless, no23:11
james_wlifeless, 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 tree23:14
lifelessargh!23:15
jamvila23:17
mkanatlifeless: Oh, somehow sourcedeps never got updated to pull in the loggerhead that had the fix for that KeyError.23:28
mwhudsonmkanat: ! :(23:33
mkanatmwhudson: I know.23:33
mkanatmwhudson: I'm proposing a merge for that now.23:33
mkanathttps://code.launchpad.net/~mkanat/launchpad/lp-loggerhead-update/+merge/4578723:34
lifelessjames_w: what does builder do for v3?23:38
james_wlifeless, falls over23:38
lifelessok23:39

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