/srv/irclogs.ubuntu.com/2011/02/28/#bzr.txt

jelmer_lifeless: sortof00:02
jelmer_lifeless: ideally there wouldn't be any retrieval of tags beforehand as finding out what tags are present remotely requires a new TCP connection00:03
lifelessright00:06
lifelessI mean00:06
lifeless'I will want the heads for the tags for this branch'00:06
lifelessso specifying a double dereference server side00:06
jelmer_lifeless: I'm not sure I follow - server side in Bazaar you mean?00:10
lifelesssvn.git/hg00:11
jelmer_I think I understand what you mean, except I don't really see where the double dereference is00:21
jelmer_either way, I'll have a closer look tomorrow when my head doesn't hurt :)00:22
lifelessjelmer_: denied00:52
lifeless(ftpmaster)00:52
jelmer_whoops00:56
jelmer_lifeless: thanks00:56
aroseHi, I was wondering if there is any easy way to create a copy of a pipeline to use with sync-pipeline05:52
=== speakman_ is now known as speakman
jelmer_moin spiv09:51
=== jelmer_ is now known as jelmer
bialixhi10:58
bialixjelmer: please, don't set qbzr bugs status to Triaged. we're using only Confirmed. thank you10:58
jelmerbialix: ah, sorry11:01
Manikandanhi all when i am entering this cmd "bzr branch lp:nova", i got  ssh: connect to host bazaar.launchpad.net port 22: Connection refused11:30
Manikandanbzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist11:30
Manikandanany one help me11:30
bialixManikandan: what11:38
bialixManikandan: what's your OS?11:39
Manikandandebian11:40
bialixwhat if you just launch command: ssh bazaar.launchpad.net11:42
Manikandanssh: connect to host bazaar.launchpad.net port 22: Connection refused11:43
bialixthat's your ssh client11:44
Manikandanyes11:44
bialixtry to branch with command: BZR_SSH=paramiko bzr branch lp:nova11:45
Manikandanwt is paramiko11:45
bialixpython ssh client library, bzr knows how to use it11:45
Manikandanbzr: ERROR: Unable to connect to SSH host bazaar.launchpad.net; [Errno 111] Connection refused11:46
jelmerManikandan: does "sftp bazaar.launchpad.net" work?11:46
bialixsomething prevents you to connect to launchpad. maybe some sort of firewall or proxy?11:46
JaredWigmorehey, is bzr replay documented in more detail somewhere? / what do you do if you get a conflict during the replay command?11:47
bialixJaredWigmore: only cry11:48
Manikandanafter remopvinf proxy also it show the same error 11111:48
jelmerJaredWigmore: replay isn't really polished yet, it's intentionally hidden at the moment11:49
jelmerJaredWigmore: I'd recommend using "bzr merge -c" + "bzr commit" for the moment instead11:49
JaredWigmorejelmer: thanks11:50
Manikandanafter removing  proxy also it show the same error 11111:50
mgzjelmer, I'm curious, what was the bzr-git fix for bug 393038?11:51
ubot5Launchpad bug 393038 in Bazaar "UnicodeDecodeError in _inaccessible_normalized_filename" [Medium,Confirmed] https://launchpad.net/bugs/39303811:51
mgzdid you basically do decode('utf8') somewhere before passing a string to the bzrlib.inventory code?11:51
jelmermgz: yes11:51
mgzokay, so I think the bzrlib side needs to define what sort of strings inventory stores and check they're the right ones.11:52
mgzeven the docstrings in that file use both bytestrings and unicode.11:52
mgzhaving some unrelated function blow up later isn't a great way to tell callers they passed the wrong thing.11:53
Manikandani have stop the firewall11:53
Manikandanalso11:53
bialixjelmer>Manikandan: does "sftp bazaar.launchpad.net" work?11:55
Manikandanno, it shows11:56
Manikandanssh: connect to host bazaar.launchpad.net port 22: Connection refused11:56
ManikandanCouldn't read packet: Connection reset by peer11:56
bialixjelmer: ^11:56
Manikandanwt11:56
Manikandanwhen i remove the proxy i got this error : bzr: ERROR: Connection error: while sending POST /bazaar/: [Errno 111] Connection refused12:00
=== JaredWigmore is now known as JaredW
jelmerManikandan: for some reason your machine can't make outbound ssh connections to bazaar.launchpad.net, but it seems to happen independent of bzr as well12:06
Manikandanso , wt can i do12:06
jelmerManikandan: you can force the use of http by specifying http://bazaar.launchpad.net/nova (IIRC) or alternatively fix the connection issue on your side12:18
sbsi12:50
sbshi12:50
sbsI am new to bzr, and have started working on my repo but I have now a message in bzr explorer which I don't understand12:51
sbs"branch has changes not present in its submit branch12:51
sbswhat would that mean?12:51
jelmersbs: that message doesn't make sense to me either12:59
sbs:(13:00
jelmersbs: WHen do you see that message?13:00
sbswhen I look at my repo in bzr explorer13:00
jelmermaxb: do you have bzr-builddeb commit access?13:08
maxbI do not13:08
hungerHow long does bzr take to checkout bzr? It downloaded 16MiB in .bzr and now nothing happens. Is that normal?13:12
jelmerhunger: building the tree after the history has been pulled in should be 5 seconds or so13:14
jelmermaxb: landed your 4 branches13:15
hungerIts more like 10min so far... No output apart from some complaining about a missing launchpad id.13:15
hungerHow big is .bzr of bzr? Is my network *SLOW* again?13:18
jelmerhunger: 53Mb13:23
hungerjelmer: Thanks. So it does not have all the data yet.13:23
hungerHmmm... size is only increasing every minute or so:-( Most likely a network issue then.13:24
maxbhunger: Worth bearing in mind that the dumb http transport may be less efficient than the smart bzr+ssh transport13:31
hungermaxb: 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:32
maxbA fresh branch of lp:bzr done just now claims to have transferred 117948kB and taken 2m43s13:33
maxbWhich.... is a bit excessive considering it only ended up with a 53M .bzr :-(13:34
* maxb lunches13:34
hungermaxb: No output from bzr at all (apart from bitching about missing launchpad ID), du -sh bzr says 22M so far.13:34
jelmermaxb: that's including HTTP overhead, indexes, etc I think13:34
jelmerhunger: it should show a progress bar if you're running it in a terminal13:34
maxbThat's a lot of overhead13:34
hungerI am running it in the Qt Creator plugin. No progress bar there.13:35
looljames_w: SUre15:02
james_wunfortunately we are short on canonical bzr developers to ping15:02
looljames_w: is this a new type of failure?15:03
james_wlool, I suspect it is new with the move to bzr 2.315:03
james_wit may be an LP change though15:03
loolOk; thanks15:06
looljames_w: Should I file a bug on this?15:06
loolIt's kind of unfortunate as we've moved the UDD branch for flash-kernel development15:06
lool+to15:07
loolhttps://bugs.launchpad.net/udd/+bug/72658415:09
=== beuno is now known as beuno-lunch
lamontbzr unshelve17:16
lamontUsing changes with id "1".17:16
lamontbzr: ERROR: exceptions.NotImplementedError: <property object at 0x232daa0>17:16
lamontsigh.  is known issue?17:16
lamontshelved item was bzr moved between shelve and unshelve17:17
jelmerlamont: I vaguely recall a bug like that17:33
lamontthat's 2.2.1-0ubuntu117:33
lamontcool enough17:37
=== beuno-lunch is now known as beuno
zygahi, is there any documentation for bzr's "change-editor" configuration option18:02
zygait apparently can edit shelve'd changes to split a change in two18:02
=== 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)
mtaylorhow do I get a branch to push without stacking?23:07
=== soren_ is now known as soren
=== herb__ is now known as herb
spivmtaylor: 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
spivThere's a bug about adding a --no-stacking option IIRC23:09
spivhttps://bugs.launchpad.net/bzr/+bug/39140523:11
mgzspiv: 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:16
spivmgz: yeah, that's probably the best23:27
mtaylorspiv: thanks23:33
jelmermoin mgz, spiv, mtaylor23:35

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