/srv/irclogs.ubuntu.com/2010/09/26/#bzr.txt

mtaylorjelmer: 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...) ?01:41
=== frakturfreak_ is now known as frakturfreak
jelmermtaylor: you'd have to patch it to do something like that03:00
jelmermtaylor: it shouldn't be too hard to do using a patch, but it's not possible using the current UI03:00
mtaylorjelmer: ok. good to know03:02
mtaylorjelmer: 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 them03:02
jelmermtaylor: this will affect the revision ids of all revisions since the first that is changed, of course.03:09
=== dOxxx is now known as dOxxx_away
echo-areaHello, 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 <module 'bzrlib' from 'C:\Program Files\Bazaar\lib\library.zip\bzrlib\__init__.pyo'> but the minimum exported version is (2, 2, 0), and the maximum is (2, 2, 0)"  How to resolve this?04:32
echo-areaI see that rebase is now renamed to ``rewrite''.  Could I simply remove the subdir `rebase' in plugins?04:38
echo-areaI've done that and don't see problems.  I think it works04:39
fullermdYes, the plugin was renamed.04:39
=== zyga is now known as zyga-greece
nprasath002Does netbeans has a bzr plugin? is the developement still active?? where can i get it??19:08
lifelessnprasath002: I'm not aware of one; it would be awesome to have one.19:44
snowdropI 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:51
snowdropany pointers? (And yeah, I'm new to bzr... only had some experience with SVN before.)21:52
mgzcheckout from a branch you can write to, which means not over http.21:53
mgzif you used a lp: shortcut, this means running `bzr launchpad-login` and setting up ssh, then doing the same thing again.21:54
snowdropmgz:  i see....  is there a way to change the http:// stuff in the branch I already checked out?21:56
snowdropmgz: So i don't have to check it out once again?21:56
mgz`bzr pull --remember lp:<sameasbefore>` should work I think.21:56
snowdropmgz:  thanks.. on it.21:57
snowdropmgz: Hrm.. "bzr pull --remember lp:~wtdevs/wtactics/trunk/" gave me same error.21:58
mgzdid you do `bzr launchpad-login <yourid>` first?21:59
mgzyou need the ssh access rather than the http, is our aim here.21:59
snowdropmgz: Should I use my personal ID, or the groups id? Cause " lp:~wtdevs"  = the group (wtdevs), while my personal ID is "snowdrop".22:00
mgzyour personal id.22:00
snowdropmgz: snowdrop@snowdrop:~/WTactics$ bzr launchpad-login snowdrop22:00
snowdropsnowdrop@snowdrop:~/WTactics$ bzr pull --remember lp:~wtdevs/wtactics/trunk/22:00
snowdropbzr: ERROR: Cannot lock LockDir(http://bazaar.launchpad.net/~wtdevs/wtactics/trunk/.bzr/branch/lock): Transport operation not possible: http does not support mkdir()22:00
mgzokay, try... `bzr switch lp:~wtdevs/wtactics/trunk/` instead22:01
* mgz doesn't use checkouts much22:01
snowdropmgz: Ah.. success!22:02
snowdropsnowdrop@snowdrop:~/WTactics$ bzr switch lp:~wtdevs/wtactics/trunk/22:02
snowdropTree is up to date at revision 13.22:02
snowdropSwitched to branch: bzr+ssh://bazaar.launchpad.net/~wtdevs/wtactics/trunk/22:02
mgzgood good, and now, if you've made changes, and run `bzr diff` you should still see them22:02
snowdropmgz: 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:04
mgzyup. you should think about changing how you work, but this preserves the svn style for now22:05
snowdropmgz: Thanks a bunch. =)22:09
snowdropmgz: If you take paypal I'd happily buy you a coffe... have been wasting 7h on this... = P22:09
mgzI'm good for coffee but feel free to email "Martin Pool <mbp@canonical.com>" and say how helpful I was :)22:11
snowdrop= ) will do.22:11
snowdropdone.22:15
vilamgz: ping, just passing around, were did you end up with garyvdm on the windows installers ?22:26
thumperI wish windows would sort out the ssh support22:26
thumperhttps://answers.edge.launchpad.net/launchpad-code/+question/125565 for anyone who knows putty22:27
mgzvila: he's got one built that looked solid, but he hit another issue that I couldn't reproduce here22:27
vilathumper: hey ! Feeling really optimistic for a monday morning... windows and sort out in the same sentence... :D22:27
mgzI'll try and catch up with him on it when I see him in the channel next22:27
vilamgz: Thanks. I'll try to read the log tomorrow so use my nick when you think I should double-read ;)22:28
mgzI've got another testtools change babune will want, to deal with the log oddness we were seeing on maverick22:29
mgzmight see if I can track down the timings thing as well tonight.22:30
vilaI 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
vilamgz: you mean the leaks ?22:30
vilathe log leaks that is ?22:30
mgzyup, that jam was nibbling at the other end of.22:31
vilaha, 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:32
mgzyeah, I think we can back out the hacks but keep the tests for that change when we fix some other things in future22:33
vilaI didn't have the time to follow more closely and I22:33
vila'm wondering which object is responsible for or can introduce a variation in the way such test attributes are handled...22:34

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