[00:09] poolie: I'm reviewing http://bundlebuggy.aaronbentley.com/request/%3C48090895.1010406@arbash-meinel.com%3E [00:11] thanks [00:11] replying to list mail and queries [00:12] Eh, I just committed rev 88 to my bzr repository but when I run 'bzr update' from another local copy it says 'Tree is up to date at revision 87.' why? [00:13] joh: how did you make the copy? [00:13] spiv: pulled earlier [00:13] spiv: Ah, 'pull' did the trick :-) [00:13] joh: if you made it with "bzr branch", it will be an independent branch, so "bzr update" won't find the new revisions. [00:14] spiv: Right, that's what I did. So pull is the right way to update it? [00:14] (but "bzr pull" will) [00:14] Right. [00:14] Great, thanks :-) [00:14] Or if you want to behave as a checkout, you can do "bzr reconfigure --checkout". [00:14] Not a huge difference either way. [02:06] New bug: #220067 in bzr "poor documentation/broken link on how to use split" [Medium,Confirmed] https://launchpad.net/bugs/220067 === jamesh_ is now known as jamesh [04:14] poolie: ping [05:14] lifeless: pong [05:17] i guess that was about pqm [06:03] Augh, 561 new messages on the list. [06:14] spiv: what should we do re jam's fix for bug 211661? [06:14] Launchpad bug 211661 in bzr "bzr.dev smart client fails on log" [Critical,Fix committed] https://launchpad.net/bugs/211661 [06:14] merge it without a per-repo-impl test? [06:35] poolie: I think so [06:35] poolie: if the per-repo test lands a day later, I don't think it's a big issue (so long as it *does* happen)( [06:41] maybe we should leave it unmerged in trunk and just merge it into 1.4 for today then [06:41] That sounds like a reasonable solution. [06:42] i'll do your tweak of not using an assertion [06:42] indeed i'd like to write a test that we have no assertions [06:45] jetsaredim: hi [06:45] hey [06:45] so yea [06:45] jetsaredim: so, you were saying that it looks like the server is maintaining the lock? [06:45] killed all of my outgoing shh connections for bzr [06:46] still says things are locked [06:46] what's the output of bzr break-lock now? [06:46] there's output? [06:46] jetsaredim: it says nothing at all? [06:46] nada [06:46] jetsaredim: oh, wait, 'bzr break-lock ' [06:46] right? [06:46] o [06:46] that might help [06:47] the whole bzr+ssh url? [06:47] yeah. [06:47] Yeah. [06:47] 'bzr info' should give you something to copy and paste [06:48] k [06:48] have it from the push command [06:48] ) [06:48] ) [06:48] :) [06:48] should have something in there about needing a url [06:48] is there a version of bzr-svn compatible with bzr 1.4rc1? [06:48] jetsaredim: well, no arguments means break the local lock [06:48] ah [06:49] jetsaredim: which is roughly consistent with every other bzr command. [06:49] ah [06:49] i suppose the man page would have told me that [06:50] 'bzr help break-lock' also [06:50] hmm. [06:50] we could add an example to that for 'bzr break-lock bzr+ssh://server.example.com/foo/bar/branch' [06:51] jml: oh, hey [06:51] spiv: hi :) [07:10] ok - another seemingly random question [07:10] i added a new package a while back [07:10] firebug [07:11] i had a personal branch called firefox-extensions/firebug.ubtuntu that got merged into ubuntu-dev and into hardy [07:11] now I want to update the package for a new upstream release [07:11] i pushed to my personal firebug.ubuntu, but it doesn't show up by default in my code trees since I had previously marked the branch as merged [07:12] am I just doing this the wrong way? [07:12] jetsaredim: this is on Launchpad, right? [07:13] er yea - wrong channe; [07:13] and i think i figured out my issue anyway [07:13] good good :) === jetsaredim is now known as jetsaredim_ [11:30] New bug: #220182 in bzr "After rebase failure tree got broken" [Undecided,New] https://launchpad.net/bugs/220182 [11:55] are there any presentations on topic git vs bazaar [12:01] http://bazaar-vcs.org/BzrVsGit === kiko-afk is now known as kiko === mvo_ is now known as mvo === mrevell is now known as mrevell-lunch === jetsaredim_ is now known as jetsaredim === mrevell-lunch is now known as mrevell === mw|out is now known as mw === rockstar` is now known as rockstar_ === kiko is now known as kiko-afk [15:45] How do I copy files in bzr? bzr cp doesn't exist [15:45] mw-home: "cp a b"; bzr add b [15:46] you can do symlink [15:46] Copying isn't supported yet. [15:46] gotcha. === pmezard_ is now known as pmezard [16:30] hsn_: symlink? you mean bzr is capable of dealing with symlinks? [16:32] Of course. [16:32] Well, there are some problems with the UI, but absolutely. [17:51] New bug: #220302 in bzr-webserve "Wishlist - log display with branch graph" [Undecided,New] https://launchpad.net/bugs/220302 [17:56] New bug: #220295 in bzrtools "[ENH] Add plugin for gnome-keyring integration" [Undecided,Invalid] https://launchpad.net/bugs/220295 === mrevell is now known as mrevell-dinner === ja1 is now known as jam [19:50] New bug: #220331 in bzr "editor paths containing spaces are not parsed correctly" [Undecided,New] https://launchpad.net/bugs/220331 [19:55] New bug: #220333 in bzr "incorrect indentation level in msgeditor.py" [Undecided,New] https://launchpad.net/bugs/220333 [20:26] hey [20:27] i was wondering if its possible to limit access to bzr repository to only pushing [20:27] so not actually changing the tree [20:27] just having pending updates [20:27] and when you review.. you just commit or drop them [20:28] trepca, by default, if you push over ssh/sftp, the working tree doesn't get updated [20:28] but I'm not sure how you can approve/reject changes later on [20:28] as in "nicely" [20:29] yeah, i know its default, but developer could also use push-and-update :) [20:30] right, than you're probably better off using something like bundlebuggy [20:30] uh, whats that ? [20:30] trepca, http://bundlebuggy.aaronbentley.com/ [20:30] it's what we use for bzr [20:32] interesting [20:32] but my project is private [20:32] ah, its open source, sorry :) [20:32] trepca, well, just make access to BB private :) [20:47] what about these pending merges ? [20:47] i merged a branch from remote location [20:47] and it didn't automatically update the working tree [20:48] status just says i have pending merges [20:49] nevermind :) [20:55] what is the best way to serve bzr ... built-in server, apache, sftp ... ? [20:56] Depends on your situation, I imagine. For me, I use bzr+ssh pretty much everywhere. [20:59] k [20:59] me too for now [23:01] poolie: ping, are you working yet? [23:43] morning [23:44] igc, hey :) [23:44] hi beuno [23:45] igc, how are you? [23:46] beuno: I was sick in bed all day yesterday - awake today but not 100% [23:46] igc, aaw, I'm sorry to hear that... :/ [23:48] we've missed you these past weeks :) [23:58] http://bryan-murdock.blogspot.com/2007/03/cutting-edge-revision-control.html old bazaar-ng vs git benchmark, they are more or less comparable [23:58] i expected git to be significantly faster [23:58] poolie: I'm better but not up to work today;