[00:02] lifeless: sortof [00:03] lifeless: ideally there wouldn't be any retrieval of tags beforehand as finding out what tags are present remotely requires a new TCP connection [00:06] right [00:06] I mean [00:06] 'I will want the heads for the tags for this branch' [00:06] so specifying a double dereference server side [00:10] lifeless: I'm not sure I follow - server side in Bazaar you mean? [00:11] svn.git/hg [00:21] I think I understand what you mean, except I don't really see where the double dereference is [00:22] either way, I'll have a closer look tomorrow when my head doesn't hurt :) [00:52] jelmer_: denied [00:52] (ftpmaster) [00:56] whoops [00:56] lifeless: thanks [05:52] Hi, I was wondering if there is any easy way to create a copy of a pipeline to use with sync-pipeline === speakman_ is now known as speakman [09:51] moin spiv === jelmer_ is now known as jelmer [10:58] hi [10:58] jelmer: please, don't set qbzr bugs status to Triaged. we're using only Confirmed. thank you [11:01] bialix: ah, sorry [11:30] hi all when i am entering this cmd "bzr branch lp:nova", i got ssh: connect to host bazaar.launchpad.net port 22: Connection refused [11:30] bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist [11:30] any one help me [11:38] Manikandan: what [11:39] Manikandan: what's your OS? [11:40] debian [11:42] what if you just launch command: ssh bazaar.launchpad.net [11:43] ssh: connect to host bazaar.launchpad.net port 22: Connection refused [11:44] that's your ssh client [11:44] yes [11:45] try to branch with command: BZR_SSH=paramiko bzr branch lp:nova [11:45] wt is paramiko [11:45] python ssh client library, bzr knows how to use it [11:46] bzr: ERROR: Unable to connect to SSH host bazaar.launchpad.net; [Errno 111] Connection refused [11:46] Manikandan: does "sftp bazaar.launchpad.net" work? [11:46] something prevents you to connect to launchpad. maybe some sort of firewall or proxy? [11:47] hey, is bzr replay documented in more detail somewhere? / what do you do if you get a conflict during the replay command? [11:48] JaredWigmore: only cry [11:48] after remopvinf proxy also it show the same error 111 [11:49] JaredWigmore: replay isn't really polished yet, it's intentionally hidden at the moment [11:49] JaredWigmore: I'd recommend using "bzr merge -c" + "bzr commit" for the moment instead [11:50] jelmer: thanks [11:50] after removing proxy also it show the same error 111 [11:51] jelmer, I'm curious, what was the bzr-git fix for bug 393038? [11:51] Launchpad bug 393038 in Bazaar "UnicodeDecodeError in _inaccessible_normalized_filename" [Medium,Confirmed] https://launchpad.net/bugs/393038 [11:51] did you basically do decode('utf8') somewhere before passing a string to the bzrlib.inventory code? [11:51] mgz: yes [11:52] okay, so I think the bzrlib side needs to define what sort of strings inventory stores and check they're the right ones. [11:52] even the docstrings in that file use both bytestrings and unicode. [11:53] having some unrelated function blow up later isn't a great way to tell callers they passed the wrong thing. [11:53] i have stop the firewall [11:53] also [11:55] jelmer> Manikandan: does "sftp bazaar.launchpad.net" work? [11:56] no, it shows [11:56] ssh: connect to host bazaar.launchpad.net port 22: Connection refused [11:56] Couldn't read packet: Connection reset by peer [11:56] jelmer: ^ [11:56] wt [12:00] when i remove the proxy i got this error : bzr: ERROR: Connection error: while sending POST /bazaar/: [Errno 111] Connection refused === JaredWigmore is now known as JaredW [12:06] Manikandan: for some reason your machine can't make outbound ssh connections to bazaar.launchpad.net, but it seems to happen independent of bzr as well [12:06] so , wt can i do [12:18] Manikandan: you can force the use of http by specifying http://bazaar.launchpad.net/nova (IIRC) or alternatively fix the connection issue on your side [12:50] i [12:50] hi [12:51] I am new to bzr, and have started working on my repo but I have now a message in bzr explorer which I don't understand [12:51] "branch has changes not present in its submit branch [12:51] what would that mean? [12:59] sbs: that message doesn't make sense to me either [13:00] :( [13:00] sbs: WHen do you see that message? [13:00] when I look at my repo in bzr explorer [13:08] maxb: do you have bzr-builddeb commit access? [13:08] I do not [13:12] How long does bzr take to checkout bzr? It downloaded 16MiB in .bzr and now nothing happens. Is that normal? [13:14] hunger: building the tree after the history has been pulled in should be 5 seconds or so [13:15] maxb: landed your 4 branches [13:15] Its more like 10min so far... No output apart from some complaining about a missing launchpad id. [13:18] How big is .bzr of bzr? Is my network *SLOW* again? [13:23] hunger: 53Mb [13:23] jelmer: Thanks. So it does not have all the data yet. [13:24] Hmmm... size is only increasing every minute or so:-( Most likely a network issue then. [13:31] hunger: Worth bearing in mind that the dumb http transport may be less efficient than the smart bzr+ssh transport [13:32] maxb: I am only testing a Qt Creator plugin... Just asked it to clone lp:bzr because that was the first bzr project I thought of. No idea what it is doing. [13:33] A fresh branch of lp:bzr done just now claims to have transferred 117948kB and taken 2m43s [13:34] Which.... is a bit excessive considering it only ended up with a 53M .bzr :-( [13:34] * maxb lunches [13:34] maxb: No output from bzr at all (apart from bitching about missing launchpad ID), du -sh bzr says 22M so far. [13:34] maxb: that's including HTTP overhead, indexes, etc I think [13:34] hunger: it should show a progress bar if you're running it in a terminal [13:34] That's a lot of overhead [13:35] I am running it in the Qt Creator plugin. No progress bar there. [15:02] james_w: SUre [15:02] unfortunately we are short on canonical bzr developers to ping [15:03] james_w: is this a new type of failure? [15:03] lool, I suspect it is new with the move to bzr 2.3 [15:03] it may be an LP change though [15:06] Ok; thanks [15:06] james_w: Should I file a bug on this? [15:06] It's kind of unfortunate as we've moved the UDD branch for flash-kernel development [15:07] +to [15:09] https://bugs.launchpad.net/udd/+bug/726584 === beuno is now known as beuno-lunch [17:16] bzr unshelve [17:16] Using changes with id "1". [17:16] bzr: ERROR: exceptions.NotImplementedError: [17:16] sigh. is known issue? [17:17] shelved item was bzr moved between shelve and unshelve [17:33] lamont: I vaguely recall a bug like that [17:33] that's 2.2.1-0ubuntu1 [17:37] cool enough === beuno-lunch is now known as beuno [18:02] hi, is there any documentation for bzr's "change-editor" configuration option [18:02] it apparently can edit shelve'd changes to split a change in two === zyga is now known as zyga-afk === Ursinha is now known as Ursinha-lunch === bdrung_ is now known as bdrung === Ursinha-lunch is now known as Ursinha === Ursinha is now known as Ursinha-afk === spiv changed the topic of #bzr to: Bazaar version control | try https://answers.launchpad.net/bzr for more help | http://irclogs.ubuntu.com/ | Patch pilot: spiv | 2.3.0 is officially out ! (RM: vila) [23:07] how do I get a branch to push without stacking? === soren_ is now known as soren === herb__ is now known as herb [23:09] mtaylor: I don't think we have an option for that yet, but you could init the remote branch and then 'bzr reconfigure --unstacked' that remote branch, then push. [23:09] There's a bug about adding a --no-stacking option IIRC [23:11] https://bugs.launchpad.net/bzr/+bug/391405 [23:16] spiv: I need some help with smart server code. if I put some not-complete branches up for review, would that be your preferred way of telling me where I need to be going? [23:27] mgz: yeah, that's probably the best [23:33] spiv: thanks [23:35] moin mgz, spiv, mtaylor