[00:09] vila: I think I have tried dvc before. [00:10] vila: I dunno, I guess I just find the productivity gains not worth the effort of learning a new interface. bzr in shell mode is already 95% of what I need, and it always Just Works. [00:12] dvc seems quite nice, but what you really need is for emacs to learn what a 'project' is, i think [00:12] or at least a branch [00:12] i hate having to C-x v all my buffers when i change branches [00:14] Always works fine for me. First, you fire up vim... [00:43] poolie: now a good time for me to switch on the "clean up the chroot" for bzr PQM? [00:44] yes please [00:44] cool [00:50] poolie: that's done - would be good if we were able to do a test commit [00:51] mthaddon: sure [01:23] poolie: any chance of that test commit so we can confirm the new PQM setup works? [01:24] mthaddon: yes, will send it soon... [01:24] cool, thx [01:35] lifeless: I don't think I ever got around to factoring out the changes from my "hacks" branch, http://bzr.arbash-meinel.com/branches/brisbane/hack [01:35] lifeless: but the specific changes are pretty small [01:37] jelmer: ping [01:37] lifeless: hello [01:37] your InterBzrDirTransport [01:37] is that in a patch for bzr.dev? [01:37] BranchBzrDirInter? [01:38] oh right [01:38] that's in a branch here, but not submitted yet (since it lacks tests) [01:38] uhh don't think that matches our needs - thanks [01:44] poolie: spiv and I have just had a use case pass, which is "'bzr push bzr+ssh://foo' uses a smart verb to send the revision data in one stream" [01:45] poolie: just don't ask what it does under the hood :P [01:50] igc, did you say you'll help OOo with their error? i'd like that. [01:53] poolie: jelmer has replied to Heiner explaining that it's a bzr-svn bug and he's hoping to work on it this weekend [01:53] oh, great! [01:54] thanks [01:54] poolie: also, I'm looking into a batch of fast-import bugs/patches today so that might help as well [01:55] poolie: did you see my command hooks mail? [01:57] not yet [02:15] lifeless, btw, I plan to submit a patch for InterBranch as well (for update_revisions/pull/push) [02:16] lifeless, not really fit for your use case either, probably, but might change some of the same areas of code [02:16] lifeless: also, would bug 272444 be appropriate for brisbane-core? [02:16] Launchpad bug 272444 in bzr "Support symlinks to non-ascii file names" [Medium,Triaged] https://launchpad.net/bugs/272444 [02:34] * igc lunch [02:37] jelmer: patchesyadayadayada [02:37] jelmer: I'm surprised we don't today [02:40] lifeless, well, that one I don't actually care about :-) Was just wondering [02:40] I might sent in one for the revision XML escaping [02:40] having workarounds for that in bzr-git and bzr-svn is annoying [02:40] and could potentially lead to corrupt revisions when roundtripping [02:41] since there's no way to tell escaped characters apart [02:41] I certainly think the core should be fixed [02:41] bbc is purely focused on scaling-and-less-work-to-diff-two-inventories [02:42] verterok: ping [02:43] if its not a scaling issue (size or performance), or a work-to-generate-diff issue, then its not going to get my attention at the moment, nor would I expect it to get John/Ian/Andrews (dataloss bugs and regressions are obvious exceptions to this rule of thumb) [02:43] patches to the bbc development branch, to fix things that interest you would be cool [02:44] jelmer: once the bbc focus is reached, obviously we can look for minor tweaks to do, but there is no reason to delay them if someone else is interested. [02:46] lifeless, I should rephrase that; I meant it would be nice to get a new revision serializer in if we're going to be introducing a new repository format and rewriting revisions when upgrading to it. [02:46] so not necessarily as part of bbc but rather of whatever format it will end up in [02:46] (or is there no difference?) [02:46] jelmer: there isn't a difference [02:46] k [02:46] lp:~bzr/bzr/brisbane-core [02:46] development4* formats in there === mthaddon_ is now known as mthaddon [02:57] mthaddon: if you're still here - i sent a trivial merge to pqm [02:57] poolie: yep, watching the logs [02:58] poolie: seems to be working nicely [03:05] spiv: http://paste.ubuntu.com/116673/ [03:48] poolie: and we now have an acceptance test for pushing to a stacked branch using a streaming format [03:49] poolie: passing [04:44] lifeless: bzr pqm seems to be hung on the sending the mail portion - should i just kill it, or is there any troubleshooting we can do? [04:52] mthaddon: strace [04:52] mthaddon: lsof [04:52] mthaddon: etc etc etc [04:52] (pqm doesn't do any magic here - if the 'mail' command is wedged, I'm not any more sure than you are whats causing it. [04:53] ok, nothing obvious there - thx [04:54] what syscall is the program in? [04:54] is the mail server itself wedged? [04:55] "read(0, " was all I got [04:55] mail server seems to be responding fine, though [04:57] read(0 is in mail ? [04:57] thats reading from stdin [04:57] what syscall is pqm in? [04:57] I have to go cathc a train [04:57] can you brain dump all the info you have to a bug please [04:58] get a python bt in pqm if possible [04:58] and then kill it [04:58] so people aren't blocked [04:58] was in "wait4(4294967295, " [04:58] have killed it - will keep an eye on it - have seem this every now and again before, just want to make sure it's not related to the config change I've just made [05:32] mthaddon: thats a deadlock for sure, pqm is waiting, mail is wating [05:32] mthaddon: so the question is, why is mail waiting [05:33] spiv: so, turns out the Branch tests were running with real branches [05:36] lifeless: even when they were supposed to be parameterised not to? [05:41] :P [05:41] remember the bug we found where we got a real object back? [05:41] thats why it expected a remote, because we fixed that bug [05:42] the reason it only saw a real was... drum roll, because that was the server side one raising the event [05:44] (RemoteBranch.set_revision_info doesn't invoke hooks) [06:03] lifeless: we've seen this before with pqm [06:03] congrats on your test passing btw [06:04] i suspect somebody relying on gc to close the pipe or something similar [06:07] poolie: its in wait4( [06:07] pqm is waiting for the response [06:07] and mail is in read(0 [06:07] so its reading from stdin [06:07] yes exactly [06:07] I can't remember what module pqm uses to send mail [06:07] pqm thinks mail should finish up but it hasn't actually closed the input pipe [06:07] i looked into this last time [06:07] erm, 'which mail' [06:07] so it might be bzr-mail [06:08] or it might be the pqm success mail [06:08] the backtrace should tell us [06:08] i think it runs it directly through subprocess [06:08] there are two mail events [06:08] the command arguments to mail made it clear which it was [06:08] ok [06:08] well, i'm assuming here that there are not two bugs with identical symptoms [06:08] well, I started well before 9 :) and its >5, so really calling it a day [06:10] sure [06:10] unfortunately we must have discussed it only on irc [06:12] ah bug 242262 [06:12] Launchpad bug 242262 in pqm "deadlock while sending mail" [Undecided,Confirmed] https://launchpad.net/bugs/242262 [06:12] complete with suggested patch [06:13] mthaddon: ^ [06:14] aha [06:14] complete with suggested patch all tidied up by launchpad [06:14] getting rid of all that messy indenting :) === jbalint_ is now known as jbalint [07:05] hi all [07:05] * fullermd waves at vila. [07:06] fullermd: hi ! [07:18] rats, Rejected: [07:18] PPA uploads must be signed by an 'ubuntero'. [07:18] A rare species of vole found only on Madagascar? [07:25] fullermd: should be that yes :) [07:26] poolie: I can't dput the same file anymore, which '1' should I change into a '2' in 1.12~rc1-1~bazaar1 ? [07:26] rc1-2 ? [07:26] hm i guess so [07:26] if it was rejected i'm surprised it cares [07:26] did you sign the thing? [07:27] yes [07:28] argh, wait, there is a warning: [07:28] gpg: WARNING: This key is not certified with a trusted signature! [07:28] gpg: There is no indication that the signature belongs to the owner. [07:28] just fater saying: [07:28] gpg: Signature made Wed 11 Feb 2009 07:43:03 AM CET using DSA key ID DEF6218F [07:28] gpg: Good signature from "Vincent Ladeuil " [07:28] gpg: aka "Vincent Ladeuil " [07:28] though... [07:28] wow [07:28] launchpad has translations into 272 human languages [07:28] or at least it thinks it does :) [07:33] poolie: ok, I fixed that warning, I'm ready to try to dput again unless you have a better idea to check first [07:35] um [07:36] so i see you are an ubuntero now [07:36] let's go [07:40] poolie: yeah, I did that and fix a glitch in my gpg config too [07:40] dput done, no warning [07:41] ooh [07:41] Package includes an .orig.tar.gz file although the debian revision suggests [07:41] that it might not be required. Multiple uploads of the .orig.tar.gz may be [07:41] rejected by the upload queue management software. [07:41] is harmless I presume ? [07:41] you should be able to see in the web ui if it's building [07:41] yes, that's normal [07:48] poolie: mail received, accepted, hurrah ? [07:49] https://edge.launchpad.net/~bzr-beta-ppa/+archive/ppa/+builds?build_text=&build_state=all [07:53] Built successfully [07:53] Purging chroot-autobuild/build/buildd/bzr-1.12~rc1 [07:53] is the relevant part ? [07:53] so Hassium, the element after which the machine that built your package is named [07:54] was not called that when i studied chemistry [07:54] yet another joke flying high above my head ? :-) [07:54] no [07:54] it changed name in only 1997 [07:54] http://en.wikipedia.org/wiki/Hassium | http://en.wikipedia.org/wiki/Element_naming_controversy [07:55] we have a machine for each element i think [07:56] * fullermd has sure never heard of 'hassium'... [07:57] I always feel bad when scientists lose their energy on such disputes :-/ (Not only scientists for what it's worth...) [07:58] How many builds should there be ? [07:58] If it makes you feel better, I rarely lose my energy for arguing about things nobody else cares about ;p [07:58] fullermd: thanks, that helps :) [07:58] vila, about 3 [07:58] * fullermd . o O (to most people's everlasting chagrin...) [08:00] right, the three built successfully [08:00] Is there a better way to check that than visual-grepping the 'Built succesfully' line ? [08:01] In https://edge.launchpad.net/~bzr-beta-ppa/+archive/ppa look at the 'build status' [08:01] * igc dinner [08:01] Ha, of course, thanks :) [08:02] so that was only jaunty? [08:02] i think now you should send the others [08:02] poolie: yup [08:04] yet another glitch to fix first (reverting to checkouts my cautious change to branches) [08:05] lol [08:05] my bzr.dev doesn't include the fix for httlib broken readline so I can't bzr launchpad-login, the irony... [08:05] :/ [08:05] it should [08:05] i thought john merged it [08:06] Yeah, I should pull :) [08:06] far better :) [08:24] ok that's enough [08:24] night all [08:33] How long should I wait between a successful build and its occurrence in synaptic ? [08:33] vila: for the main ubuntu archive that can be easily 2h [08:34] mvo: ok, thanks, nothing to worry about then ? [08:35] err, should bzr-beta-ppa be considered the same as ubuntu archive in that respect ? [08:36] hm, no (I missed that it was about a PPA). but it does take a bit too nowdays [08:37] mvo: ok, I'll just wait then [08:37] mvo: The Ubuntu mirrors are refreshed every 2 hours?! [08:40] Lo-lan-do: the main archive, I can't speak about the mirrors. might be a bit more than 2h nowdays though [08:41] Impressive. [08:43] yes, its pretty nice === kiko-phone is now known as kiko [08:47] mvo: the user experience regarding uploading to ppa is really nice too, congrats [08:48] mvo: showing up in synaptic ! That was fast too :) === apw`` is now known as apw [08:54] nice :) [08:54] poolie: ppa uploaded for dapper feisty gutsy hardy intrepid jaunty, build for jaunty and intrepid ok, others pending [08:56] spiv: entertaining... [08:56] [54/1114 in 17s] branch_implementations.test_branch.TestFormat.test_set_reference(RemoteBranchFormat-default) [08:56] Command terminated === thekorn_ is now known as thekorn [10:28] hello, I did a 'bzr branch https://username/server/pathtorepository' from my svn server. now I did some changes and 'bzr commit' to apply locally but 'bzr push' says: 'bzr: ERROR: No push location known or specified.' [10:28] so: How do I push my changes to the central svn repository? [10:28] theAdib: "bzr push :parent" or "bzr push https://username/server/pathtorepository" [10:29] The former is shorthand for the latter in more recent versions of bzr. [10:30] :parent works smoothly :-) Thx. [10:34] how to get the source code of bazaar ... bzr branch lp:amarok is giving me error( cannot pass through proxy) I think I should try to create a patch... [10:34] shankhs: 'bzr branch lp:bzr' presumably won't help. ;) Try 'bzr branch http://bazaar-vcs.org/bzr/bzr.dev/'. === Odd_Blok1 is now known as Odd_Bloke [10:35] Odd_Bloke: thanx [10:35] * Lo-lan-do likes "apt-get source bzr" [10:37] Lo-lan-do: Not necessarily the best way to get a bzr that's worth patching. [10:37] If you're running unstable that gives you the source for bzr 1.5. [10:39] shankhs: What do you get if you run 'bzr launchpad-login'? [10:42] Odd_Bloke: No Launchpad user ID configured. [10:42] * awilkins thinks an lp: resolver that worked through SSH would be great [10:43] I can't use the lp: convenience links, I have to work out the full SSH link because our proxy config is such a PITA [10:45] bzr branch bzr+ssh//bazaar.launchpad.net/~bzr/bzr/trunk bzr.dev # That should work, might have to add username, and of course, you need a public key registered on your LP account [10:46] Missing : [10:46] Darn [10:47] Using lp: resolves the detail through some kind of HTTP-RPC which doesn't work through a bad proxy config even if SSH will work [10:47] awilkins: yeah, bug in the python xml-rpc library, not trivial to work around [10:47] so what should I do? [10:48] shankhs: Register a public key on LP and use ssh, or if you can pull over plain http, use that [10:48] I registered and got some SSH key now??? [10:52] shankhs: no, you need to generate an ssh key yourself, and then upload the public part [10:53] shankhs: https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair [10:54] ya I got it a very long string i registered starting ssh-rsa [10:54] LarstiQ: How is that going to help me ? [10:55] shankhs: it won't use http, so no http proxy [10:56] LarstiQ: ok [10:57] LarstiQ: can you please tell me the commands that I can use with ssh and bzr to download the source codes? [10:58] shankhs: after you have followed that CreatingAnSSHKeyPair page, do `bzr launchpad-login `, and then the `bzr branch lp:bzr` command [11:00] although, maybe that only works for people in the bzr team, not sure [11:00] shankhs: you tried `bzr branch http://bazaar-vcs.org/bzr/bzr.dev` and that didn't work? [11:01] LarstiQ: bzr: ERROR: Unknown repository format: 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)\n' [11:01] LarstiQ: when i tried bzr branch http://bazaar-vcs.org/bzr/bzr.dev [11:02] shankhs: What version of bzr are you using? [11:02] The latest is 1.11. [11:02] Odd_Bloke: how to know that? [11:02] * LarstiQ leaves shankhs in Odd_Bloke's capable hands and goes afk [11:02] shankhs: bzr --version [11:03] Bazaar (bzr) 1.6.1 Python interpreter: /usr/bin/python 2.5.2 Python standard library: /usr/lib/python2.5 bzrlib: /usr/lib/python2.5/site-packages/bzrlib Bazaar configuration: /home/shankhs/.bazaar Bazaar log file: /home/shankhs/.bzr.log Copyright 2005, 2006, 2007, 2008 Canonical Ltd. http://bazaar-vcs.org/ bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and you may use, modify and redistribute it und [11:03] shankhs: Right, that's quite an old version. What distribution/OS are you running? [11:04] ubuntu 8.10 [11:04] updated an hour ago [11:05] Odd_Bloke: by the way what is the in bzr launchpad-login is it the ssh key? [11:06] shankhs: No, it's your Launchpad username. [11:06] ok [11:06] The SSH key is associated with the user account somewhere in the Launchpad UI. [11:08] shankhs: I suggest you look at https://launchpad.net/~bzr/+archive/ppa [11:08] i am getting ERROR: Connection error: while sending GET /%7Eshankhs/%2Bsshkeys: (111, 'Connection refused') [11:08] It has more recent versions of bzr available. [11:13] Odd_Bloke: what about the login problem I tried `bzr launchpad-login shankhs` [11:19] shankhs: What login problem? [11:20] am getting ERROR: Connection error: while sending GET /%7Eshankhs/%2Bsshkeys: (111, 'Connection refused') [11:20] my login name is shankhs [11:20] i tried my email id which i used to login [11:21] every permutation still getting the same error [11:22] I tried bzr launchpad-login [11:24] shankhs: You'll have the same problem because it uses the same XMLRPC mechanism [11:24] I reinstalled bzr and the version is 1.11 [11:24] awilkins: oh! [11:24] Do it with [11:24] --no-check [11:25] awilkins: thanx I got through [11:25] awilkins: now how to log out [11:25] and how to download stuffs [11:26] is there any good tutorials [11:27] All launchpad-login does is configure the username it uses for LP branches. [11:27] Which OS are you using~? [11:27] ubuntu [11:28] Ok then, ssh-agent running? [11:28] awilkins: how to check? [11:28] Try ps -e | grep ssh [11:29] ya `4771 ? 00:00:00 sshd ` [11:29] Ok, just an ssh server running [11:29] Not sure if Ubuntu will automatically prompt you for a key password actually. Try. [11:30] Is your new private key on your ubuntu keyring? [11:30] I am a complete newbie... [11:30] how to check them...please explain thankyou [11:31] Ok, did you generate a keypair for Launchpad? === pasky is now known as TRALALALA === TRALALALA is now known as pasky [11:31] awilkins: ya [11:32] Ok, go to Accessories > Passwords and Encryption Keys [11:34] Is there "Secure Shell Key" on your personal keys tab? [11:34] ya I think i have SSH key and a GPG key [11:35] Ok, so your key is already installed. [11:35] awilkins: now? [11:35] Try bzr branch bzr+ssh://bazaar.launchpad.net/~bzr/bzr/trunk bzr.dev [11:37] its running [11:38] Big branch, may take a while :-) [11:39] awilkins: ok :) [11:39] I'm doing it too, just to slow you down some more [11:39] (mostly to check I'm not talking out of my rear) [11:40] ssh: connect to host bazaar.launchpad.net port 22: Connection timed out [11:40] :( [11:40] whats wrong now ? :( [11:41] awilkins: bzr: ERROR: Connection closed: please check connectivity and permissions (and try -Dhpss if further diagnosis is required) [11:41] Ah, so you didn't get the twirly baton and stuff [11:42] awilkins: nope :( [11:42] Sounds like your firewall policy doesn't allow outgoing connections on port 22 [11:42] You in a corporate office? [11:42] awilkins: no in a college [11:42] Only slightly better [11:43] awilkins: we have squid proxy if this might help [11:43] You know your proxy settings? [11:43] ya [11:43] (bzr.dev hit revision 4000, woohoo) [11:44] Is your HTTP_PROXY env variabl eset? [11:44] yes [11:44] try [11:45] trying again [11:45] I got r4000. \o/ [11:46] awilkins: its not working and I am about to give up on bzr [11:47] awilkins: hey wait look https://bugs.launchpad.net/bzr/+bug/241698 [11:47] Ubuntu bug 241698 in bzr "POST to authenticating proxy causes "necessary data rewind wasn't possible" error" [Undecided,Confirmed] [11:47] Is that what you're getting? [11:47] AFAIR that's a squid issue [11:48] I tried using -Dhpss and I got HPSS calls: 1 [11:49] svn commands are working fine... though [11:50] svn has a simpler protocol for http I think [11:50] I think so [11:51] It's backed up by a more complex server [11:51] anyways I got to go hope some simpler remedy comes [11:51] Bazaar should work if you just serve the branch out of a dump http server [11:51] awilkins: thanx for your precious time... [11:52] awilkins: dump http server....!!! [11:52] dumb [11:52] sorry [11:52] ohh [11:52] ya i also think so [11:52] noo... it does work [11:52] svn has it's own WEBDAV server [11:53] It integrates as an Apache module [11:53] does that mean bzr wont work behind proxy servers? [11:53] awilkins: I see [11:53] It should work behind proxy servers ; but not all proxy servers are equal [11:53] awilkins: i agree [11:53] It didn't work out of IIS to start with either [11:53] awilkins: have you ever tested on squid...? [11:54] Because both IIS and Python ignore RFCs [11:54] shankhs: I know there there is at least one protocol bug related to a bug in squid [11:54] awilkins: I am login using SSH , how to log out? [11:54] launchpad-login doesn't "log in" it just configures the username [11:55] awilkins: ok [11:55] awilkins: does bzr implements its own protocol or some existing one? [11:56] awilkins: thanx once again for your help [11:56] Bazaar will use ; direct file reads, FTP, SFTP, HTTP, bzr protocol (raw, over SSH, or HTTP) [11:57] file/FTP/SFTP/bzr+http are writable [11:57] plain HTTP is read only [11:58] The smart protocol tries to reduce bandwidth consumption, the dumb ones all read indexes and read regions of files [11:59] You can also send merge bundles as files and have them treated as first-class branches as long as you have access to the branch they are based on [12:00] (well, for pulling/merging purposes) [12:00] So email also works (this is generally how patches to Bazaar are accepted, by mailing a merge bundle to the mailing list) [12:00] And i've been talking to myself.... [12:01] * awilkins slaps head [12:01] awilkins: I hadn't noticed. :p [12:05] awilkins: we're all very impressed, honest. [12:08] * awilkins hides under his comfort blankie [12:27] Hi; how can you resume an interrupted „branch“ command? I assume you can't easily, since there's bug #125607 open [12:27] Launchpad bug 125607 in openoffice.org "package openoffice.org-evolution 2.2.1-5ubuntu2 failed to install/upgrade: Abhängigkeitsprobleme - lasse es unkonfiguriert (dup-of: 125400)" [Undecided,New] https://launchpad.net/bugs/125607 [12:27] Launchpad bug 125400 in openoffice.org "[MASTER] package openoffice.org-common 2.2.1-5ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1" [High,Fix released] https://launchpad.net/bugs/125400 [12:27] awilkins: welcome to http://bazaar-vcs.org/Quotes :) [12:28] mmm.... #125067 [12:28] * vila watches the DOS failure in ubottu.... [12:28] bug #125067 ? [12:28] Launchpad bug 125067 in bzr "allow 'bzr checkout' to resume" [Wishlist,Confirmed] https://launchpad.net/bugs/125067 [12:31] Hi all! [12:31] Youssef: Hello. [12:32] Odd_Bloke: can you help me please? [12:32] im new to bazaar [12:32] Youssef: I'm about to go for lunch, actually. [12:33] awilkins might be around (PING!). [12:33] hmmm... okay thank you very much! [12:33] Ptthp [12:33] Go on then [12:33] awilkins I need you [12:33] i have a problem with bazaar [12:33] It's that or implement an XML/XSLT layer for a shell script [12:34] awilkins? [12:34] Ask [12:34] hhaa okay [12:35] so, i'm trying to push my project but it says =>This transport does not update the working tree of: bzr://localhost/. See 'bzr help working-trees' for more information. [12:35] why? [12:35] i checked it out [12:35] Because it's pushing to a smart server - it concerns itself with getting the revision data across but it doesn't update the remote tree. [12:36] If you want that tree updated, do `bzr up` in it [12:36] in it? [12:36] You also seem to be pushing to a branch on your own machine [12:36] yeah thats it [12:36] With a shell whos present working directory is inside the tree are pushing to [12:37] It's not necessary to push to a server if you are pushing locally [12:37] Just push to the actual filesystem folder and you get your tree update thrown in for free [12:37] hhmmm just a second please === bac_afk is now known as bac [12:39] i'll try trough my lan [12:41] so i'm doing a : c:\pjTemp>bzr checkout bzr://192.168.0.35 [12:41] my LAN is a bit slow [12:42] Right, so 192.168.0.35 is another machine? === awilkins is now known as awilkins_sandwic [12:47] yes [12:47] now [12:48] check [12:48] The not-updating-remote-branch thing is by design [12:48] Are you just using the remote machine as a repository? [12:49] You don't need the working tree if you just want somewhere else to keep your revisions [12:49] yes im using the server as repository [12:50] check now [12:50] http://rafb.net/p/C1I0Wf50.html [12:51] you see [12:51] if i understand what you said [12:51] when I commit it saves automaticlly the modifications.? [12:55] awilkins_sandwic? [12:55] Ok, the push is redudant because your local checkout is bound to the branch you are pushing to [12:55] sandwich === awilkins_sandwic is now known as awilkins [12:55] so it's not usefull to do a push then? [12:55] Not in that case, no [12:56] A checkout will commit both locally and to the remote barnch it's bound tyo [12:56] tyo? [12:56] to [12:56] really? [12:56] hmm [12:57] That's why it says "committing to bzr://192.168.0.35" and not c:\pjTemp\192.168.0.35 [12:57] so when i checkout the commit will commit locally and to the server [12:57] And "no new revisions to push" (they are already there) [12:58] Yes [12:58] and making a push is useless [13:00] and now when i want to export my projet to a finished projet i use bzr export [13:00] but where in the server or directly localy? [13:01] For an export, either is appropriate [13:02] but without any push? [13:04] push is only required when you want to put revisions where they are not already. They are already on the server because you are working with a bound checkout and not a standalone branch [13:06] ooooh okay! [13:06] thanks many thanks man [13:07] You're welcome [13:09] :D [13:09] :DD [13:11] ooh yeah I forgot [13:11] see i reported a bug yesterday [13:12] awilkins? [13:14] https://bugs.launchpad.net/bzr/+bug/327558 [13:14] Ubuntu bug 327558 in bzr "windows checkout raise an 10054, 'Connection reset by peer' error" [Undecided,New] === beuno_ is now known as beuno [13:19] awilkins: [13:19] now if i do a revert [13:20] or an uncommit [13:20] does it work like the commit or it work only locally? [13:23] https://bugs.launchpad.net/bzr/+bug/305006 - can someone confirm that this bug is still not fixed in rc1? i would test it but i dont want to risk breaking my existing working bzr shelve instalation [13:23] Ubuntu bug 305006 in bzr "shelve fails with "Could not acquire lock"" [Undecided,Fix committed] [13:25] is there a way to see the output as i grab a branch ? [13:38] okay, i did testing on windows and bug 305006 is still not fixed in 1.12rc1 and it is marked as fix commited. is there way to reopen bug? [13:38] Launchpad bug 305006 in bzr "shelve fails with "Could not acquire lock"" [Undecided,Fix committed] https://launchpad.net/bugs/305006 [13:52] hello [13:54] hsn_: 'Fix committed' means that a patch has been submitted to the mailing list. [13:54] i'm a newbie and i have installed bazaar on my host running CentOs, but I can't run the command svn on the ssh client [13:55] can someone help me please? [13:55] jam: This bug seems to be assigned to you. [13:56] betus: What do you mean by "can't run the command svn on the ssh client"? [13:56] I have to do this svn co http://svn.askeet.com/trunk [13:56] I'm on putty [13:57] betus: Are you trying to use bzr as a client for an SVN repository? [13:57] yes is it worng? [13:57] wrong? [13:58] I read that I need a SVN client and on wikypedia I found that [13:58] I supose that bzr was for that [13:59] Only if you installed the bzr-svn plugin. [13:59] sorry for my poor english [13:59] betus: No, bzr can be used as a Subversion client. However, Subversion does have its own client, which might be what you're looking for... [14:00] ok, but I didn't found the plugin for CentOs [14:00] and I don't know how to install it (this is the bad part) [14:01] hsn_: The patch to fix the bug is being tracked at http://bundlebuggy.aaronbentley.com/project/bzr/request/%3C497A0CD9.7030005%40arbash-meinel.com%3E [14:01] have you tried `bzr co svn+http://svn.askeet.com/trunk` ‽ [14:02] ok Odd_Bloke: what have I do install for subversion? [14:03] betus: Probably 'subversion'. [14:03] Tak: not i didn't try it [14:04] Hi guys [14:05] Odd_Bloke: and do you know a subversion client that can I run on putty? [14:06] betus: Yes, the SVN client is command line based. [14:06] poolie: You also seem to have approved that patch. :) [14:07] okay I explain [14:07] yesterday i've reported a bug okay [14:07] https://bugs.launchpad.net/bzr/+bug/327558 [14:07] Ubuntu bug 327558 in bzr "windows checkout raise an 10054, 'Connection reset by peer' error" [Undecided,New] [14:08] i noticed that is not only with checkout BUT with every command [14:08] Tak: then do you think I don't need to install another svn client? [14:08] hmm. [14:08] .. [14:10] Youssef: It's more valuable to add such information to the bug report than talk about it here, as it won't be seen when someone comes to help you. [14:13] tak: when i do that command it say me that: bzr: ERROR: Unsupported protocol for url "svn+http://svn.askeet.com/trunk" [14:14] betus: That means that you don't have bzr-svn installed. [14:14] and how can I install it? [14:15] Youssef: can you include a bit more of your log file in the bug report or at least mention which versions of bzr you are using for client and server ? [14:15] betus: What version of bzr are you running? (bzr version) [14:16] the last I supose, i have installed with the instructions on yhe page yet [14:16] i did it: su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm' [14:16] 5.2 maybe [14:17] done [14:17] Youssef: Hah, I was just about to submit that as a bug [14:17] and after this: c 'yum install bzr' [14:17] huh what? [14:18] hooo hehe [14:18] The "connection reset by peer" error [14:18] "Windows client diconnects rudely" [14:18] It works fine with lunix client > windows server - no errors [14:18] yeah okay than add a comment like this it will help [14:18] really? [14:19] maybe it's a problem of crlf character problem, no? [14:21] everything works fine but that raise this error anyway [14:25] is it by design or bug that bzr pull shows much less progress info than bzr up? [14:25] Odd_Bloke: I didn't find a subversion for CentOs [14:25] jdong: They don't do the same thing. [14:25] betus: How are you installing it? [14:26] awilkins: are you writing a comment ? [14:26] well in the usecase of having a bzr-svn checkout, I've tried updating a bound-branch and pulling in an un-bound brand from the same location.. [14:27] the bound branch displays things like "Determining Changes X/30000" ==> "Getting revision 1/30" [14:27] Youssef: Yes [14:27] the unbound branch pull displays "Pull Phase 0/1" [14:27] the latter I find to be much less useful to a user who wants to see a progress bar :) [14:28] Odd_Bloke: I'm install it throw SSH client [14:29] Odd_Bloke:with putty === mvo_ is now known as mvo [14:31] betus: What command are you running? [14:31] Odd_Bloke:ok i found a command that is installing subversion: yum install mod_dav_svn subversion [14:32] betus: Yes, that's what you want. [14:32] ok i'm happy thank you [14:33] but 1 thing more: when i run this command line svn co http://svn.askeet.com/trunk [14:33] what will be happen, where the files will be installed? [14:34] betus: That's more of a Subversion question than a Bazaar question, so you should probably find a better channel to ask in. However, I do know that that will create a directory called 'trunk' containing the files in the repository. [14:35] I supose you all with this question will be lughing === Youssef_ is now known as Youssef [14:35] jdong, that should be a bit better in 1.12 [14:35] jdong, progress bars have been improved [14:36] did awilkins let me a message? [14:36] jelmer: that's great to hear :) [14:36] im back now [14:36] jelmer: and I haven't told you yet that recent bzr-svn using subvertpy is simply wonderful [14:36] but [14:37] Is subvertpy installer bundled with win32-python-installer? [14:37] awilkins: like I said it is maybe a problem of CarriageReturn and LineFeed Charachters? [14:37] I dunno [14:37] Youssef: Not sure without either looking at the code or sniffing it [14:37] hhmmm [14:37] * awilkins looks at the code [14:37] jdong: haven't been using it long? :þ [14:38] thanks awilkins [14:38] It's not a problem, it's been like that for aws long as I've been using it [14:38] awilkins, jam was looking into that [14:38] aws? [14:38] as [14:38] what is it? [14:38] loooooooool [14:38] okay [14:38] awilkins, hopefully the 1.12 compiler will come bundled with subvertpy and bzr-svn 0.5.0 [14:38] Sorry, I was on a different keyboard yesterday [14:38] awilkins: ATM, it does not, but I'm trying to get it working now [14:39] I either need to get subvertpy bundled, or revert to bzr-svn 0.4.17 [14:39] jam: I've noticed that the setup has changed in that it seems to ignore your LIB and INCLUDE vars if you set them [14:39] jelmer: see that bzr log issue I reported? [14:39] jam: Or that might just be because I installed Python 2.5.4 and broke a customized build environemnt [14:39] awilkins: are you using "setup.py" or doing "make" ? [14:40] jam: make [14:40] k [14:40] make + msvc [14:41] The distutils stuff does it's own LIB/INCLUDE finagling [14:41] so what are you trying that is failing, exactly? [14:41] Compile extension ; can't find io.h [14:41] io.h sure seems like it should be a system lib [14:41] It's not passing INCLUDE as an include_dir [14:42] which you shouldn't need to provide a custom INCLUDE for. [14:42] jam: You'd think so, but I thikn you have to pass all the include dirs to the msvc compilers [14:43] Which suited me fine because I was trying to stick to the 2003 vintage (because that's the Python vintage) [14:43] well, for 2.4 and 2.5, you have to [14:44] What was 2.6 built with? [14:44] VS 2008, IIRC [14:44] the fact that it is v9, and 2008 always confuses me [14:44] It's not wonderful [14:45] Why the damn compilers aren't backward compatible is a mystery [14:45] (well, +more+ backward compatible) [14:45] luke-jr, which one? [14:46] yeah [14:46] each has its own runtime [14:46] I *think* you can use special flags to change which runtime they would use [14:46] but at best it is hard [14:47] jam: I recall projects that managed it (I think maybe an SVN project of some description) [14:47] jelmer: 'bzr log' being totally screwed up with revnos [14:47] jam: I've royally fiddled with my registry to make distutils work with the MSVC2003 toolkit [14:48] awilikins: recently I'va managed to create valid SConstruct to build pyrex/c extensions [14:48] it may help in the case of MSVC2003 toolkit [14:48] but I did not have a chance to test it with [14:48] bialix: I had it working at one point [14:49] bialix: The distutils team made a mistake pandering to all the registry BS IMHO [14:49] with SConstruct I don't need to change the registry [14:49] What does SConstructy do? [14:49] www.scons.org [14:49] it's a build system [14:49] * awilkins has ModelM fingers on a Cherry keybaord today [14:50] * bialix bbl [14:51] Bah, it worked once. [14:51] luke-jr, I don't think there is an open bugreport about that [14:51] luke-jr, at least not afair [14:51] I do. [14:52] I shall revert the tree and see if it works with a known revision, if it doesn't, I know it's some difference between Python2.5.2 and 2.5.4 [14:52] https://bugs.launchpad.net/bzr/+bug/326278 [14:52] Ubuntu bug 326278 in bzr-svn "'bzr log' KeyError" [Undecided,New] [14:52] luke-jr, ah, I remember now - sorry [14:52] luke-jr, I had it in mind as a svn-upgrade problem, but it obviously occurs in other situations as well [14:54] guys [14:54] what is scons? [14:54] You don't want to know. Really. [14:54] what? [14:55] * Tak agree [14:55] but yes I do lol [14:55] what is it? [14:55] lol [14:56] Youssef: it is a build tool, similar to "make" [14:56] hi again [14:57] shankhs: Hi. :) [14:57] after 2 hrs of troubleshooting with Odd_Bloke and awilkins and 3 hours of googling did not help me to get bzr working through squid [14:57] :( [14:57] shankhs: old version of squid? [14:58] i think so really old version [14:58] jam: ping [14:58] so i decided to review the source code myself but how to download the source code of bzr without bzr [14:58] Tarball [14:59] vila: pong [14:59] from the bzr home site? [14:59] shankhs: so, there is a known bug in squid that was fixed a while back [14:59] which bzr triggers [14:59] http://launchpad.net/bzr/1.11/1.11 [14:59] there will be a tarball there === vednis is now known as mars [14:59] the fix is pretty easy [14:59] shankhs: upgrading squid is the best option if what you're observing is bzr downloading whole files when it should download only part of them [14:59] just a sec [15:00] jam: I'm looking into doing ppas for bzrtools [15:00] vila: I am not the net admin I am a student... [15:01] I find mails between you and poolie dating back to 1.8, they seem to imply doing what is described in ppa.txt should mostly work, is that still true ? [15:01] shankhs: You're a *user*, admins are here to server you :-) Ask for an upgrade ! [15:01] shankhs: You're a *user*, admins are here to serve you :-) Ask for an upgrade ! [15:01] * vila hates when typos ruin jokes [15:02] shankhs: the bug is squid will slow down bzr severely [15:02] shankhs: the bug in squid will slow down bzr severely [15:02] damn [15:03] vila: I would do so...anyways do you know how to check the squid version ( from "user" terminal) [15:04] shankhs: that's generally the hard part as squid is good as hiding itself (that's why it's called a *transparent* proxy...) [15:04] Try pointing your browser at the squid server address [15:05] Some proxies also return revealing pages when you try to browse to a 404 [15:05] Or a non-existent domain [15:05] (but I'm not sure about squid) [15:07] this is what I got http://www.mibbit.com/pb/cTLauf (i have the latest version of bzr) [15:07] shankhs: http://paste.ubuntu.com/116853/ [15:07] jam: meh. I can find bzrtools-1.8.0 in bzr-beta-ppa and bzrtools-1.10 in bzr's ppa, where is bzrtools-1.11 ? [15:08] vila: it was never built [15:08] which is why poolie is trying to get you to do his work [15:08] jam: ha great, I like it when I understand things :) [15:08] shankhs: hmm... that looks more like lp: not working through a proxy [15:08] which is a known issue [15:09] what happens if you do "bzr branch http://bazaar.launchpad.net/~bzr/bzr/trunk" [15:09] jam: But strangely enough lp:~bzr/bzrtools/packaging-dapper mentions [15:09] 11 Martin Pool 2009-01-20 [15:09] 1.11.0 release [15:09] shankhs: Try 'bzr branch http...' -- yeah, what jam said [15:09] vila: maybe he built it, but didn't get it uploaded [15:09] jam: I will work from that assumption then [15:10] vila: 'bzr diff -c 11' might also give clues [15:10] jam: Odd_Bloke : trying === joshuablount is now known as jblount [15:11] Hey its working...stuffs getting downloaded [15:12] so I always have to download by getting the url of the trunk!!!! [15:13] thanx guys [15:13] shankhs: \o/ [15:13] shankhs: unfortunately "lp:" doesn't support proxies yet [15:13] jam: :( [15:14] is there a way to see the output as i grab a branch ? [15:14] hope someday it will [15:14] mod_cure: What 'output'? [15:15] trying to grab a branch and it never completes [15:15] i was curious it there was a verbose option or something [15:15] mod_cure: TIAS. ;) Failing that, look at ~/.bzr.log. [15:15] mod_cure: Also, what version of bzr are you using? [15:16] just installed bzr from yum [15:16] mod_cure: 'bzr version' will tell you. [15:16] bzr --version :) [15:16] Bazaar (bzr) 1.3.1 [15:17] mod_cure: I think you should update [15:17] how ? [15:18] I dont know how to do this in fedora [15:20] thats the lastest version in the repos [15:20] mod_cure: I don't know about a Fedora-specific way, but you can get the latest bzr by running 'bzr branch lp:bzr' or 'bzr branch http://bazaar.launchpad.net/~bzr/bzr/trunk'. [15:20] And then you can use that. [15:21] bzr branch lp:bzr [15:21] bzr: ERROR: Unknown branch format: 'Bazaar Branch Format 7 (needs bzr 1.6)\n' [15:21] Oh, goodie. [15:21] Odd_Bloke: How can I find the url address everytime we need to? [15:21] mod_cure: Look at http://bazaar-vcs.org/Download [15:22] shankhs: It's (bzr+ssh|http)://bazaar.launchpad.net/~// [15:23] You can get all of that information by finding the branch in the Launchpad web UI. [15:24] Package bzr - 1.3.1-1.el5.1.i386 is already installed. [15:24] 1.3.1 seems up to date [15:26] mod_cure: Have you tried the EPEL-testing repo? [15:26] yep [15:26] okay guys nice to meet you all i'll be back tomorow (if God want it) [15:26] OK, in that case download a tarball. [15:26] cya all++ [15:26] Youssef: Bye! [15:27] Odd_Bloke, which one as i have 1.3.1 [15:27] jelmer: can you link your subvertpy patch again? I still haven't gotten an email on it [15:27] jam: I never sent one :-) [15:27] mod_cure: Download the latest bzr. [15:27] jam: http://samba.org/~jelmer/tmp/setup.py-svn.diff [15:27] 1.1.1 ? [15:27] oic [15:27] tired, sorry [15:30] should i remove bzr then install the tarbar or just install the tarball ? [15:31] mod_cure: I would suggest extracting the tarball somewhere in your home directory and running from there. [15:31] Else you might run into problems when trying to install future bzr releases with your package management system. [15:31] ok === thunderstruck is now known as gnomefreak === kiko is now known as kiko-fud [16:07] so is the general feeling here "there is no task too small for a task branch" ? [16:08] phinze: It is for me. [16:08] I'll sometimes have single revision task branches. [16:08] i'm still working on my workflow and while the personal task branch makes a lot of sense it's harder to see if it's actually unnecessary overhead for tiny issues [16:08] Odd_Bloke: so how do you keep your branches organized? i'm just worried about having a billion task branches lying around [16:10] I think I'll use more task branches when they are colocated, but so far I tend to avoid branching for trivial stuff (except when needed for separation of private and public stuff). [16:11] Lo-lan-do: "when they are colocated" refers to furture bzr functionality or a specific configuration you don't always use? [16:11] phinze: Well, I get rid of them once they are merged. [16:11] I know jam has bzr// to avoid too much clutter. [16:11] phinze: Future (hence uncertain ;-) bzr functionality. [16:12] phinze: I tend to have a "trivial-fixes" branch [16:12] but otherwise everything is a separate feature branch [16:12] Odd_Bloke: so you differ from jam by deleting branches, right? [16:12] i.e. jam you never delete a branch? [16:12] phinze: and you can see my "forest" here: http://bzr.arbash-meinel.com/branches/bzr [16:12] phinze: correct [16:13] all 450+ are there [16:13] jam: nice :) [16:13] Actually, I don't tend to delete them. [16:13] phinze, my workflow here is to create one branch per ticket [16:13] But I have no objection to doing so. [16:13] phinze: also, ISTR there being an "archive-branch" command written for you guys :) [16:13] phinze, ...and to delete the branches after the tickets are closed. [16:13] so you don't delete them, but move them into an archived location [16:14] jam: right, i'm probably going to be the one writing it ;) [16:15] well, I wrote the first part, you just need to finish it for your final workflow [16:15] i figure it's a good idea to work out some workflow kinks for myself before imposing them on the group [16:15] honestly i haven't had the chance to look at what you wrote yet :\ [16:15] your email fwd is still sitting in my inbox, heh [16:16] Who's "you guys"? [16:17] Odd_Bloke: a dev group. I used to work with one of the sys admins, so I convinced him to convince his group to switch to bzr [16:17] Odd_Bloke: my place of employment (small IT shop @ Uni of Iowa) where jam's got a buddy in one of my coworkers [16:17] there you go, two perspectives on the same fact :) [16:18] Cool. :) [16:18] jam: so looking at your "forest", for a given version where are you mirroring and pushing and pulling? [16:19] "mirroring pushing and pulling"? [16:19] Generally, I have a treeless repo on my local machine [16:19] erm, still getting the terminology right [16:19] with a couple lightweight working trees pointing at whatever branch [16:19] my local repo matches the shape of the remote one [16:19] so I can: [16:19] bzr branch bzr.dev 1.12/feature-x [16:19] cd work [16:19] bzr switch ../1.12/feature-x [16:19] bzr commit -m fix it [16:19] bzr push [16:20] And the "bzr push" will push it to $SERVER/1.12/feature-x [16:20] Are there any documented workflows for using two machines (laptop+desktop)? [16:21] jam: okay, slowly getting that. now when you'd merge there, you'd merge back into bzr.dev... which is 'tip'? [16:22] phinze: well, I submit things to PQM, and it does the merging for me [16:22] but if we didn't have that [16:22] yes [16:22] ah yes [16:22] bzr.dev would be a heavy-checkout of tip [16:22] which is on another machine [16:22] and 'work' is...? [16:23] a lightweight checkout? [16:24] phinze: correct [16:25] (I technically have a 'work', 'alt_work', bzr.dev, and 'jam-integration' as checkouts, I don't think most people work on that many threads at once) [16:26] and the whole kit and kaboodle was started with bzr init-repo --no-trees [16:27] phinze: correct [16:27] * phinze is learning! [16:27] phinze: something like:http://paste.ubuntu.com/116911/ [16:27] I won't claim it is the *easiest* to set up [16:28] but it works pretty darn well [16:28] especially if you want *lots* of feature branches [16:28] i like it [16:28] You'll also probably want lines like: [16:29] [$PATH/local/bzr] [16:29] push_location = $HOST/repo [16:29] push_location:policy = appendpath [16:29] That is what makes "bzr push" [16:29] already know where to push [16:29] ah that's helpful indeed [16:29] (in "~/bazaar/locations.conf") [16:30] i've definitely had to wrestle with the client pushing and pulling places i wasn't expecting [16:30] lots of furious ^Cs flying around :) [16:30] and subsequent 'bzr break-lock'ing and crying === verterok_ is now known as verterok [16:43] verterok: hi ! [16:43] * verterok waves [16:43] verterok: any progress on the OSX installers ? [16:43] hi vila [16:44] vila: no :( [16:44] You don't play with your new toy ??? I can't believe that :-) [16:46] vila: I'll try to get my ibook hooked up to the net today (need to have a lonk call phone with my parents in order to get it done :/ ) [16:46] s/lonk/long/ [16:46] jelmer: what is the official branch for packaging bzr-svn for debian? [16:47] bzrtools is here, right? http://bzr.debian.org/pkg-bazaar/bzrtools/unstable/ [16:50] jam: experimental rather than unstable at the moment (since Debian is in freeze) [16:51] thanks [16:51] I realized that when I saw bzrtools 1.6 there :) [16:51] jam: I seem to've forgotten to upload again though [16:51] doing that now [16:52] you have 1.12 in experimental [16:52] just 1.6 in unstable [16:53] Of course, I read the range wrong, you have 1.11 in experimental [16:53] (had) [16:55] vila: do you have the sources of the 10.5 installer? I could start with that one :) [16:55] verterok: no :-( [16:56] jam: pushed [16:56] vila: ok, I'll send a mail to phanatic about that, thx! [16:56] You guys are aware of http://bzr.debian.org/loggerhead/pkg-bazaar/ right? [16:57] verterok: ok, keep me informed [16:57] vila: sure thing [17:36] I asked yesterday, is there a way to trac a piece of code in a bzr branch? like a function that gets refactored to another file for exampl [17:37] this is the only feature of git that seems really interesting [17:39] That, and revision squashing. [17:40] Lo-lan-do: what is that? === bac is now known as bac_lunch [17:40] the way that git tracs changes using the whole project and not file by file is pretty interesting [17:41] Merging successive revisions so that when you send your branch for inclusion it only has like 10 commits rather than 200. [17:41] Lo-lan-do: this seems cool also [17:42] Maybe it'll happen in bzr-rebase sometime? :-) [17:42] but it is a cosmetic thing (a pretty interesting one), but looking at revision data as a whole project is very interesting [17:43] I don't know, maybe bzr is just like git.... === bac_lunch is now known as bac === thekorn_ is now known as thekorn [18:43] why doesn't bzr assume push location is where I pulled from? [18:52] elmo: because reasonably often that's not what you want [18:53] you can say bzr push :pull [18:53] to push to where you pulled from without having to remember it [18:53] beuno, rockstar: loggerhead review ping! [18:54] mwhudson: it's what I want every time I've tried to use push, FWIW and AFAICR :-P [18:54] maybe I'm just special [18:54] mwhudson, it's on my ToDo list, but now that you're up, I'll review now [18:54] mwhudson, I don't really have the cycles to review it right now. [18:55] elmo: there was a long argumen^Wdiscussion on the mailing list on this [18:55] elmo, FWIW, I feel the same [18:55] rockstar: np [18:55] beuno: cool :) [18:55] mwhudson: the push :pull short hand is neat though, thanks [18:55] elmo: and it will be remembered so you need it only once [19:03] mwhudson, done. Very small comment. [19:04] beuno: i think your comment is about a bzrlib api? [19:04] mwhudson, ah! well, I guess you can ignore me then :) [19:05] beuno: thanks :) [19:50] Hi all, I have just recently started using Bazaar (and in general VCSs). Would anyone kindly point me to the best place where I can ask some newbie questions? [19:51] guest123: ask away. [19:52] guest123: on IRC, it's generally best to avoid asking permission to ask a question. You might wait a while for a response. [19:52] guest123: so just put it out there. :) [19:56] :) thanks. We have a small group of 4 developers inhouse, so all the projects are in the shared folder over network. I'm thinking of having some local bug tracking tool and was wandering if it be possible to integrate that with bzr [20:08] elmo: you really need to start giving other projects patches then :) [20:11] guest123: it certainly is possible to do that [20:11] guest123: [20:11] if you ru 'bzr help bugs' you will get the online docs about our bug tracking integration support [20:13] lifeless: pfft [20:14] I found how to integrate web-based bug support (bugzilla etc) but puttin url in the config file, but can it be used to call some other local application? [20:22] elmo: (thats where our default makes sense - we're optimised for non-core contributors by default) [20:22] elmo: and in fact, for core contributors working on non-trunk features too [20:26] hunh [20:26] I guess we're at revision 4000 now on trunk. [20:26] At first I thought it was an error when my checkout stopped at that, because it was such a round number :-). [20:44] abentley: have you seen 'bzr send' bring up a mail address prefixed with /// ? [20:45] lifeless: Yes. There's an open bug about it. xdg-email is broken in Intrepid. [20:45] ah [20:45] thanks [20:45] bug 291847 ? [20:45] Launchpad bug 291847 in bzr "xdg-open mangles mailto: urls to ///foo@bar.com" [High,Fix released] https://launchpad.net/bugs/291847 [20:46] abentley: would it be reasonable to not use xdg-email with intrepids version? [20:47] lifeless: You mean use the editor client on intrepid? [20:48] I guess [20:48] or do `which evolution`, `which thunderbird` .. [20:48] I'll look at the xdg-open bug this weekend I hope [20:49] lifeless: If the user configures their client, everything's fine. It's only the default that's broken. [20:49] so the setting you refer to is an xdg-open setting? [20:50] lifeless: No, it's a bzr setting. [20:50] lifeless: the mail_client setting. [20:50] ok [20:50] so I'd like the default to work [20:51] I just got bitten myself, a merge request I'd 'sent' was queued by evo because it doesn't understand /// is bogus, and thus the smtp daemon was rejecting [20:51] lifeless: Me too, but I was hoping someone on the distro would fix intrepid. [20:51] indeed [20:51] however, its new-unconfirmed which means noone has seen it [20:51] I'll see what I can do about that [20:52] I've seen it as well on Debian fwiw [20:52] I was however, asking about other options, if its hard/tricky/whatever [20:52] jelmer: probably upstream bug [20:52] most things are :P [20:54] * jelmer tries to think of ways to describe a working tree without using the word WorkingTree to not break test_source.TestApiUsage.test_branch_WorkingTree [20:59] jelmer: Sandbox? [20:59] jelmer: why? [20:59] I've added a "workingtree_updated" boolean to PullResult [21:00] I guess I should probably move PullResult instead [21:00] jelmer: or have a WorkingTreePullResult [21:00] lifeless: I don't think the difficulty is too high. We already have code which tries one and falls back to another, so we can crib from that. [21:00] which decorates BranchPullResult [21:01] lifeless, hmm, yeah, that might be an idea as well [21:06] beuno: mmm, do you know if any of those "replace mootools with yui" for loggerhead we did at the epic were complete enough to use? [21:07] mwhudson, no. BUT, I'm planning on using lazr-js, so I should be able to actually do that in a day or two of work [21:08] I've been working on the stuff I need for this in lazr-js directly [21:08] so we all win :) [21:08] ah, ok [21:08] when? :) [21:08] * beuno pretends that message never got across [21:10] I have a layering problem [21:10] Hopefully lazyirc will help me :) [21:11] I want to change the TestResult instance used by 'bzr selftest', controlled via an option to 'bzr selftest' introduced by a plugin [21:11] I'd rather not use global state [21:11] beuno: Any chance of releasing a serve-branches-based loggerhead soonish? [21:11] Lo-lan-do, what do you mean exactly by that? [21:12] with configs n' stuff? [21:12] I'd also rather not expose this as 'use this result class' at the UI, mainly because I don't want things like 'default' to be visible - I just want a single simple option [21:12] beuno: Configs would be neat, but at least a working init script without local patching :-) [21:14] I'd like to go forward with my FusionForge bzr plugin, which would require a branch browser. [21:15] Lo-lan-do, ah, that should easy I think. There are like 4 different patches that do that, including one that jelmer includes in the package [21:15] I don't really know which one to include though [21:15] jelmer, any ideas on that? [21:15] beuno, if serve-branches is the way to go then Lo-lan-do's init script would be the way to go [21:16] Also, the URL generation bug is rather nasty, if you allow me to bitch about that :-) [21:16] beuno, that complies with common practices for init scripts [21:17] Lo-lan-do, file a merge proposal, I'll merge :) [21:17] lifeless: i too have wanted to control which TestResult objects get used in tests [21:18] jml: does your TeeTestResult or whatever it is called pass on all method calls and attribute access? or only the 'protocol' [21:18] mwhudson: I think what I'm going to do is fix the lower layers, so I can have my plugin 'just do it' [21:18] mwhudson: and then at the top probably just punt and set a global [21:19] beuno: The branch is at http://bzr.debian.org/~lolando/bzr/loggerhead/daemonise/ [21:19] browsable at http://bzr.debian.org/loggerhead/users/lolando/loggerhead/daemonise/changes [21:20] Lo-lan-do, I'll try on get that merged in soon [21:20] Yay :-) [21:21] There's also the system-yui branch, but it's probably not interesting to you until yui 3 enters Debian. [21:21] Lo-lan-do, if I don't, please hunt me down and force me to :) I'm a bit over-committed this month [21:21] Sure [21:23] beuno: s/(.*)this month/\1/ [21:23] lifeless, I'm taking it one month at a time :) === BasicPRO is now known as BasicOSX [21:25] beuno: if only :) [21:28] lifeless: ummmm... I can't remember. [21:28] lifeless: probably only the protocol. [21:31] * kfogel is away: back on later [21:33] jml: how would you feel about a more generic T adapter [21:33] oo pycon downunder [21:34] lifeless: as in a __getattr__ hack? [21:36] jml: details, details :P [21:36] jml: as in, I want to glue the new shiny subunit stuff [21:36] and bzr's visual progress together [21:37] subunit doesn't have bzr's additional protocol [21:37] right now I'm finishing a patch to replace the runner altogether [21:37] I'll see if that satisfies my itch; it may [21:40] beuno: is it possible to mix mootools and yui on the same page? [21:40] mwhudson, yeap, no problems with doing that [21:41] i still have this crazy plan for swapping between unified and side-by-side diffs using js [21:41] go crazy [21:41] * jml bops to Prince [21:41] mwhudson, do that with ajax, and it's a triple win [21:42] fetch diffs with ajax, and make them interchangeable [21:42] oh right yes, that too i guess [21:42] the servers will *love* you [21:42] seems somewhat orthogonal [21:42] revision pages seem to be the main performance terrorizer right now [21:43] it is, it's just me trying to you sneak one of my ToDo's ;) [21:44] :) [21:44] what I really want is "the user made this selection, maybe a lower layer wants it, hand-off" [21:57] mwhudson: jml: http://paste.ubuntu.com/117030/ [21:57] thats a sketch [21:57] does it make baby jesus uncomfortable? I don't know [21:58] lifeless: this has undeniably a perl taste :-) [22:00] hello [22:00] hi [22:01] hi vila, poolie, thumper [22:01] morning [22:01] hey [22:01] hiya igc [22:01] lifeless: it's mildly odd, but not too horrific i guess [22:01] hi beuno [22:01] morning all [22:01] morning mwhudson [22:02] lifeless: pycon downunder different to nzpycon? [22:02] lifeless: is that the one in singapore next year? [22:02] thumper: nzpycon [22:03] * thumper nods [22:03] lifeless: #nzpug [22:03] trying to exploit our good name [22:03] * mwhudson must try to not entirely miss the next planning meeting for that [22:03] lifeless: even if you aren't in nz right now [22:03] bob2: 2/3rds of the region can't be wrong [22:03] poolie: are we standing up? [22:03] bob2: North island [22:03] bob2: South Island [22:04] bob2: West Island [22:04] lol [22:05] vila: are you around? want to join our standup? [22:05] poolie: yup [22:43] Can I get a bzr dev to look at bug 328146 please? [22:43] Launchpad bug 328146 in launchpad-bazaar "Pushing a non-stacked branch to a project using stacked branches fails" [Undecided,New] https://launchpad.net/bugs/328146 [22:49] jml: that is pushing a rich root branch stacked on a non-rich root branch :-| [22:49] thumper: yeah, I got that far :) [22:56] jml: comment added, and opened it against bzr too [22:57] spiv: I noticed! Launchpad trashed the comment I had just written :) [22:57] spiv: I've marked it as invalid on launchpad-bazaar, because there really is no bug in what we're doing. [23:08] poolie: calling back? [23:09] poolie, igc: I'd like to finish, but I also need to go pick up my son [23:09] Is there a lot left to discuss? [23:09] jam: I'd like some rough idea of how much "core" engineering you think is left [23:10] weeks still? [23:10] igc: There is the "is it good enough for limited rollout" versus "it is what we really want to ask people to upgrade to" [23:10] I know lifeless has mentioned wanting a really solid next repo format [23:10] rather than continuing the "release early, release often" and have incremental improvements [23:11] If we just want to get it to the point that we could merge it as a --dev format that exists in bzr.dev [23:11] I would think we could do that in a week or so [23:13] okay so i have a completed task branch at tasks/1.2.3/cool_task [23:13] which is lightweight checked out at work/ [23:14] when i'm running merge inside trunk/ is there any different between bzr merge ../work and bzr merge ../tasks/1.2.3/cool_task ...? [23:14] phinze: no [23:14] igc, jam, lifeless, vila, spiv, i can't connect to skye [23:14] jam: happy days [23:14] thx [23:14] poolie: do you want robert to call your house? [23:21] spiv: I have to head out to the dentist [23:21] spiv: shall we defer until tomorrow? [23:21] thumper: ok [23:21] it seems to be dentist week [23:44] spiv: lets talk pairing in 15 minutes or so, I'm knackered [23:45] * igc breakfast [23:47] lifeless: agreed [23:47] I shelved some changes and now I'm getting this error unshelving them: bzr: ERROR: No such file: None [23:47] mxpxpod: thats a bug, fixed in bzr.dev [23:48] lifeless: 1.12rc1? [23:49] mxpxpod: that has the fix too, I believe [23:50] https://bugs.edge.launchpad.net/bzr/+bug/319790 [23:50] Ubuntu bug 319790 in bzr "bzr unshelve crashes losing all changes" [High,Fix released] [23:53] lifeless: thanks... I just applied the patch from that bug [23:53] works like a charm