[00:16] BasicOSX: So, 1.14 tonight? 8) [00:23] BasicOSX: yes, because whatever is going on is parallelisable fixable between spiv and I [00:23] BasicOSX: waiting on the release for it won't make it get fixed faster, and whatever the issue is 1.13 already has it [00:25] I'm working 1.13.2 and 1.14final in parallel [00:25] jelmer ? [00:41] bug 368932 [00:41] Launchpad bug 368932 in bzr "FAIL: test_no_color (bzrlib.plugins.bzrtools.tests.shelf_tests.ShelfTests)" [Undecided,New] https://launchpad.net/bugs/368932 [00:44] BasicOSX: WARNING Installed Bazaar version 1.13.2 is too old to be used with plugin [00:44] "Bzrtools" 1.14.0. [01:09] lifeless: I said as much in the bug report, justl ooking for confirmation [01:12] BasicOSX: I've marked it invalid already :) [01:21] Just being extra careful ... doing 2 releases is hectic [01:39] BasicOSX: oh sure [02:23] spiv: ping [02:24] lifeless: pong [02:24] how are you going on the ACF stuff [02:24] do you want me to jump in? [02:26] lifeless: so the key problem seems to be distinguishing "ghost" from "missing-but-required" in the sink. [02:26] Or I suppose "will cause ACF errors later" from "won't cause errors". [02:31] ACF? [02:31] absent content factory [02:31] spiv: so the sink has two cases, stacked-without-basis and stacked-with-basis [02:31] spiv: in *both* cases we want to end up with the same behaviour [02:32] thats a likely bug at the moment [02:32] The sink doesn't necessarily know if there is stacking, though. [02:32] right [02:32] stacked-without-basis won't 'know' [02:33] we will have to unwind some of the 'support' in knit.py for stacking to let the sink figure out it needs various inventories, or something along those lines [02:35] spiv: ok, case one, without basis [02:35] we'll see N revisions [02:35] thats what the user *wants* us to have [02:35] we want all adjacent inventories [02:35] inventories that we can't get are either corrupt branch symptoms, or ghosts [02:38] what if you tried to access the branch a remote branch is stacked on ... but the url was only good over there ? [02:39] SamB: stacking is a client side thing, basically [02:39] in the former, we will either be unable to reconstruct some inventories[existing checks should handle this], or we can reconstruct but the union of deltas for inventory will reference texts we can't access [02:39] SamB: I don't understand the question [02:43] so, if we have an inventory parent missing, can reconstruct the inventory, then we can do a delta against all the parents we *did* get, and check that every text added is available locally [02:43] thats basically the logic in find_file_ids_altered again [02:45] Right. [02:45] So basically requiring adjacent parents is too strict. It's sufficient but not necessary. [02:48] Each parent we have cuts down the set of texts that we require. [02:49] We don't even *need* any parents for some inventory so long as we have every text referenced by that inventory. [02:51] right, though every parent we miss is more data we'll send [02:51] Right. [02:52] Ok, I think I know how to rework this. It's a shame it's so complex. [02:54] It'd be nice to have a nice helper object for tracking the set of "key A needs keys X, Y, Z", which I could just feed newly seen keys and their dependencies into... [02:54] ugh, this is weird [02:54] I do bzr add and nothing happens [02:54] bzr status shows the directory I'm trying to add as unknown [02:55] bzr 1.13.1 [02:55] cody-somerville: that does sound odd [02:56] aw, I see why from bzr.log [02:56] cody-somerville: is it ignored [02:56] ? [02:56] no [02:56] nested bzr tree [02:56] mwhudson: "unknown" implies "not ignored" [02:56] oh right, you said that already :) [02:57] removing the .bzr in the directory resolves the issue [02:57] However, its odd that bzr doesn't say something more meaningful than just nothing [02:57] spiv: right [02:58] cody-somerville: file a bug. The nested tree stuff isn't fully mature yet. [02:58] will do [02:58] actually [02:58] its deliberate [02:59] we don't auto-add nested trees or child trees [02:59] there are separate commands for that [02:59] still a bug that no error is given when I specifically try to add it [02:59] In this case, I didn't intend for it to be a nested or child tree [03:00] lifeless: oh? Hmm, I guess I can see that. Sounds like the current UI is confusing enough that we should do something differently, though. [03:01] cody-somerville: 'bzr add tree' will add *in that tree* [03:02] bzr help add doesn't mention that [03:02] lifeless: should say SOMETHING if you explicitly mention one, though [03:03] like "not adding nested tree blah blah blah because blah blah blah" [03:03] or whatever [03:03] cody-somerville: its a bit of a theme in bzr that when you give it a path it acts on the tree the path is in [03:04] SamB: it *never* sees that its a nested tree [03:04] SamB: because its been given the root of a tree [03:04] Thats not quite what .bzr.log suggested [03:04] lifeless: well, it should say that it's not doing anything [03:04] Let me add that to my bug report [03:05] oh wait [03:05] nvm [03:05] SamB: its the same as 'bzr add' isn't it? [03:05] SamB: that already says " [03:05] ignored 702 file(s). [03:05] If you wish to add some of these files, please add them by name. [03:05] " [03:05] oh, wait, why does "bzr add tree" do an add in that tree ... that sounds pretty wierd [03:06] SamB: same reason that 'bzr commit /path/to/tree' commits in that tree [03:06] these commands are too context-dependent :-( === BasicPRO changed the topic of #bzr to: Bazaar version control system | 1.13.2 released 28 April, 2009 | 1.14rc2 released 20 April, 2009 | http://bazaar-vcs.org | http://irclogs.ubuntu.com/ | http://planet.bazaar-vcs.org/ [03:12] The question is, does 1.13.2 go before or after 1.14rc2 in NEWS? [03:12] And I bet I could find out in about 15 seconds. :P [03:14] Yes :p [03:14] hmm, so should NEWS be a directed graph instead of a linear history ? [03:16] no [03:16] its a flattened traversal of all releases done for convenience [03:16] 'trunk' has never been released [03:19] spiv: so if you're not needing help with acf stuff, I'll keep pushing round trips down [03:19] Trunk is not released. It escapes. [03:21] * SamB steals trunk [03:25] lifeless: sure [03:33] SamB: Now you have to be PQM. :P [03:34] * SamB puts the tags back in and lets trunk escape again === arjenAU2_ is now known as arjenAU [04:08] I have make a local branch of trunk at rev 2376, then I committed with unchange , the revision goes to 2377. After I used *bzr rebase lp:project* , now the revision is 2467, anctually the revision of trunk is 2466 now. When I use *bzr push*, it shows * bzr: ERROR: These branches have diverged. Try using "merge" and then "push".* How should I do now? [04:09] you have to use --force after rebasing [04:10] because rebasing looks to bzr like you have created new unrelated history [04:11] when I pushed the to my branch but not the trunk [04:12] thats right [04:12] if you want to rebase you'll have to --force always [04:12] and some one told me use the *bzr rebase lp:mybranch* to have a try [04:12] because rebase breaks the links that let bzr know what you have done built on something you'd pushed earlier [04:13] you mean I shoud use it like *bzr rebase --force*? [04:13] xiaohui: maybe you just shouldn't use it ;-P [04:14] it IS rather destructive [04:14] have you read what Linus has to say about it? [04:14] you probably should [04:14] Out of curiosity, is it at all likely that when I installed 1.13 over an existing installation recently it either failed to overwrite my installation of bzr-svn or installed the wrong one...or did I probably just accidentally tell it not to include the core plugins? [04:14] no, SamB [04:15] SamB: what the Linus said? [04:15] Kilroo: I would guess you didn't tell it to include the plugins [04:15] xiaohui: 'rebase turns tested code into untested code' -- Linus [04:15] I suspected as much. [04:16] so ,lifeless how should I do now.I have no idea [04:17] xiaohui: use --force when you push, or don't use rebase. [04:19] so use the *bzr rebase lp:trunk*, and *bzr push --force * to my branch [04:19] I see, thank you lifeless [04:24] oh, it doesn't work [04:29] xiaohui: this is what I meant: http://lwn.net/Articles/328438/ [04:29] it took me a while to find it again [04:30] I wonder how I got to it the first time ... [04:31] thanks ,SamB [04:31] there are some more terrible problem *bzr: ERROR: Could not acquire lock "(remote lock)"* [04:33] I use the * bzr break-lock lp-140409033803088:///~xiaohui/opencog/moses/.bzr/branch/lock * and it return the ERROR of *bzr: ERROR: Unsupported protocol for url "lp-140092643935568:///~xiaohui/opencog/moses/.bzr/branch/lock"* [04:35] how to break the remot lock? [04:37] xiaohui: bzr break-lock lp:~xiaohui/opencog/moses [04:40] :), [04:50] ping igc1 [04:52] Sorry Ian - I got to run - I'll send my question in a mail. [05:19] Bug 304883 is fix released, but I do not see it in NEWS or find a log of it [05:19] Launchpad bug 304883 in bzr "Handling of carriage return character across platforms" [High,Fix released] https://launchpad.net/bugs/304883 === BasicPRO is now known as BasicOSX [05:19] but it is tagged 1.14 [05:19] The other 2 bugs tagged for 1.14 have NEWS entries and I find them in the logs [05:22] wow, hadn't heard of it even [05:24] I've PQM'd 1.14 with bug 364900 and bug 358037 to keep the ball rolling [05:24] Launchpad bug 364900 in bzr "pure python Groupcompressor failure" [Critical,Fix committed] https://launchpad.net/bugs/364900 [05:24] Launchpad bug 358037 in bzr "Revision not in bzrlib.groupcompress.GroupCompressVersionedFiles" [Undecided,Fix released] https://launchpad.net/bugs/358037 [05:25] Looks like 358037 was in 1.14rc2, so but result is the same [06:20] lifeless: advise on bug 304883? Wait on it or push 1.14 out the door? [06:20] Launchpad bug 304883 in bzr "Handling of carriage return character across platforms" [High,Fix released] https://launchpad.net/bugs/304883 [06:20] lifeless: or as RM my call? :-) [06:20] your call [06:21] I would get 1.14 out [06:22] brb, getting a coin [06:24] BasicOSX: see also igc's reply to your mail on the list === chandlerc__ is now known as chandlerc === dereine[OFF] is now known as dereine [06:56] later, all, started early this morning [06:56] Is "getting a coin" a slang term I don't know, or did you actually get a small amount of money? [06:56] Peng_: to flip [06:57] Ahhhh. Thanks. :) [06:57] one flips coins to make binary decisions [06:57] Y'know, 1d2 ;) [06:57] Yes, in the rock I've been living under we used a piece of bark. [07:00] Isn't there a virtual coin flip website? [07:00] Who trusts other people's entropy? === dereine is now known as dereine[OFF] [07:04] theres a sshkeygen website [07:05] There is? [07:05] They even encourage you to enter your username and hostname for the comment. It's brilliant. [07:05] Wow. [07:05] The internet has ruined my ability to take minor joy in imagining spectacularly bad ideas :( [07:05] Where does the guy who runs it even get enough entropy? Maybe the website gives out the same keys every time. [07:06] Oh, that's easy. Any amount of entropy automatically contains some unknown multiple of the amount of entropy it contains! [07:06] fullermd: http://www.sshkeygen.com/ <- :) [07:07] Oh! It defaults to 512-bit keys! WTF? [07:08] "upswing isodialuric overbray 92580" is a great suggested passphrase. [07:08] Crap. Now I have to change all my keys... [07:13] hi all [07:14] vila: hi, your ssh fix, is it blocked? [07:16] lifeless: not reviewed so far AFAIK [07:16] vila: is the bug in 1.14? [07:16] as mentioned in the cover letter, no, only in bzr.dev [07:17] but the NEWS file is a bit misleading in that reagard [07:17] regard even [07:22] It works for me... [07:25] fullermd: what ? Changing all your ssh keys ? [07:26] That would be a slightly different definition of 'work' ;) [07:28] fullermd: so, you mean you tested my patch ? [07:28] * fullermd nods at vila. [07:28] fullermd: thanks [07:29] I now get "that's not a branch, wtf are you smoking" instead of "Password: ] bzr+ssh < 0KB 0KB/s |" [07:29] Which actually might be a really good password, come to think of it, but... [07:30] jamesh: docs for gnome-keyring via python, where would I find? [07:40] BasicOSX: Dear RM, how about defining a 1.15 series and a 1.15rc1 milestone so that we can target bugs ? Thanks in advance :) [08:04] lifeless: I don't know if there are specific docs, but the module is gnomekeyring, and the API is almost identical to the C API [08:04] lifeless: with the exception that the async interfaces have not been wrapped [08:08] argh [08:08] I want a place to store a aws key id and secret key [08:13] jamesh: but no async api means blocking the ui, doesn't it ? [08:13] lifeless: yes. [08:14] sadness [08:14] but it is usually pretty quick ... [08:14] is it trivial to wrap the async interface and simply laziness, or are there complications [08:14] provided it doesn't ask the user for authorisation before returning the data [08:15] jamesh: given I don't want to depend on something as complex to rebuild as pygnome, for now I'll used sync apis [08:15] wrapping the async interface involves lots of callback wrappers, so it probably is laziness [08:15] you've seen my ec2 client? [08:16] lifeless: nope. How does it differ to pyboto? [08:16] python-boto, that is. [08:16] jamesh: two ways, its a gui, and its async [08:16] lp:txaws [08:17] it'd be really nice if twisted.defer was part of the Python standard library [08:17] I mean twisted.internet.defer [08:17] yes [08:17] someone should propose it [08:17] I hear people can commit stuff to python [08:17] then it wouldn't be controversial to wrap async APIs like gnome-keyring using deferred objects [08:18] jamesh: I wrote this because I spent 50% more than our monthly cap developing the bzr ec2 test support [08:18] jamesh: and I didn't want to accidentally leave an instance running overnight ;) [08:19] you could just set up a cron job to kill all ec2 instances on the hour. [08:19] kindof expensive [08:19] and nowhere near as useful [08:19] that'd also encourage test suites to take less than an hour to execute [08:19] bzr's is < 2 minutes if you throw enough instances at it :) [08:19] so its lp's [08:19] s/its/is/ [08:23] having an easy API for deferred objects in C would also help [08:24] even if it is just a bunch of PyObject_CallMethod() wrappers [08:26] agreed [08:26] I have one I'm piecing together in libvfs [08:50] igc1: btw, you need to enlarge your 'open data format' stuff a _lot_ - last I read it it looked like handwaving : 'we' have spent a lot of time considering extension points for the core store and not found any that were satisfactory in the general case [08:51] igc1: [and a general mechanism is by definition the general case] [08:52] lifeless: Can you point me to mailing list discussions that I ought to read/re-read? === igc1 is now known as igc === bob2_ is now known as bob2 === bob2 is now known as Guest49921 [08:53] igc: versioned properties discussions right from the start basically [08:54] igc: various challenges exist - consistency, updating, schema, validation, check, reconcile, propogation, merge, [08:54] indexing [08:55] and performance === Guest49921 is now known as bob2 [08:56] igc: more broadly, one needs to consider how things will degrade for clients not supporting $extension, and if the answer is 'they do the wrong thing', then a repo with that extended data in it is broken for clients [08:56] which is arguably identical to our current behaviour [08:57] In general terms, I think the question is about 'is it possible' not 'how to make it happen', for a safe extensible format [08:58] lifeless: it's software - anything is possible :-) :-) [08:59] lifeless: seriously, I like your list [08:59] lifeless: I don't expect the core to solve every problem for every type of data [09:00] lifeless: I do expect it to provide plumbing where it can and delegate things it can't to the plugin/code registering the extended data [09:00] I'd be delighted to make sure fetch calls hooks to let people add data and recieve extended data [09:01] lifeless: there will be limitations but I don't believe that means we should throw the baby out with the bathwater and say "it can't be done" [09:01] I'm not at all sure that the _storage_ of said data should be in .bzr/repository [09:03] igc: I think there is a different between an extensible store, and hooks allowing plugins to do what they want to alongside core operations [09:04] igc: I argue that there isn't a difference at the user level, but there is a vast difference for the programming and performance implications we face [09:05] we consider very carefully where *our* data goes and what it implies; is it a column store or row store, how long does it take to do X, or Y. [09:06] someone storing a mime type per file could easily add 50% to the raw storage size of inventories [09:06] and writing a general purpose, high performance, tuning-free, self-maintaining database, while extremely interesting, isn't really what we're here to do [09:06] IMO [09:07] I hope I'm making sense [09:07] lifeless: you are and I agree with most of what you're saying [09:08] lifeless: but ewe need a better answer than "new format required" when code/a plugin wants a small amount of data managed for it [09:09] igc: I think plugins should maintain their own stores [09:09] lifeless: it one thing to say "one format only during the life of 2.0" [09:09] in db terms they should get their own shard, and do what they want with it [09:10] lifeless: it implies though that only people running the development format get to see any data-dependent new features until 3.0 is released [09:11] it comes back to definitions [09:11] I don't think replacing format with 'schema version' makes things better [09:11] lifeless: which, IMO, means 3.0 is back to "big bang" releasing with lower quality (as a rule) [09:12] if something is -truely- safe to add to the data existing code processes it can be added to an existing format with todays mechanisms [09:13] I think we're trying to cross the chasm at the moment [09:13] and fast incremental releases are giving our non early adopters problems [09:13] lifeless: but we seem to do that extremely rarely because format bumps are our only instrument for code-data alignment protection [09:14] lifeless: I think branch dpeendency rules will help here [09:14] we'll be having a sprint [09:16] I am not against achieving safe finer granularity; I'm against making the system more fragile, [09:16] and I think that adding more stores is a better approach than a single 'extensible' store, for a number of reasons [09:16] those above [09:17] plus separation of core and non core data [09:17] see for instance the long desired 'file graph is a cache' one [09:17] I like the multiple stores approach - it's what I was getting at with the baggage idea [09:17] bzr-search is an example of this [09:18] living breathing working without needing changes to bzr itself [09:18] lifeless: right, so we need the rules on how to do that better documented and explained [09:19] sure [09:19] lifeless: I need to head to dinner [09:19] And a lot more hooks, sounds like. [09:19] I'll copy-and-paste this conversation into the spec so it doesn't get lost [09:20] I sure [09:20] what else [09:20] oh, right - I disagree with one format, no schema changes implying big-bang [09:20] it just means we have more time spent stewing it in beta [09:21] and we should allow for that [09:24] * igc dinner === BasicOSX changed the topic of #bzr to: Bazaar version control system | 1.13.2 released 28 April, 2009 | 1.14 released 29 April, 2009 | http://bazaar-vcs.org | http://irclogs.ubuntu.com/ | http://planet.bazaar-vcs.org/ [09:56] Yay! [09:56] * fullermd watches the tarball trickle in from LP at 27 kBps. [10:04] BasicOSX: Congrats on the release. :) [10:04] ty [10:05] BasicOSX: yes, congrats and thanks! [10:05] BasicOSX: woo hoo! [10:06] now the scary part, merge back to trunk [10:07] I need some assistance, "You should also merge (not pull) the release branch into lp:~bzr/bzr/current, so that branch contains the current released code at any time." [10:07] I keep getting "Transport operation not possible: readonly transport " [10:08] Can someone tell me the command I should be using? Or can verify I still have write access to that branch? [10:11] BasicOSX: anyone in the ~bzr team should be able to, I think... [10:12] BasicOSX: and you are, so that's a bit odd. You have a checkout or branch of lp:~bzr/bzr/current that you're trying to merge into, and then getting that error when you push/commit that? [10:12] yes [10:13] Maybe you haven't do "bzr launchpad-login tanner"? Seems a bit unlikely though... [10:14] re-trying using 1.14/bzr vs bzr.dev/bzr [10:15] I doubt that'll make a difference (I certainly hope it doesn't!) [10:15] 4:15am, I'm desperate :-) [10:15] Which transport / URL is that error about? [10:16] lp:~bzr/bzr/current [10:16] I'm going http now [10:16] for branch [10:16] That's an alias, not a URL, technically... [10:16] oh, ok, umm, https+urllib://code.launchpad.net/%7Ebzr/bzr/current/ [10:16] It translates to either http://... or bzr+ssh://... depending on if you did lp-login or not. [10:17] Ah, right, so you *haven't* done "bzr launchpad-login" then. [10:17] I tried to branch with lp, got dreaded AbsentContentFactory [10:17] I'm branching via http now, will do login and push next [10:17] It doesn't matter how you branch (do whatever works), it's how you push that I'm interested in. [10:18] I'd like to branch via lp: seems faster, but routinely fails on most branches on lp [10:18] Pretty much any stacked branch that has a merge, yeah :( [10:19] Now that 1.13.2 is out that should be less of a problem. [10:19] I blame the Republicans [10:22] hmph, branch segfaulted! [10:22] BasicOSX: Use nosmart+lp: to still use bzr+ssh, but avoid AbsentContentFactory. (It uses the VFS, so it's basically equivalent to sftp.) [10:23] nice, I'll note that [10:28] Peng_: oh, does the nosmart+ prefix survive the translation from lp: to bzr+ssh: ? That's handy. [10:29] it worked for me, xfer much faster, still taked long time for inserts :-) [10:30] spiv: Surprising, huh? I only found out yesterday. [10:33] bah [10:33] bzr branch nosmart+lp:~bzr/bzr/current [10:33] bzr: ERROR: Revision {[('john@arbash-meinel.com-20050711051006-2d11704675600e95',)]} not present in "KnitVersionedFiles(_KnitGraphIndex(CombinedGraphIndex()), )". [10:35] I thiiink that's a known bug? Like when you branch --stacked either into a shared repo or a standalone repo? [10:36] standalone [10:36] going back to http [10:36] BasicOSX: that's with bzr.dev? [10:36] yes [10:37] BasicOSX: ok, known bug, introduced in r4307 [10:37] (bug 368418) [10:37] Launchpad bug 368418 in bzr "'Revision X not present': when branching from stacked branch with ghosts" [Critical,In progress] https://launchpad.net/bugs/368418 [10:38] Which you should recognise, because you reported it ;) [10:38] BasicOSX: This is random, but thanks for being the release manager. You've been doing a good job, and you've helped improve the release process for every future RM. [10:38] I'm working on it right now. I think I have a functioning fix, just crossing the "t"s and dotting the "i"s. [10:39] (I certainly have a branch that works with the ghosts in bzr.dev) [10:44] (Not sure why it's taking so long for you to branch though... don't you have a shared repo?) [10:44] I always do standalone [10:45] most of my work is done in a pbuilder chroot, so pristine enviro [10:45] Oh, that's a shame. Perhaps prime it from a more local branch to save time? [10:47] I read releasing doc as pull from LP each time, but that might have been my noob eyes first time I read it and dumb brain for not re-thinking it [10:48] Yeah, that sounds like something that wastes a fair bit of time for not much gain. [10:48] BasicOSX: Fresh 1.14 RPMs for bzr and bzrtools: http://fourkitchens.com/blog/2009/04/29/bazaar-114-rpms-rhel-5-centos-5 [10:49] not sure I wanna pollute my ubuntu system with rpms :-P [10:49] BasicOSX: They're not for Ubuntu ;-) [10:52] BasicOSX: Any objection to linking to my RPMs from the official download page? [10:52] I see someone found the 1.15rc1 milestone [10:53] davidstrauss: not really my call [10:54] It is a wiki tho, so I'm sure the powers that grant edit access could let you maintain your own section [10:58] davidstrauss: I'm pretty much done for the day, but if all else fails mail the list to let people know about them. [12:00] jelmer_: hello, did you get my email? [12:10] yo [12:10] is there any specific reason why bzr < 1.14 doesnt seem to be installable via easy_install? [12:32] lifeless: can you guys make it possible to easy-install older versions of bzr, too? [14:09] jam, lifeless, vi, ping? [14:09] vila even [14:10] bzr just dies with a traceback [14:10] and it's still streaming content [14:30] beuno: what's up? [14:31] (I'm not 100% here, but I can try to help) [14:31] jam, hi [14:31] still feeling sick? [14:31] beuno: yeah [14:31] mostly a bad cough [14:31] :/ [14:31] well, I already killed the process [14:31] but, bug 369242 [14:31] Launchpad bug 369242 in bzr "bzr keeps streaming content after crashing" [Undecided,New] https://launchpad.net/bugs/369242 [14:31] never happened to me [14:31] so I wasn't sure how to best debug it [14:32] beuno: so it sounds like the *local* client is dying, but it isn't killing the ssh process, and the remote server is stil sending data [14:32] however, I would be surprised if the local ssh client would buffer forever [14:32] right, I waited for 5-10 minutes, and it was still chewing up all my bw [14:33] maybe it would of died at some point, but it seemed excesive [14:35] well, 5-10 minutes of your whole bandwidth seems like a lot of data to me [14:35] I have to wonder where it all went [14:36] I was wondering as well :) [14:36] so.. you have "after crashing" [14:36] does that mean the bzr process was dead? [14:36] yes [14:36] or just gave a traceback, but was still running? [14:36] traceback [14:36] because after that you say "bzr streaming content" [14:36] and I think the process was ssh [14:37] may be the wrong wording [14:38] jam, either way, bug reported, can be followed up at any time [14:38] wanted to see if someone was interested in debugging it "live" [14:38] go back to resting :) [14:38] thanks [15:58] this is odd, trying to easy_install bzr 1.14 in jaunty and getting a problem with not being able to find zlib.h [16:06] jelmer: i think you manage the download files for bzr-svn in too many locations... out of sync ;) [16:14] does bzr 1.14 work ok on py2.6 or is it still not officially supported? [16:14] rocky, I think it does just fine? I'm using jaunty with 2.6 with no problems [16:18] Hi - I've just installed bzr, and am having trouble checking out through a http proxy. I have tried ; export http_proxy=www-proxy.:8080 ; bzr checkout . I'm getting connection refused. Can anyone help === beuno_ is now known as beuno [16:18] ? [16:24] jim6: http_proxy=http://ww-proxy.:8080 [16:24] s/ww/www/ [16:24] LarstiQ: tried it, still no joy [16:25] jim6: try -Dtransport -Derror and pastebin the traceback? [16:25] that is, bzr checkout foo -Derror -Dtransport; [16:29] LarstiQ: http://dpaste.com/39284/ [16:30] jim6: does it differ if you try https_proxy instead of http_proxy? [16:30] it being a https url you are connecting to [16:30] * LarstiQ knows very little of proxies, as you can see [16:31] jim6: also, I'm reminded this might be an xmlrpc problem, in which case you could try prepending nosmart_ [16:31] nosmart+ [16:31] jim6: so that would be `bzr checkout -v -rrevno:630 nosmart+https://launchpad.net/pybindgen` [16:32] jim6: alternatively, you could try via bzr+ssh:// instead of http(s) based [16:32] LarstiQ: looks like https_proxy worked >_< [16:32] thanks [16:32] that was pretty obvious once you pointed it out ;) [16:33] jim6: ah, maybe you can do me a favour in kind then ;) === dereine[OFF] is now known as dereine [16:33] the text I'm reading on the relation between confidence intervals and hypothesis testing is _not_ making things clear :/ [16:34] I could give it a go ... ? [16:36] jim6: sections 1.7 and 1.8 in http://richtlijn.be/~larstiq/ProbStatII.pdf [16:41] LarstiQ: over my head, sorry :-/ [16:42] jim6: no worries, I'll get there eventually. [16:42] even if it is by skipping to parts that are less dense ;) [16:48] abentley: hi [16:48] jelmer_: hi. [16:50] abentley: I'm trying out nested trees and noticed some rough edges, ones that aren't covered by your pending patches as far as I can tell. Should I send you an email about these issues or wait? [16:50] jelmer_: please send me an email. It might be stuff I haven't thought of. [16:51] abentley: ok [17:06] abentley: How does bzr know the canonical location of a reference-joined branch? [17:06] abentley: (I've used "bzr join --reference " and that doesn't seem to update .bzr/branch/references) [17:07] jelmer: It defaults to using the relative path to the tree. [17:08] jelmer_: Quite possibly it should record it then. I'm still mulling that issue over. === beuno_ is now known as beuno [17:09] abentley: It would be immensely useful to join in a way that allows easy merging from the original sources. [17:09] davidstrauss: Don't you mean for by-value nested branches? [17:09] abentley: (This would require tracking the origins and allowing a batch merge.) [17:09] davidstrauss: Okay, are you assuming that the subtree is a checkout/lightweight checkout of the original sources? [17:10] abentley: The subtree still needs to allow commits of local changes. [17:10] Oooh, Ikarus is using bzr.... [17:10] davidstrauss: So merge in the subtree should still merge from the original sources. [17:10] abentley: yes [17:10] abentley: This would be for vendor branching [17:10] davidstrauss: I mean, it does already. [17:11] abentley: It tracks the original branch URLs for merging? [17:11] fullermd: which Ikarus? [17:11] davidstrauss: bzr branch tracks the original branch URLs for merging. [17:11] LarstiQ: http://www.ikarus-scheme.org/ [17:12] abentley: and this is with a normal (non --by-reference) join? [17:12] Oh, I misunderstood. [17:12] abentley: all the parent branch data is preserved? [17:12] fullermd: ah ok, not the Dutch person who'se nick is Ikarus and has a ~10 year shared history with myself and jelmer then ;) [17:12] For vendor branches, --by-reference is recommended. [17:12] abentley: Is --by-reference stable? [17:12] davidstrauss: No [17:12] Probably not :p [17:13] But he probably compiles slower anyway... [17:13] abentley: --by-reference doesn't quite join it into the parent tree, right? [17:14] davidstrauss: Right. Inside the subtree, bzr will behave as though it's not joined. In the containing tree, bzr will behave as though it is joined. [17:15] abentley: Does it do this by preserving the original branch and merely noting the join in the parent tree? [17:15] davidstrauss: Right. [17:17] abentley: It seems kind of inconsistent and non-atomic to treat the by-reference join differently inside its subtree than outside [17:17] abentley: I'd rather just have the normal join and have the branch parents be an array [17:18] abentley: and have an option to step through branch parents and merge [17:19] davidstrauss: It's a performance win, and it's not just about merge. There should always be a way to treat a subtree as though it was not part of a larger tree. [17:19] abentley: ok [17:19] davidstrauss: There will probably be a way to force commands to treat it as one large tree. [17:20] even in subtrees. [17:21] abentley: I'm concerned that the abstraction is just good enough to make the behavior changes related to your working directory confusing [17:21] abentley: svn always commits from your w.d. below [17:21] abentley: but bzr commits the branch as a whole by default [17:22] davidstrauss: The whole point of using a by-reference nested tree as opposed to a by-value nested tree is that you can use it both as part of the whole and separately [17:22] abentley: but you'd have to check to see if you're in a subtree first to know the behavior with the proposed by-reference join design [17:23] davidstrauss: The idea is that your subtrees are somewhat independent entities, and it makes sense to commit to them individually. [17:24] davidstrauss: it might still make sense to make the workflow with by-value nested trees nicer though. [17:24] I think that users won't find it hard to remember where the subtrees are, because they will be split at intuitive places. [17:24] abentley: Probably true [17:25] abentley: Will a subtree understand that it's a subtree, or will the referenced branch be naive of its status? [17:27] Naive. [17:27] davidstrauss: Note that branches may be used in multiple contexts, sometimes as subtrees. [17:27] abentley: So it would therefore be complex to warn the user that their commands are operating on a subtree? [17:28] davidstrauss: It would be more expensive, and would involve only trees, not branches. [17:28] abentley: That makes sense [17:29] But theoretically, you can try to open a containing tree, and then see if there's a tree-reference for the root's file-id. [17:30] abentley: Would it be flawed or expensive to always treat trees within trees as nested trees? [17:30] abentley: Repo layouts typically only put branches at leaves in the directory structure. [17:30] davidstrauss: Opinions vary. [17:30] flawed, imo. [17:31] * jelmer_ agrees; I think it would defeat the whole purpose of having nested trees in the first place [17:31] although you could argue what it means to be a nested tree [17:31] davidstrauss: I think that having it done automatically would be bad. Remember that you're normally required to "add" anything. And I think that if users aren't expecting this behavior, they may be unpleasantly surprised. Especially while it's beta. [17:32] abentley: Good point, though it means users might be confused whether to use add or join on subtrees. [17:33] abentley: Right now, you can do either with very different results that seem, at least superficially, the same. [17:33] davidstrauss: At this point, I think maximum specificity is good. When this feature is fully polished, I'd be willing to re-examine supporting "add". [17:35] davidstrauss: You can't add a nested tree at present. [17:36] davidstrauss: https://pastebin.canonical.com/17020/ [17:36] doh [17:36] ubottu: !paste [17:36] pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [17:37] davidstrauss: http://paste.ubuntu.com/160792/ [17:37] abentley: So adding it fails silently? [17:37] abentley: I think bzr shouldn't silently ignore adds in that case though [17:38] davidstrauss: yes. [17:39] jelmer_: I'm really tired of debating the correct "add" ui :-( [17:39] abentley: But silence means success :-P [17:40] davidstrauss: No, not to add. [17:40] davidstrauss: add tells you what it added. [17:40] davidstrauss: So silence is failure. [17:40] abentley: Or a no-op [17:41] abentley: My assumption as a user would be that there was nothing to add [17:41] davidstrauss: That's true. [17:42] abentley: Sorry to bring up a debate that you hate, but this sort of stuff totally befuddles most users [17:42] abentley: If you can't add a subtree, add should throw a full-on error [17:42] http://paste.ubuntu.com/160796/ [17:42] davidstrauss: It is interpreted as trying to add files to the subtree. [17:43] davidstrauss: Of which there aren't any. [17:43] ahh [17:44] Hello, I saw Mercurial is supported on more and more project hosting sites (lastly by Google Code) though I don't know any project hosting site other than Launchpad to support Bazaar. Is implementing support for Bazaar hard or something? Why are project hosting sites support Mercurial but not Bazaar? For example Savannah also has support for Mercurial and not for Bazaar. [17:44] abentley: But in your example, the subtree isn't joined, even by reference. [17:45] davidstrauss: True. [17:45] davidstrauss: Not sure what you're getting at. [17:45] abentley: Either subtrees should be always transparently nested or bzr should refuse to recurse into them. [17:46] davidstrauss: I'm not sure how the fact that the subtree in my example isn't joined by reference is related to that point. [17:46] davidstrauss: you don't have to be in a tree ($CWD) to version files in it [17:46] jelmer_: Yes, I understand [17:47] ZuLuuuuuu: Bazaar code hosting doesn [17:47] ZuLuuuuuu: Bazaar Code hosting will work fine for most situations with simple write access [17:47] ZuLuuuuuu: e.g. no need for a smart server to be running [17:48] abentley: You're running "add" from cwd for branch/tree foo, but the command is actually using branch/tree bar without any feedback. I would expect bzr to do this if I had joined (by-reference) bar into foo, but not if bar is just in a subdirectory. [17:49] But hosting a project in project hosting site has some advantages [17:49] I would prefer a VCS with more support if I were a new user [17:49] SF does bzr now, doesn't it? [17:49] davidstrauss: When you pass a directory location to "bzr add", it always opens the tree containing that directory and adds that directory and its children to it. [17:50] davidstrauss: "cd..;bzr add foo" would add files to "foo", for example. [17:51] abentley: I've always considered "add" to add its argument to the tree/branch in the cwd, but that's clearly not the case. [17:51] :-/ [17:52] abentley: The current semantics are troubling if you don't specify any arguments to add. [17:52] fullermd: yes it support bazaar, git, mercurial [17:53] abentley: http://paste.ubuntu.com/160802/ [17:54] abentley: at least "stat" should show that something's a tree/branch [17:55] or maybe not [17:55] but it's totally unpredictable that add recurses and performs its add operations on the deepest tree [17:56] but commit doesn't unless the sub-trees have been joined [17:56] davidstrauss: If you supply a path to commit, you should get the same "deepest-tree" behavior. [17:57] abentley: but if i don't supply a path, add and commit have different recursive behavior [17:58] davidstrauss: I don't think so. What do you mean? [17:58] the deepest-tree behavior is only if you specify a path. [17:59] abentley: oh, indeed. hmm. [18:02] abentley: Really, this is the only effect I'm trying to avoid: http://paste.ubuntu.com/160810/ [18:03] I agree that situation is ugly. [18:04] The simplest solution would be to include 'bar' in the list of ignored files. [18:05] But I guess that doesn't work because it interprets what you're doing differently. [18:05] abentley: Yeah, you can explicitly add ignored items [18:06] We have a message in "commit" saying where you're committing. Putting one in "add" might help with "bzr add bar". [18:08] abentley: I wouldn't be opposed to dropping join and integrating its functionality into add [18:08] davidstrauss: I would be. [18:08] abentley: but that would require changing how add works, fundamentally [18:09] abentley: A non-reference join is, from a user's perspective, a history-importing add [18:19] davidstrauss: That would be a very bad idea imho [18:20] davidstrauss: add makes a file versioned, it does not import history [18:20] davidstrauss: What you are suggesting would make it import history [18:21] jelmer_: Currently, the docs define add as "Add specified files or directories." The distinction between making files versioned and merely joining a subtree with existing versioned files isn't made in the docs. [18:22] jelmer_: I'm not arguing we should make add behave the way I describe, I'm just throwing it out there. [18:23] jelmer_: Actually, the docs conflict with the behavior I demonstrated: "Therefore simply saying 'bzr add' will version all files that are currently unknown." [18:24] jelmer_: Though I guess that is the docs somewhat implying that the files aren't already versioned [18:30] davidstrauss: It's previously been proposed that "add" would do "join --reference". [18:32] hi ppl . I am trying to build bzr-1.14, and I keep getting errors while building pyrex stuff... I don't know how to make them pass. I can build the extension using --allow-python-fallback, but when I do a build after that, I lose the prebuilt extension [18:33] how do I manage to build it completely? I am running centos 5 on a x86_64 arch [18:40] pindonga: what errors are you getting? [18:41] when building bzr 1.14 using python2.5 setup.py build [18:42] I get 'Cannot build extension "bzrlib._chk_map_pyx"' [18:42] oh... I see the problem [18:42] I wasn't looking right [18:42] I am missing some dev headers (zlib.h) [18:43] pindonga: installing the zlib development package should fix that [18:43] yes [18:43] thx [18:51] he's like the third person today to ask about zlib.h [18:54] jelmer, it was just the missing lib, thx [19:13] Does anyone know what tools are required to build the Bazaar installer for Windows, and where to get the source file(s) specific to that installer? [19:17] MattCampbell: if http://bazaar-vcs.org/BzrWin32Installer is not up to date it should be adjusted (but I'll look around for something newer) [19:41] hello. i want to use bzr with launchpad [19:41] not sure how to login [19:41] i did bzr launchpad-login Ddorda [19:41] and got: [19:41] bzr: ERROR: https://launchpad.net/%7EDdorda/%2Bsshkeys is permanently redirected to https://launchpad.net/~ddorda/+sshkeys [19:42] Ddorda, have you uploaded your ssh key to launchpad? [19:42] hrm [19:42] i did [19:42] abentley, any idea why bzr would do that? ^ [19:42] but i think maybe i sent the worng data to the ssh key? [19:43] beuno: Not offhand. [19:43] Ddorda: Is your launchpad login actually Ddorda? [19:43] right [19:44] instead of ddorda? (lower case) [19:44] Ddorda: because it looks like it's 'ddorda' [19:46] i will try it [19:47] it's stuck on "B/s" when i do "ddorda" [19:49] Ddorda: it's not done? I'm expecting it to have returned you to the prompt. [19:49] well, yea [19:50] it done and write for me "B/s" [19:50] weird [19:50] and how do i check if i'm logged in? [19:51] Ddorda: `bzr launchpad-login` prints your launchpad login (username) [19:52] great [19:54] Ddorda: I left a comment on bug #321935 about the leftover "B/s" [19:54] Launchpad bug 321935 in bzr "[master] Progress bar leaves artifacts in output" [High,Confirmed] https://launchpad.net/bugs/321935 [19:55] changed my status to affects me too [20:07] well thanks for your help :D [20:35] Tak: I think there was somebody working on noting the zlib dependency more prominently in NEWS [20:45] mwhudson, feeling like a new release of Loggerhead? [20:45] jelmer_: hi! [20:45] mwhudson: Hi! [20:45] beuno: mmm, yes, probably [20:46] jelmer_: did you get my email? [20:46] mwhudson: Yep [20:46] mwhudson: I just got back from two weeks of travel so slowly catching up, expect a reply later tonight [20:46] jelmer_: ok, great [20:46] mwhudson, is there anything specific you want to hold off for? [20:46] or should I start the machinery on the weekend? [20:46] Peng? [20:47] beuno: i'm not really sure, i can't think of anything [20:47] beuno: Is start-loggerhead gone yet ? >-) [20:47] beuno: perhaps scan the open bug list [20:47] jelmer_: heh, no :/ [20:47] jelmer_, no :( [20:47] and it shouldn't be too hard to get rid of it [20:47] beuno: i would like to wait a few days after 2.2.4 to see if the latest version helps much on launchpad [20:47] I hate that I've hit a new record of "have no time" [20:48] beuno: we should decide what version of bzr we target, test against that and rip out some of our compatibility code [20:48] mwhudson, 1.14 [20:48] 1.13 was a bad one :) [20:48] would we break with previous versions? [20:49] 1.13.2 is on the release PPA though [20:49] beuno: well, i don't think we _probably_ mostly work back to 1.3 or something now [20:49] so I don't know... [20:49] uh! [20:49] s/don't// [20:49] 1.13 is is [20:49] fair enough [20:49] anything under that, unsupported [20:49] there's definitely some crap we can remove [20:50] yeah [20:50] I added some of that :) [20:50] the "changes touching file" code, at least [20:50] right :) [20:50] was a fun first week of work [20:50] yay fun [20:51] heya LarstiQ [20:51] I realized today [20:51] I can't bug you anymore about nested trees :) [20:51] after maybe 2 years [20:51] big change for me! [20:57] Anyone want to tackle this project killer: [] [20:57] Command failed! [20:57] All lines of log output:["PQM Cannot merge between different VCSsystems. 'bzr+ssh://bazaar.ubunet/~jdobrien/ubunet/sms-valdate-new'(pqm.Baz1_1Handler) and 'bzr+ssh://bazaar.ubunet/~ubunet-pqm-team/ubunet/trunk'(pqm.Bazaar2Handler) are different."] [20:58] jdobrien: why is it using Baz1 handler? [20:58] lifeless, up yet? ^ [20:58] abentley? ^ [20:59] LarstiQ: I am not [20:59] there is anyway to check if there's any updates automaticly? [20:59] bzr115dev [20:59] beuno: The baz1 handler is used if no bazaar branch can be opened. [20:59] the branch exists [21:00] jdobrien: What format is it in? [21:00] 1.9 [21:00] Do its revisions show up in the LP UI? [21:00] * jdobrien checks [21:01] Ddorda1: I'm not sure what you mean with automatically, are you thinking of something like `bzr missing` ? [21:01] jdobrien: Are you sure bazaar.ubunet is a real domain? [21:01] abentley: I've landed 4 branches using the same command (only branch name different) today [21:02] jdobrien: But the branch name appears to be significant here. [21:02] i mean if there's any way to announce me when there is an update [21:03] to a bzr [21:03] hmm [21:04] abentley: I see version history in lp [21:05] jdobrien: Are you sure that branch name is right? bazaar.ubunet does not look like a real domain. [21:05] abentley: what is it that appears incorrect? [21:05] bazaar.ubunet [21:08] abentley: it is correct...PQM had it in it's ssh config [21:08] abentley: we are having issues with developers using different version of bzr on our project [21:09] abentley: for example, some have had to use nosmart+ to pull branches === Ddorda1 is now known as Ddorda [21:09] jdobrien: What URL are you using to look at the LP history? [21:09] Ddorda1: the bazaar-announce mailing list gets mails for release candidates and final releases, as well as mail for bzrtools and others. [21:10] abentley: https://code.edge.launchpad.net/ubunet I suppose [21:10] abentley: https://bazaar.launchpad.net/~jdobrien/ubunet/sms-validate-new/changes/1271?start_revid=1271 [21:11] abentley: and where can i subscribe to this? [21:11] abentley: it is a private project [21:12] Ddorda: https://lists.ubuntu.com/mailman/listinfo/bazaar-announce [21:12] jdobrien: given that it's hosted on Launchpad, I would recommend using its launchpad location. But another problem is that you omitted the 'i' in validate. [21:13] abentley: sorry to have wasted your time :-) [21:14] if i change something in the code, does the bzr know how to edit the file without removing what i change? [21:15] LarstiQ: but this will announce me when there's a new release of bazaar, no? [21:15] i want to know if there's a option the the bzr will announce me about a project code update (not the bzr) [21:16] Ddorda: if you bzr pull it will merge the new file contents with your local changes [21:16] Ddorda: that mailing list is low traffic, only for new releases of bzr related software in practice [21:17] "bzr pull" you say? [21:18] Ddorda: if that is not what you meant with `bzr know how to edit the file` I do not know what you had in mind [21:18] okay. thanks [21:20] statik: we have a crap load of people with dead status [21:20] jdobrien: swine flu? [21:21] dang wrong window [21:21] channel [21:21] LarstiQ: :) [21:21] i need to stop working 18 hour days [21:58] spiv: have you fixed bzr.dev yet? === dereine is now known as dereine[OFF] === dereine[OFF] is now known as dereine [22:10] API mismatch is my fault [22:15] BasicOSX: Are you bob tanner? [22:15] yes [22:16] BasicOSX: Okay, correction to my email, 1.14 is *probably* the right setting. lifeless probably has a clearer idea. [22:16] BasicOSX, rockin' job at release management, btw :) [22:17] beuno: thanks [22:17] abentley: I'll wait for clarification on it and will update release docs [22:19] BasicOSX: The question is just what kind of API change makes it incompatible. I miss the old API breaks section. That made it clear whether API compatibility had been broken. [22:20] Compatibility Breaks section does not include API breaks? [22:21] I see in 1.14 API Changes section, but I would +1 your RFC for API breaks section :-) [22:22] Would make RM job easier [22:24] BasicOSX: then again, bzr 1.14 requires Branch.open implementations to accept an "ignore_fallbacks" parameter, and that's not even mentioned in API changes. === spm_ is now known as spm === jelmer_ is now known as jelmer [22:54] i use bzr all the time with LP, and this morning i got this error when trying to bzr push: [22:54] Socket exception: Connection reset by peer (10054) [22:54] bzr: ERROR: Unable to connect to SSH host bazaar.launchpad.net; (10054, 'Connection reset by peer') [22:55] epsilon_0, did you retry? [22:55] yes [22:55] 4 times [22:56] epsilon_0, can you try by adding the -Dhpss flag? [22:56] whay does it do? [22:56] *what [22:56] epsilon_0, it's a debug flag [22:56] that will give us more information [22:57] ok [22:57] one second [22:58] says connected [22:58] then halts [22:58] now im waitin [22:58] epsilon_0, ~/.bzr.log [22:58] will have a lot of information [22:59] and in windows? [23:00] uhm [23:00] I don't know :) [23:00] bzr: ERROR: Unable to connect to SSH host bazaar.launchpad.net; (10054, 'Connection reset by peer') [23:00] HPSS calls: 1 [23:00] ill try to find .bzr [23:01] epsilon_0: what else has changed on your machine? [23:01] ohh.. now i got u... .bzr in the local project dir [23:02] hm. i guess i didnt, [23:02] i can't find .bzr [23:03] epsilon_0: .bzr.log is in My Documents on windows [23:03] ok [23:03] what do u want me to post [23:04] epsilon_0, can you pastebin the last 20 lines? [23:06] ok [23:07] http://cl1p.net/i_want_bzr_back/ [23:08] interesting... [23:08] lifeless, spiv, any ideas ^ [23:10] guys, i have to go, will u be around here tomorrow?\ [23:10] epsilon_0, sure [23:10] you could file a bug [23:10] with .bzr.log attached [23:10] : ( [23:10] so i can't commit my project until the bug is fixed? [23:11] epsilon_0: please pastebin the whole file. I don't think the bit you pasted is relevant [23:11] ok [23:12] beuno: The log bit there is all from tbzr. [23:12] garyvdm, ah [23:12] :) [23:14] on sec [23:14] http://download.cl1p.net/i_want_bzr_back/?t=382895686&FILE=46755 [23:15] there [23:15] beuno, epsilon_0: "connection reset by peer" suggests that SSH is the problem, not, bzr. [23:15] hi spiv [23:16] what could it be, i didn't changed a thing [23:16] is pant? running [23:17] pant? [23:17] can't remember what it's called [23:17] lol [23:17] pageant [23:17] thats it [23:17] epsilon_0: I see from the error code (10054) that you're on windows... how do you have ssh configured? [23:18] as usual with putty [23:18] its not the first time i commit, i commited 30 times before [23:18] Huh, that traceback in the logfile suggests it's trying to use paramiko, not putty. [23:19] paramiko, i dont know what that it [23:19] bzr might me trying to use it :) not me [23:19] :) [23:20] epsilon_0: bzr uses putty if it can run 'plink -V' successfully. [23:20] epsilon_0: if it can't, it will be falling back to putty. I suspect a problem with your %PATH% [23:21] hmm [23:22] You can set the BZR_SSH environment variable to 'plink' to force it to try use it, but if the autodetection can't find plink then that probably won't help. [23:22] plink is not recgninzed [23:22] should i add it to path? [23:23] epsilon_0: yes, I think so. I'm not an expert on configuring Windows though... [23:23] mwhudson: no, I haven't. Subscribe to the bug report :P [23:24] oh [23:24] i found the problem [23:25] it seems the bzr installation on Windows adds a shortcut called "start bzr in command prompt" [23:25] spiv: pfft [23:25] which opens the shell with different env. vars. [23:26] i normally didnt use it [23:26] epsilon_0: ah. [23:26] i did use it to open the shell this time [23:27] hmm, now i get somehthing else [23:28] but i think i can handle this on my on from here [23:28] thanks guys === dereine is now known as dereine[OFF] [23:53] putting plink on the path is helpful