[05:36] http://www.drive.com.au/used-cars/lotus/elise/sydney/detail.aspx?id=28665759&lid=28665759&pg=1&pp=3&d=0&SG=-648505432&pt=1 <== poolie, is there something you're not telling us? [05:37] :) [05:38] http://www.carsales.com.au/all-cars/dealer/details.aspx?Cr=0&R=10735936&keywords=&trecs=200057&__sid=131D45747131&__Ns=pCar_PriceSort_Decimal|1||pCar_RankSort_Int32|1||pCar_Make_String|0||pCar_Model_String|0&__Qpb=1&tsrc=allcarhome&__Nne=15&seot=1&__N=1216%201246%201247%201252%201282&silo=1011# [05:41] some missed a decimal place.... [06:33] i don't know about them [06:33] it seems very oddly specific [06:48] algorithmic updates gone bad? [06:50] could be [06:50] some weird attempt at SEO by making them sort to the top? [07:05] morning all === jam1 is now known as jam [07:16] hi jam [07:23] hey jam, hey gang ! [07:32] hola [07:37] Goeiesmorgens deze morgen! [07:46] hi riddell, jelmer [07:52] Hi. I just did a merge and got a "Contents conflict" in some files, but there is no ">>>" things to resolve in the file, and only a .BASE and .OTHER files, what should I do ? [07:54] Merwin: it may have been added with different contents on different branches [07:54] so see if they're different [07:54] then probably 'bzr mv foo.BASE foo' and then edit it to taste [07:54] ok I'll make a diff on BASe and OTHER to check [07:56] There is a difference, something changed in .OTHER [07:56] Isn't it better to take .OTHER as reference ? [07:58] I meav, replace xxx with xxx.OTHER? [07:58] mean* [08:03] morning all [08:09] good morning Norwich [08:15] :) [08:26] hi mgz [08:35] does the package importer still need sorting out? [08:35] in general yes :) [08:35] i'm not aware of any critical issues but i also haven't looked today [08:36] i think dpkg did import [08:38] okay. [09:18] poolie, mgz: thanks for the reviews! [09:19] I managed to get the number of failing tests from running bzr's interface tests against bzr-svn down to 9 over the weekend [09:19] with 3 underlying remaining issues, one of which is the get_revision_delta thing I mailed the list about [09:19] Riddell: how do we land things for qbzr? merge to trunk and push? [09:19] jelmer: cool [09:27] jelmer, How well does the gnome-keyring support in bzr-gtk work with bzr-svn ? [09:27] mgz: yes just so, no pqm or the like [09:28] thanks! [09:32] awilkins: IIRC there were some issues, somebody worked on a patch to improve it but I'm not sure what the status of that is [09:32] awilkins: https://code.launchpad.net/~chy-causer/bzr-gtk/fix-svn-keyring/+merge/60817 [09:35] jelmer, I think I've avoided this so far because something always forces plaintext auth storage in SVN, but I've just installed oneiric and I don't think that thing has forced this yet [09:37] Comparing the ~/.subversion auth configs for this repo, the old one uses plain, the new one uses gnome-keyring, and my old SVN config has an empty list for the password stores (which I think is set by something that prompts you to do so automatically) [09:38] Shall try this patch, it's v.small [09:40] awilkins: please do comment on whether the patch works for you [09:40] I should really take some time to review it [09:46] jelmer, It didn't work for me ; but it may be because I'm using an explicit svn+https:// url [09:47] jelmer, I need to look and see but for now I've reverted the SVN config back to the old plain auth file [09:47] awilkins: ok, thanks for letting me know [09:48] jelmer, Have to use that explicit URL because this repo emits server errors instead of 404s if you as for .bzr smart URIs [09:48] awilkins: have you tried https recently? bzr-svn now probes before the bzr smart server [09:48] Not tried that recently, I'll have to have a go at it [09:51] ha, I'm not actually a member of qbzr developers [09:51] perhaps I should ask Alexander if I can join. [10:04] mgz: you should :) [10:35] jelmer, Here's a case - another user is using SVN to perform merges outward from trunk. Have pulled his branch and subsequently merged outward also ; lots of "duplicate" conflicts. Looking in the SVN log, the files were copied correctly by the SVN merge (as hardlinks in the SVN FSFS) and preserve history - they should have the same file-id and not conflict, no? [10:35] awilkins: no, as bzr doesn't support copies [10:37] jelmer, But it does support adding files to separate branches with the same file-id ; it should already know about these files in the repository because they are copies from a branch I have already pulled. [10:37] They are not copies within the scope of the branch, they are copies from the other branch for the purposes of the merge outward by the SVN client [10:38] awilkins: sure, but they have a different file id - and file ids are the only thing that's used to prove that two files are in fact the same by bzr merge [10:39] awilkins: until copy support is added to bzr, I don't see how this would work [10:40] jelmer, Should it be possible to assign them the same file id though - SVN knows the file is a copy ; if in that case, we assign the file-id based on the copied-from file rather than the place it was copied to, the file-id will be the same (if the file is not modified at the same time it is copied, it is the same file - right down to the inode in the SVN repository) [10:40] awilkins: bzr-svn doesn't have access to the inode information in the svn repository, that's not exposed by the svn protocol [10:41] awilkins: it could do analysis to see if the file was only copied and then scan history to see no other copies are left around [10:41] jelmer, the svn log viewer knows it's a copy from a particular branch / revision [10:41] Would it be possible to infer from that? [10:41] awilkins: yes, but we can only keep the file id if it is the *only* copy [10:41] and that's the tricky bit [10:44] Does that hold for the more specific case "we can keep the file id if it is the only copy in the current inventory" ? [10:45] awilkins: yes, but note that it can be hard to determine that too [10:46] I feel like I'm missing something - the inventory has the list of all it's file-ids in .. what's the difficult case (I know too little about internals) [10:46] awilkins: what if a file is being copied in from elsewhere, how do you know its file id? [10:47] awilkins: you have to do the same analysis all over again for all inventories it has ever been part of [10:47] awilkins: and at each step determine whether or not it could keep its id [10:49] This is becoming more complex than I have time for... :-( git does better at this because the objects are the same (same content) but of course not at explicit renaming. [10:50] right [10:50] But I prefer bzr-svn because it makes pushing much less ... fraught [10:50] git doesn't store renames or copies and always infers them later on, so it doesn't matter how they were in svn [10:50] I don't like the git-svn design of storing metadata in the git commit log which is an effective rewrite of your git branch which ruins it for sharing with people [10:50] bzr should support inferring renames from copies (that's basically what you're asking for), but I really think that support should be in bzr core, and not in bzr-svn [10:51] and that shouldn't have to involve the file ids staying the same, as keeping the file ids the same has a lot of performance impact [10:52] I shall just have to browbeat the person doing the merges into using bzr :-) [10:52] For the time being.... [11:16] awilkins: did you see my last few lines? [11:24] The bit about inferring renames from copies? [11:25] Last log I have from you was at 1100 UTC when you rejoined the channel [11:26] jelmer, Sorry, forgot to prefix see above ^ [11:34] awilkins: it's one of the things I would really like to work on, and we're slowly getting rid of the assumptions in the code that two files that are the same necessarily have the same file id everywhere [11:34] that is, not abandoning file ids to prove equivalency in inter-tree operations, but allowing them to be different despite two files being the same [11:37] jelmer, So a slightly more enlightened merge that knows two files with the same path and same content but with different file-id might not be a merge conflict? [11:37] awilkins: right [11:52] how can I forcibly create the conditions where I have to run bzr break-lock? [11:53] the bzr server seems very good at not lockings, it seems I can even push to the same repository from two places at the same time [11:55] Riddell: I suspect just opening a write lock and not unlocking should be sufficient [11:56] Riddell: have you looked at bzrlib/tests/blackbox/test_break_lock.py for inspiration? [11:59] good idea [12:12] Riddell: python -c "from bzrlib.bzrdir import BzrDir; b = BzrDir.open('some/path').open_branch(); b.lock_write(); b.leave_lock_in_place()" [12:16] ah, neat spiv, I thought it was more of a pain than that. [12:23] spiv: thanks, I'd worked that out :) [12:50] hu ho, what happened to the package importer ? [12:54] mgz: any idea ^ ? [12:55] It looks like someone killed it. Should I just restart it ? [13:04] vila: I stopped it as part of the release process [13:04] oh, ok [13:04] and after build-distro failed, no one was sure if it was safe to restart or not [13:05] what's build-distro ? An lp thing ? [13:05] so, it's waiting for someone who knows what they're doing to take over [13:05] yeah, basically making new branches for the P-series [13:06] hmm, I think wgrant did it last time [13:06] probably sleeping right now [13:06] I have a log of the output that gnuoy got, with some warnings about stacking then an uninformative error at the end [13:07] wgrant is who told me to look at the log. [13:07] so, I guess we still don't have anyone who actually understands this? :) [13:07] oh, so something failed on lp, ok [13:07] hmm [13:19] I think I worded my question about this to poolie poorly this morning, he didn't seem to think there was an issue [13:20] so, I probably should write up a summary and send it to some list (which?) so anyone concerned knows where we ar [13:20] +e [13:20] canonical-bazaar and lauchpad-dev maybe [13:21] thanks Riddell, I'll do that now. [13:23] I see from ubuntu-devel cjwatson fixed (a different) issue with syncpackage [13:24] that's completely unrelated I think. [13:24] may be not [13:24] it is completely unrelated [13:25] ha [13:25] :) [13:25] cjwatson: you didn't create any precise branch on lp ? [13:26] loads of precise branches have been created (though not by me personally) [13:26] the question was whether that process has definitely been completed, not whether it was started [13:27] cjwatson: yup, AIUI, the process failed midway, so I was wondering if some branches were created later and may have fixed the original issue [13:27] no idea, sorry [13:27] np, thanks anyway [13:28] moin [13:28] i have trouble with ~/.bazaar/rules not working as promised [13:29] wildcard rules appear to override more specific rules before them, contrary to what the documentation claims [13:29] is this some sort of known problem? [13:39] DonDiego: I think this may be a sort-of known issue with conf sections, but I don't see a bug entry for .bazaar/rules so I'd file a bug [14:00] when using bzr-svn to push to an empty svn depo, should I be getting correct times and authors? [14:01] author will be the svn commit nick and not the real author (if they are not the same) [14:01] mgz: thanks, will do [14:03] shouldn't it keep the original authors of the changes? [14:04] hm, the prediction of fullermd on friday came true. [14:04] okay, I've sent a message to launchpad-dev containing the sum total of my knowledge related to the stopped package importer [14:06] redwyre: impossible, svn does not differentiate between author and committer - you could add the author to the log message, that's all [14:08] svn calls it author [14:09] but in my case all the svn change lists have the account I used to push as the author [14:09] not their original authors [14:11] what is your question then? [14:12] how do I get it to push with original authors and timestamps [14:20] still impossible with svn [14:22] how so? [14:24] i repeat: svn does not differentiate between author and committer [14:24] bazaar stores more information than svn, if you put your bzr repo in svn some of that information isn't represented by the svn format [14:24] I think it's actually kept as hidden properties though. [14:25] the alternative is dpush, which does throw away information, but might do the right thing with your commit id. [14:25] * fullermd is a cheenius. [14:25] you're a little ray of sunshine is what you are. [14:26] I know. It's my finest quality. [14:26] I know I can't have author *and* commiter, but all I care about is author from bzr [14:27] redwyre: how are you pushing to svn? [14:27] redwyre: there is an option in bzr-svn that allows you to have svn:author set to the bzr author or committer [14:29] bzr push ~/svn/trunk [14:29] how do I get access to this option? [14:31] redwyre: the option is called "override-svn-revprops" [14:32] redwyre: see the bzr-svn FAQ [14:40] ah cool, does that work for the timestamps as well? [14:41] IIRC yes, if you set svn:date [14:43] arguably these options need better documentation [14:43] I think that FAQ should be part of the online docs ;) [14:44] redwyre: I don't think there are bzr-svn online docs.. [14:45] this: http://wiki.bazaar.canonical.com/ForeignBranches/Subversion [14:46] ah, the wiki [15:20] jelmer: thanks for your help, I'll let you know how it goes tomorrow [15:21] redwyre: np === med_out is now known as medberry === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === beuno is now known as beuno-lunch === zyga is now known as zyga-afk === beuno-lunch is now known as beuno === zyga-afk is now known as zyga === yofel_ is now known as yofel === zyga is now known as zyga-break === zyga-break is now known as zyga [22:14] Hi there. How can I pull a commit from a tree into a vendor branch and re-use the author, comment, etc? [22:14] replay [22:22] hi all [22:24] That's a tricky one to find. The hidden replay command from bzr-rewrite... [22:28] hi all, hi michaelh1 [22:28] Hi poolie [22:28] Note that replay constructs a history-rewritten version of a commit, rather than merging and committing re-using the original commit's metadata [22:28] that may or may not be what you want, I don't quite know from your initial question [22:29] Hmm. Here's the situation: [22:29] * Upstream is crosstool-NG and is hosted in Mercurial [22:29] * We work upstream, sending many small patches. Using Mercurial is fine for this [22:29] * I need a product/vendor branch for release workings and non-upstreamable stuff [22:30] * Upstream is mirrored down into a Launchpad/bzr branch [22:30] hi maxb [22:31] * I want to minimise the overhead of pulling in upstream to our product branch but would prefer to keep the top level history. [22:31] bzr merge is fine, but retyping the message might be longer than the patch! [22:32] right... so you really want something that prepopulates the commit message from the revision(s) being merged [22:32] I'd like something like that too :-) [22:33] Doesn't seem like it would be hard to write as a plugin [22:33] I'm pretty sure all the hooks are there for it [22:35] I think I've even seen vila use something along those lines, though maybe his looked at NEWS or such like. [22:35] In some ways I want the product branch to be an overlay of trunk, but I can't see how to make it usable day-to-day. [22:35] and as the antipodes are up, it must be bed time. [22:35] hi there, sleep well [22:36] michaelh1: can you expand on that last bullet point? [22:37] night! [22:37] Yip. So upstream is quite stable and using tip is fine. This is nice as our release could be tip + things that are in flight + local only changes. [22:38] Having a product branch gives control, but this means that the workflow is: [22:39] Develop upstream, post, upstream merges, appears in bzr mirror, manual merge out to product branch [22:40] so the product branch is a bzr branch, separate from the main import? [22:40] Yip. That seems best? The import is supposed to be a mirror of upstream. [22:41] I still want control of when 3rd party changes come into the product branch [22:41] so you want every revision on trunk to appear as one mainline revision in your product branch, but also there'll be some other changes in between them? [22:43] If I make a change upstream and they accept it, I want to pull it into our bzr product branch very cheaply. [22:43] (also, what they commit may be a tweak over what was sent) [22:43] so you could have just one commit to your product branch saying 'merge from trunk' [22:43] but, then the product branch main line will look bad [22:44] Ugly, yeah. [22:44] and do you want one commit on the product branch every time you merge, or one for each thing from trunk? [22:45] either way it sounds pretty feasible; the first perhaps a bit easier [22:45] I could script it so that it pulls the summary line from the import so it becomes 'Merge r1234: cc/gcc: add the latest foo" and then you get detail through bzr log --include-merges [22:46] There's two types of merge: pulling my feature in vs re-syncing with mainline. I'm happy for the re-sync to lump revisions and have a unhelpful comment. [22:49] right [22:49] possibly just scripting it, even from bash, would be enough [22:49] if you file a bug we could do a more integrated thing, especially if this is a pressing problem [22:51] It's not pressing but we're just starting and I want to make sure the process is right. [23:01] k