/srv/irclogs.ubuntu.com/2009/12/27/#bzr.txt

=== AfC1 is now known as AfC
ronnyjelmer: sup, where are you?12:21
jelmerronny, hey12:21
jelmerronny, sitting next to Wouter in front of the stairs on the second floor12:22
ronnyoh, last time i ran across him you wherent around, i'll be right there12:23
AnAnthow can I push tags ?12:38
jelmerAnAnt: tags should be pushed when you push a branch12:39
AnAntok, thanks12:40
sproatyI created a new directory, done 'bzr init' there, pulled my latest branch/commits in, copied/pasted my modified files, commited and am getting an error on pushing.15:01
sproatyhttp://paste.pocoo.org/show/159911/15:01
sproatyI'm doing this because of "diverged branch" errors I'm getting, and doing conflict/resolved put all these "markers" in my python files15:02
sproatyhmm, I may have fixed it.15:12
sproatydone bzr branch instead of init/pull15:13
sproatyphew yup that fixed it15:15
* sproaty wipes the sweat away15:15
Pengsproaty: "bzr init" uses the default format, and the current one is incompatible with lp:~sproaty/whyteboard/development's format. "bzr branch" uses the same format as the soruce branch.15:17
sproatyah I thought so15:17
sproatyI think I started to get this whole branches are diverged after committing to one branch, uncommiting and then pushing the old commit to another branch15:18
Pengsproaty: All "branches are diverged" means is that both branches contain some revisions that the other does not.15:20
Pengsproaty: This obviously has to be resolved with "merge" (or "uncommit" if you want...) before you can push and pull between them again.15:21
sproatyPeng, I wasn't sure whether to trust merge, plus I played around a bit (after backing up my newly changed files) and it stuck all this <<<<<<<<TREE stuff into my files15:22
Pengsproaty: Those are conflicts, because both sides changed the same thing.15:39
Pengsproaty: Merge is perfectly "trustworthy". I mean, the worst that can happen is it does something annoying and you have to revert.15:39
sproatyah, so the changes it makes are "undoable"15:40
Pengsproaty: All changes in the working tree can be undone.15:40
sproatyPeng, good to hear15:42
Pengsproaty: Even if they weren't, you could just branch a new copy and rm -rf the original.15:48
sproatyglad it's all fixed now, anyway :)15:49
maxbjelmer: Hi - how should I submit changes to bzr-rewrite? The branch on Launchpad asks that people not submit MPs there.17:37
Wellark[]hi! I want to deploy a bazaar repository which is accessed with bzr serve18:38
Wellark[]I want to create a server side hook or something which will check the signatures when ever a push or commit from checkout happens18:39
Wellark[]and if the revisions are not signed or verifying the signatures fails the push must be rejected18:39
Wellark[]I made i quick test just to notice that pre_commit hook is not run on push18:40
Wellark[]and there's no pre_push hook18:40
Wellark[]I'll start looking thourgh the bzr code later, but I wanted to ask if someone has some tips or pointers where to look18:41
Wellark[]I've only looked at the hooks section of the user reference and only hook that looks promising is pre_change_branch_tip, but I don't know yet whether or not it can provide access to the revision signatures and is there any way to prevent the change from happening18:48
Wellark[]but I'm optimistic :)18:49
Wellark[]I could do this kind of server side verification with pqm, no?19:12
Pilkyam I right in thinking "bzr init --append-revisions-only" basically means you can't use commands like uncommit?19:44
PengPilky: Probably. Of course, you *can* turn append_revisions_only off, and then do whatever the hell you want. :D20:02
Pilkyheh, just wondering what it does20:02
Pilkythere's a few options that aren't very well explained in help docs20:02
Wellark[]Yes! I can access the new revisions on server side during a push in pre_change_branch_tip hook and reject the push if needed by raising some exception21:44
Wellark[]sweet! :)21:44
=== khmarbaise_ is now known as khmarbaise
__monty__How do I checkout bzr.dev?22:27
jkakar__monty__: You can use: bzr branch lp:bzr22:34
__monty__I guess I need the ip adress of the repository for that? I tried "bzr branch http://bazaar-vcs.org/bzr/bzr.dev/ bzr.dev"  and it gives me  "ERROR: Not a branch: ..."22:36
__monty__jkakar?22:40
__monty__jkakar ?22:40
jkakar__monty__: Hi. :)22:41
wgrant__monty__: 'bzr branch lp:bzr' is all you need.22:41
jkakar__monty__: wgrant is right.  Also, the space between the http://... and the bzr.dev is a problem in the command you tried.22:41
* jkakar steps away22:42
__monty__Thanks for the help guys, :-)23:26

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