=== samuelswe is now known as samuelSwe [01:51] hi spiv [01:52] ok, losa ping - again, sorry for the noisiness of this; there is something odd/wrong [01:53] Morning poolie. [01:54] thanks for the stacking fix [01:55] there are some more similar ones if you're keen [01:55] probably currently untargeted but i would not object to fixing them [01:56] Any specific ones in mind? There are quite a few with the 'stacking' tag! [01:57] nothing specific sorry [01:57] what did you have in mind to chase next? [02:07] poolie: shout when you have a minute (loom-diff topic) [02:15] poolie: submitting my bzr and bzr-builder branches to support the 'take just debian/ dir from a parallel import' case. I have complete patches for both, but based on discussion on the list I think I'll leave out any CLI for it in the initial bzr patch. [02:22] poolie: that said, one of the other High stacking bugs looks fairly straightforward, so I'll queue that up to tackle too [02:22] (https://bugs.edge.launchpad.net/bzr/+bug/551525) [02:22] Launchpad bug 551525 in Bazaar "reconfigure --unstacked doesn't quite work for lp branches (affected: 1, heat: 3)" [High,Confirmed] [03:13] spiv that would be nice, you could target that [04:34] I'm building 2.2b3. On x86m builds & installs just fine. On a similarly configured x86_64 box, however, it reports an "internal error": http://pastebin.com/8UK28NnA [04:35] Before I report a bug -- does that, in fact, look like a bazaar issue, or likely something in my env? [04:35] I ask cuz of the different behavior on different arch ... [04:35] its a bit hard to tell [04:37] that means that trace._bzr_log_filename is None [04:38] do you have logging disabled or something, perhaps ? [04:39] lifeless: Nope. Was working ... at least before this build attempt. [04:39] nothing _should_ be significantly different abt this x86_64 box :-/ [04:41] lifeless: aha. well, sort of ... if I manually "rm /usr/local/bin/bzr" the previously installed bzr, then re- "python setup.py install", no more error. [04:41] shouldn't an install overwrite a preexisting bin? [04:42] bendj: only if its installing to the same place [04:42] lifeless: it is ... [04:42] interesting tried it on 3 x86_64 boxes, same behavior. on x86 boxes, no req't to PRE-delete the nimady [04:42] e [04:42] aghh! binary [04:43] (nimady? jeesh ...) [04:43] nomstu surely ? [04:44] heh ... smart___ ;-) [04:45] easy enuf -- added to my notes. thx! [05:17] If I want to get the branch of an Ubuntu package [presumably from Launchpad] (as opposed to an upstream hosted on Launchpad), is there a special command or URL to use? [05:22] IIRC, lp:ubuntu/src-package-name (or e.g. lp:ubuntu/maverick/src-package-name to explicitly get the maverick version) [05:28] * AfC tries that [05:30] spiv: yes, [05:30] $ bzr branch lp:ubuntu/bc [05:30] spiv: worked. [05:31] Kind of a shame that all the revisions show as being made by Bazaar Package Importer instead of whomever the original committer in Debian or Ubuntu was. [05:32] hi afc [05:32] poolie: hello Martin, nice to see you [05:32] you too [05:50] AfC: I think it sets author now [05:50] AfC: so log can show it [05:50] oh. [05:51] so does that mean those branches will be superseded with new ones? [05:51] lifeless: ^ [05:51] maybe someday [05:51] magic 8 ball says 'drink some beer' [05:51] lifeless: cool! [05:52] No, that was "cool that the bzr branches will be fixed", not "cool that you're drinking and we [05:52] are not" :) [05:56] AfC: actually I'm working @ poolies today === oubiwann is now known as oubiann [06:13] lifeless: still, though, all in all the "go drink beer" meme is a good one. I think we might take your advice. [06:14] AfC: be my guest :) [06:17] I'm building 2.2b3. On x86m builds & installs just fine. On a similarly configured x86_64 box, however, it reports an "internal error": http://pastebin.com/8UK28NnA [06:17] ^I actually get some test failures like that in my setup, because I don't init logging [06:18] really that line shouldn't assume that trace._bzr_log_filename is a string [06:19] spiv, lifeless, did one of you mention an updated network delay simulator? [06:22] looks like an interesting ssl bug got fixed upstream in python http://bugs.python.org/issue9075 ... was posted on reddit. [06:25] poolie: I don't think that would have been me. === davidstrauss_ is now known as davidstrauss [06:30] mgz: I'm in that area now, I'll do something to it (stabby stabby) [06:31] i'm trying to reproduce bug 590638 between here and chinstrap [06:31] Launchpad bug 590638 in Bazaar "hpss protocol buffers too much outgoing data (affected: 1, heat: 11)" [High,In progress] https://launchpad.net/bugs/590638 [06:31] as another machine on a similar network [06:31] unfortunately it's only sending fairly large stream parts [06:31] so the effect is not very obvious [06:35] lifeless: cool [06:35] now I need to stop playing and pack my things [06:39] poolie: IIRC, igc saw a variety of large and small stream parts when fetching lp:launchpad, perhaps try using that as the data? [06:56] poolie: There is SocketDelay in stub_sftp.. [06:56] * vila not fully here yet [06:57] poolie: but a vm sounds like an easier way to truly simulate that (ymmv, etc) [07:20] spiv, i think when i branched from lp to chinstrap it probably got repacked into something less fragmented? [07:23] yes [07:23] it will be optimus prime now [07:24] hi all [07:27] poolie: hmm, I guess you could grab the files via sftp. === khmarbaise__ is now known as khmarbaise === oubiann is now known as oubiwann [08:05] I accidently added .git/ to my branch with "bzr add .", but after "bzr remove .git", bzr actually erased the *physical* location.. what's the deal with that? [08:06] er, bzr rm .git [08:06] 'bzr revert .git; bzr rm --keep .git' [08:07] I just wanted to remove it from my branch ): [08:07] bzr revert .git brought at least .git back, thanks [08:07] 'bzr rm FOO' will automatically delete FOO if it is safe to do so, i.e. if the file(s) to delete were committed and unchanged, because when people 'rm' things they usually want them removed completely :) [08:08] If you'd never committed the .git directory, then 'bzr rm' would have defaulted to 'bzr rm --keep' [08:08] true, but git rmtree $path only removes the data from the branch, if it has been accidently pushed [08:08] I didn't commit yet [08:09] okay, well, time to study the docs again, I guess :P [08:09] also, are comments allowed in the .bzrignore? [08:09] 'bzr revert' reverts to the last committed state... so if 'bzr revert' brought it back, you must have committed it. [08:09] errr yeah. commited, but not pushed [08:10] Leading #, I think. [08:10] okay [08:11] Depending on how recently you accidentally committed that directory, you might find 'bzr uncommit' helpful. [08:14] it looks like no sensitive data has been added, so I guess it's fine [08:37] hi there vila [08:38] hey poolie [08:39] hi spiv, vila [08:39] for reasons i'm about to post to bug 582157, i couldn't prove that flushing the hpss stream more often makes things faster [08:39] Launchpad bug 582157 in Bazaar "pull from launchpad is slow (affected: 1, heat: 8)" [High,In progress] https://launchpad.net/bugs/582157 [08:39] but i'm still pretty sure it will help in some cases [08:39] :) [08:40] so i think i'll send it up anyhow [08:40] when have no scientific proof, trust the experts :) [08:40] s/have/you have/, typos.... [08:41] :) [08:41] poolie: My suspicion is it will help a small amount. I certainly don't expect it to hurt, at least not for the uses we currently use body streams for. [08:41] poolie: so, your inconclusive results match my expectations :) [08:41] me too [08:42] i had to adjust or cut a couple of tests about how many flushes there were [08:42] i hit https://bugs.edge.launchpad.net/tribunal/+bug/598348 [08:42] Launchpad bug 598348 in Tribunal "poor handling of wide error messages (affected: 1, heat: 6)" [Medium,Confirmed] [08:42] when they fail they print the whole 1.5MB stream :) [08:42] Heh. [08:42] though it is nice the test is there === oubiwann is now known as oubiann === oubiann is now known as oubiwann-away === oubiwann-away is now known as oubiwann [08:58] Hi all [09:02] hey GaryvdM ! [09:02] Hi vila [09:19] Does use of ctypes reduce portability? [09:35] GaryvdM: it depends what you do with it :) [09:36] not necessarily [09:36] Hi poolie! [09:36] poolie: http://code.activestate.com/recipes/496960-thread2-killable-threads/ [09:37] wow [09:39] ok, good night all [09:39] gnight [09:39] btw [09:39] paste [09:39] loggerheads web engine [09:39] has that code already [09:39] night poolie [09:39] lifeless: which bit? thread killing? [09:40] yes [09:41] Ok - I feel better about using it then. [09:41] in qbzr? [09:41] Yes [09:50] Hi! I am comming from darcs and hg/git and I was wondering if I am expecting the wrong thing here: if I do a merge from a remote branch to my own, should I see the other branche's commits in history? [09:55] C-Keen: yes, use 'log -n0' [09:57] poolie: that's cool! thanks! [09:57] I like how bazaar handles history! [09:59] poolie: another question. Can I tell bzr to commit merges if my tip does not diverge? [10:06] C-Keen: you would probably want to use 'bzr pull' in that case rather than merge [10:07] ah ok [10:38] C-Keen: bzr merge --pull . That will pull if the branches have not merged, and will merge if they have. [10:38] *have not diverged [10:39] ah! [10:46] Offtopic question, but it is for qbzr dev: [10:47] Is there a way to tell grep to use single line mode. [10:47] i.e. "." should include \n [10:47] I've read man grep about 3 times and I can't see anything. [10:48] grep explicitly operates on lines [10:48] I want to find: lazy_import.*'''.*bzrlib\.plugins\.qbzr\.lib\.trace.*''' [10:48] you can tell by the "...for lines containing a match..." in the first paragraph of the description. [10:50] Is there maybe an alternative to grep that can do that? [10:53] * GaryvdM looks if he can use ack... [10:55] Kinnison: I think by "single line" GaryvdM means "as if entire file were a single line", perhaps, so he can search for patterns that span \n. I'd probably call that "multi-line matching" myself. [10:56] GaryvdM: i.e. you're looking for the equivalent of re.DOTALL in Python's re module? [10:57] spiv: yeah, grep doesn't do that [10:58] spiv: yes - re.DOTALL is what I need [10:59] spiv: and that is the same as re.S which in refered to as single line mode in some places. [10:59] http://blog.stevenlevithan.com/archives/singleline-multiline-confusing [10:59] So confusing... === sebi_` is now known as sebi` [13:00] jelmer: ping [13:41] jelmer: Ping [13:46] vila: pong [15:04] losa: regarding bug #525571, do you still have some corrupted subversion.conf file around ? [15:04] Launchpad bug 525571 in Bazaar "No locking when updating files in ~/.bazaar (affected: 6, heat: 52)" [High,In progress] https://launchpad.net/bugs/525571 [15:05] vila: not that I'm aware of [15:05] doesn't the ticket description describe how to produce one? [15:05] (and also include one?) [15:06] exarkun: there is one mentioned in the bug description but I wonder if it is complete... [15:07] vila: I'm the reporter. It is. [15:07] exarkun: good to know ! [15:08] that's very weird that configobj created an *empty* section with the name of an existing one... [15:09] I can't imagine scenario (even with two processes writing to the same file) that could give such a result, [15:09] Hm yea, that's interesting. [15:10] the whole section duplicated, I can, with some efforts :), imagine that both were trying to create the same content, but an empty one... === beuno is now known as beuno-lunch === deryck is now known as deryck[lunch] === beuno-lunch is now known as beuno === beuno_ is now known as bueno === bueno is now known as beu\no === beu\no is now known as beuno === oubiwann is now known as oubiwann-away === deryck[lunch] is now known as deryck [18:56] is there a tool that would allow me to import revisions from a bzr repo into a subdirectory of another bzr repo? My final goal is to join a lot of small bzr repos into one, where each small repo will be a directory in the big repo [18:57] basically I want to give as arguments small repo location, new big repo location, directory name and let the tool pull revisions one by one and add them to the custom directory in the big repo [19:09] evanton, so, the opposite of that would be to use "bzr split", which I think is in bzrtools [19:10] I'd expect there to be an equivalent [19:11] It's in base, not bzrtools. [19:11] And the command is 'join'. [19:11] It's essential the equivalent of merge + move the root of the merged tree. [19:23] I am so outdated... [20:05] Hi All! [20:06] anybody have any info/insight as to why Bazaar Explorer wont launch on Win7 x86 platform? [20:06] using the default settings during install, i get an error when trying to launch the program "Unable to execute file: BZR - Create Process failed; code 2, The system cannot find the specified file" [20:09] anyone?? [20:51] heya. bzr just threw and exception on me during a push by sftp. The last line (more or less) was SSHException: Server connection dropped: [20:52] It asks me to file a bug report, but it seems to me that this is probably normal? [20:53] ALso, what's the best way to recover? Just bzr break-lock and repeat the push? [20:56] VSpike: yes === oubiwann-away is now known as oubiwann [20:57] VSpike: uhm sounds like an error case we aren't explicitly handling yet - could you please file that bug, we'll make it prettier when it happens. [20:57] okie doke [20:57] does that answer still apply if I mention I'm running the cygwin version? ;) [20:57] yes [21:01] Looks like Bug #386036 to me [21:01] Launchpad bug 386036 in Bazaar "SSHException causes bzr to crash (affected: 1, heat: 2)" [Medium,Confirmed] https://launchpad.net/bugs/386036 [21:03] wah yes [21:03] you could me-too it [21:04] Done :) [21:50] http://pastebin.com/Zm9D0Umg [21:50] Any ideas what to do about this error? [22:34] Hmm keep getting same error (apart from file names) when I repeat the attempt [22:40] VSpike: about the only thing I can think to check is file permissions on the repository [22:45] maxb: the permissions look ok. I can see the files in /.bzr/repository/upload that are still there. Interestingly, the destination file that it wants to rename to in ../packs/ already exists [22:45] perhaps that's why it cant rename the file? [22:48] sounds entirely plausible [23:25] Aha. Bug 516179 [23:25] Launchpad bug 516179 in Bazaar "bzr push confused by existing pack file (affected: 1, heat: 1)" [Medium,Confirmed] https://launchpad.net/bugs/516179