Walex | OK, thanks for that. For Mercurial the equivalwent is the Mozilla central repo. | 10:10 |
---|---|---|
bzrboy | hi guys, how do i set a bidirectional mirror between a git repo and a bzr repo | 11:59 |
jelmer | hi bzrboy | 12:09 |
jelmer | bzrboy: I'm not sure that's possible yet. | 12:13 |
jelmer | It might be possible with fastexport/fastimport somehow | 12:13 |
jelmer | bzr-git has some preliminary support but that's explicitly disabled in the code at the moment. | 12:13 |
bzrboy | jelmer: thanks | 13:06 |
bzrboy | sorry for the delay, i was trying to figure it out | 13:06 |
Hamled | Is it possible to convert a lightweight checkout into a heavy checkout? | 13:52 |
=== Meths_ is now known as Meths | ||
spiv | Hamled: IIRC 'bzr reconfigure --checkout' will do that | 13:58 |
Hamled | thanks | 14:05 |
Noldorin | hi. i've deleted a certain plugin from my plugins directory, but every time i run bzr it still complains about loading it as if it were there. | 18:04 |
Noldorin | how can i resolve this? | 18:04 |
vila | Noldorin: 'bzr plugins -v' should tell you where bzr finds it | 18:07 |
Noldorin | vila, it's not listed there i'm afraid, only the error | 18:07 |
Noldorin | Unable to load plugin u'tfs' from u'C:/Program Files/Bazaar/plugins' | 18:07 |
vila | Try to have a look at .bzr.log | 18:08 |
mgz | vila: was about to tell you I'd worked out why maverick wasn't showing results, but... the most recent run didn't fail | 18:35 |
mgz | did you poke pyjunitxml already? | 18:35 |
Silasle | What does this mean? http://paste.ubuntu.com/485080/ | 19:19 |
Silasle | Or an better question what's the problem? It has worked before but then i removed all my settings (~/.*) and since then it doesn't work. | 19:22 |
cody-somerville | Silasle, you probably need to do bzr launchpad-login <your-lp-id> | 19:22 |
cody-somerville | replacing '<your-lp-id>' with your launchpad id | 19:22 |
cody-somerville | and oh my | 19:22 |
cody-somerville | you did rm -rf ~/.*? | 19:22 |
Silasle | I have done that | 19:22 |
cody-somerville | you probably deleted your ssh key! | 19:23 |
Silasle | And where is this saved? | 19:23 |
cody-somerville | you'll need to generate a new one (or if you already did that), upload it to launchpad | 19:23 |
cody-somerville | ~/.ssh/ | 19:23 |
Silasle | That was the problem, i just had to copy my old one from the backup. | 19:24 |
cody-somerville | :-) | 19:24 |
Silasle | Thanks cody-somerville! | 19:24 |
cody-somerville | Silasle, No problem! :) | 19:24 |
Silasle | And then the next problem: bzr: ERROR: Working tree "/home/silas/Dropbox/python/player/" has uncommitted changes (See bzr status). Use --no-strict to force the push. | 19:28 |
Silasle | Oh, not that | 19:29 |
Silasle | That one: http://paste.ubuntu.com/485086/ | 19:29 |
cody-somerville | Your branches have diverged. | 19:31 |
cody-somerville | You probably need to merge in changes someone else has made. | 19:31 |
cody-somerville | See "bzr help diverged-branches" for more information. | 19:32 |
Silasle | I have looked at that | 19:32 |
Silasle | Ok, now i solved the problem by just downloading it again and replacing the modified file. | 19:34 |
hno | Is there anyone looking into bzr on Python 2.7? | 20:14 |
mgz | I've filed a bunch of bugs, which I'm gradually working through. | 20:22 |
mgz | see: https://bugs.launchpad.net/bzr/+bugs?field.tag=python2.7 | 20:22 |
hno | mgz: Thanks. Already know that list. | 20:23 |
mgz | is there anything else you're concered about? | 20:24 |
mgz | +n | 20:24 |
hno | mgz: Not really, besides having to support bzr on Python2.7.. Anything I can do to help? | 20:26 |
mgz | well, mostly things just need descisions about how to resolve version compat issues | 20:28 |
mgz | but actually the top bug that you've already commented on might be an interesting one to tackel | 20:29 |
mgz | ...I can't spell this evening | 20:31 |
hno | Yes, was thinking the same. Just wanted to check first as I do not know xmlrpclib at all, and not entirely fluient in python in general. | 20:31 |
hno | the second one is beyond me. can't judge what implications changes there may have on bzr. | 20:32 |
mgz | yeah, I'm not sure either, I'll probably just put up a mp to pull out the hacks entirely and see if anyone squeaks | 20:35 |
vila | mgz: huh ? What job are you referring to ? | 20:36 |
mgz | the first should just be case of comparing the code in bzrlib.transport.http._urllib2_wrappers with the 2.7 changes | 20:36 |
mgz | vila: http://babune.ladeuil.net:24842/job/selftest-maverick/26/ - but after I looked at it again I think it might be because of this: http://babune.ladeuil.net:24842/job/selftest-maverick/26/testReport/junit/bzrlib.tests.test_conflicts/TestResolvePathConflict/test_res________________________________________/ | 20:36 |
mgz | so, the whole thing died off before the test that was breaking the xml generation was reported or something maybe? | 20:37 |
* vila on phone | 20:39 | |
mgz | not urgent, and I'll probably be eating soonish | 20:39 |
vila | mgz: hmm, possibly | 20:42 |
mgz | anyway, I'll fix pyjunitxml to not break (it's yet another not-handling-unicode-properly issue) | 20:43 |
vila | mgz: but selftest-maverick is for bzr.dev, not your branch nor your testtools branch either... | 20:43 |
vila | mgz: ha great ! | 20:44 |
mgz | it could actually break on not python 2.7 as well, but depends on the test failure output | 20:45 |
vila | I'm expermienting some weird random failures on gentoo, things like 'lost connection while parsing test success' or something, that may be related | 20:46 |
vila | expermienting... sounds like pippermint, that gives a pleasant taste to the experiment ;) | 20:48 |
mgz | oo, I remember something else I wanted you for vila | 20:52 |
mgz | can you confirm bug 625594 for me? | 20:53 |
ubot5 | Launchpad bug 625594 in Bazaar "selftest --parallel test case timings incorrect (affected: 1, heat: 6)" [Undecided,New] https://launchpad.net/bugs/625594 | 20:53 |
mgz | I think it will also be wrong with --parallel=fork but might be mistaken | 20:53 |
hno | How do I add/checkout a workingtree in an existing branch pushed to me? | 20:54 |
mgz | `bzr reconfigure --tree` I think | 20:55 |
hno | Thanks. Seems to work. What is needed to update the tree in future after next push? | 20:56 |
vila | mgz: I'm pretty sure i've never seen any correct timing there but it never itch enough either | 20:56 |
mgz | thanks vila, just wanted to check it wasn't something I'd screwed up locally | 20:57 |
vila | mgz: it would be nice if you're write since it may explain why all tests timings are 0 on babune, which I thought was hudson related | 20:57 |
vila | s/write/right/ (how the hell did I make this typo... English is *not* my native language....) | 20:57 |
mgz | just be glad you don't have to see my french spelling | 20:58 |
vila | lol | 20:59 |
mgz | hno: I don't quite understand what you mean, trees should just stick around, push only affects branch creation | 20:59 |
mgz | okay, food for me now, I'll be back again a little later | 20:59 |
hno | mgz: Thanks. Thought push didn't update the tree. | 20:59 |
vila | hno: it doesn't update the remote tree (unless "remote" is on a local filesystem) | 21:00 |
hno | right. bzr update does. | 21:00 |
hno | all good. Thanks. | 21:01 |
hno | mgz: The first one seems to be a case of pathing around urllib2 to make it behave for bzr use rather than fixing it proper. | 21:58 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!