[01:41] jelmer: how hard is it to use the rewrite plugin to go through and replace the committer on a bunch of revs? (as in, retroactively fix someones commits who had never done bzr whoami...) ? === frakturfreak_ is now known as frakturfreak [03:00] mtaylor: you'd have to patch it to do something like that [03:00] mtaylor: it shouldn't be too hard to do using a patch, but it's not possible using the current UI [03:02] jelmer: ok. good to know [03:02] jelmer: I may poke at that at some point - I think I'd like to make a pass on our tree to clean up a bunch of revs that have bogus people having committed them [03:09] mtaylor: this will affect the revision ids of all revisions since the first that is changed, of course. === dOxxx is now known as dOxxx_away [04:32] Hello, I upgraded to bzr-2.2.0 on my Windows machine, and then get this error every time I execute bzr: "Unable to load plugin u'rebase'. It requested API version (2, 1, 0) of module but the minimum exported version is (2, 2, 0), and the maximum is (2, 2, 0)" How to resolve this? [04:38] I see that rebase is now renamed to ``rewrite''. Could I simply remove the subdir `rebase' in plugins? [04:39] I've done that and don't see problems. I think it works [04:39] Yes, the plugin was renamed. === zyga is now known as zyga-greece [19:08] Does netbeans has a bzr plugin? is the developement still active?? where can i get it?? [19:44] nprasath002: I'm not aware of one; it would be awesome to have one. [21:51] I did a "checkout --lightweight" but can't commit to it, get the followin error msg: "bzr: ERROR: Cannot lock LockDir(http://bazaar.launchpad.net/~wtdevs/wtactics/trunk/.bzr/branch/lock): Transport operation not possible: http does not support mkdir() " [21:52] any pointers? (And yeah, I'm new to bzr... only had some experience with SVN before.) [21:53] checkout from a branch you can write to, which means not over http. [21:54] if you used a lp: shortcut, this means running `bzr launchpad-login` and setting up ssh, then doing the same thing again. [21:56] mgz: i see.... is there a way to change the http:// stuff in the branch I already checked out? [21:56] mgz: So i don't have to check it out once again? [21:56] `bzr pull --remember lp:` should work I think. [21:57] mgz: thanks.. on it. [21:58] mgz: Hrm.. "bzr pull --remember lp:~wtdevs/wtactics/trunk/" gave me same error. [21:59] did you do `bzr launchpad-login ` first? [21:59] you need the ssh access rather than the http, is our aim here. [22:00] mgz: Should I use my personal ID, or the groups id? Cause " lp:~wtdevs" = the group (wtdevs), while my personal ID is "snowdrop". [22:00] your personal id. [22:00] mgz: snowdrop@snowdrop:~/WTactics$ bzr launchpad-login snowdrop [22:00] snowdrop@snowdrop:~/WTactics$ bzr pull --remember lp:~wtdevs/wtactics/trunk/ [22:00] bzr: ERROR: Cannot lock LockDir(http://bazaar.launchpad.net/~wtdevs/wtactics/trunk/.bzr/branch/lock): Transport operation not possible: http does not support mkdir() [22:01] okay, try... `bzr switch lp:~wtdevs/wtactics/trunk/` instead [22:01] * mgz doesn't use checkouts much [22:02] mgz: Ah.. success! [22:02] snowdrop@snowdrop:~/WTactics$ bzr switch lp:~wtdevs/wtactics/trunk/ [22:02] Tree is up to date at revision 13. [22:02] Switched to branch: bzr+ssh://bazaar.launchpad.net/~wtdevs/wtactics/trunk/ [22:02] good good, and now, if you've made changes, and run `bzr diff` you should still see them [22:04] mgz: Since I did a "checkout --lightweight"... all my "commits" directly upload to launchpad, right? (kind of SVN)? In contrast to when I used "branch" and they were done locally? [22:05] yup. you should think about changing how you work, but this preserves the svn style for now [22:09] mgz: Thanks a bunch. =) [22:09] mgz: If you take paypal I'd happily buy you a coffe... have been wasting 7h on this... = P [22:11] I'm good for coffee but feel free to email "Martin Pool " and say how helpful I was :) [22:11] = ) will do. [22:15] done. [22:26] mgz: ping, just passing around, were did you end up with garyvdm on the windows installers ? [22:26] I wish windows would sort out the ssh support [22:27] https://answers.edge.launchpad.net/launchpad-code/+question/125565 for anyone who knows putty [22:27] vila: he's got one built that looked solid, but he hit another issue that I couldn't reproduce here [22:27] thumper: hey ! Feeling really optimistic for a monday morning... windows and sort out in the same sentence... :D [22:27] I'll try and catch up with him on it when I see him in the channel next [22:28] mgz: Thanks. I'll try to read the log tomorrow so use my nick when you think I should double-read ;) [22:29] I've got another testtools change babune will want, to deal with the log oddness we were seeing on maverick [22:30] might see if I can track down the timings thing as well tonight. [22:30] I don't quite get what happened here and whether there is a way to address this kind of issue that delay the official announce for a single installer... but we should definitely think about it ;) [22:30] mgz: you mean the leaks ? [22:30] the log leaks that is ? [22:31] yup, that jam was nibbling at the other end of. [22:32] ha, I wish there was an option to keep the log for successful tests, pqm is one thing, babune is another and even if hudson doesn't provide access to this yet...it's a shame to not collect it anymore ;-/ [22:33] yeah, I think we can back out the hacks but keep the tests for that change when we fix some other things in future [22:33] I didn't have the time to follow more closely and I [22:34] 'm wondering which object is responsible for or can introduce a variation in the way such test attributes are handled...