[00:07] lp offline :-( - Good thing I can commit to my VCS localy :-) [00:08] beuno: lp is down? [00:09] lifeless, yes, roll out, etc [00:09] read only didn't work [00:09] so it should down... 40min? [00:09] beuno: I know, you asked for ideas, I'm giving you one. [00:09] lifeless, I did? [00:09] it's been a long day [00:09] 08:03 < beuno> lifeless, spiv, any ideas ^ [00:09] :) [00:12] hello... why does bzr commit try to connect to a remote server? [00:12] I thought commit was to update the local repository from the working tree [00:12] rconan, you probably did a checkout? [00:12] instead of a branch? [00:13] ah... [00:13] that makes sense [00:13] you can --reconfigure it into a branch [00:13] or bzr unbind [00:13] I assuem that requires the remote repo to be there... [00:13] no [00:13] so how do I make it into a branch? [00:13] checkouts are by default heavy (i.e. contain the entire branch history) [00:15] $ bzr reconfigure --branch [00:15] bzr: ERROR: Working tree "/home/conan/work/sysint/" has uncommitted changes. [00:15] then commit them [00:15] or shelve them [00:15] well [00:15] but... I can't commit because the remote repo isn't there [00:15] commit --local [00:16] ok I did reconfigure --branch now [00:16] now it says no working tree exists... [00:17] how do I create one? [00:19] rconan: huh ^ - can you pastebin bzr info [00:20] did you commit --local or shelve your changes? [00:20] http://pastebin.com/f6e6fa4ef [00:20] I shelved them [00:21] ok - "bzr checkout" to recreate the working tree [00:21] beuno: Releasing Loggerhead sounds good to me. Hmm, should the Dozer memory profiling thing get in? Does it matter? [00:21] $ bzr unshelve [00:21] bzr: ERROR: No changes are shelved. [00:21] hmm... [00:22] what happened to them? [00:24] Peng_, did it not get it? [00:24] beuno: It got approved, but nobody ever merged it. [00:25] Peng_, can you? :) [00:25] * beuno abuses Peng_'s awesomeness [00:26] Heh, okay. [00:26] Although I never tested it since I don't have all of Dozer's dependencies installed. [00:26] And LP is down. [00:26] rconan: I just tested - and reconfigure --branch causes the shelves to be lost [00:26] Peng_, as long as LH runs, it's fine [00:27] beuno, rconan: The command you were looking for is bzr unbind [00:28] rconan: What fs are you using? any undelete options? [00:28] garyvdm: doesn't matter [00:29] I used the patch outputted from shelve to apply them again [00:29] sorted now [00:29] hoorah [00:29] thanks for the help guys [00:29] That could have been a lot worse.... [00:30] Why does reconfigure --branch kill the working tree? [00:32] lp back up :-) [00:39] garyvdm: because that's what it is defined to do, see "bzr help reconfigure" [00:39] Oh, LP is back up? Um, d'you mind if I don't take care of the Dozer thing for an hour or two? [00:40] Peng_, any time is good [00:40] thanks [00:40] :) [00:40] I'm off home now! [00:40] garyvdm: bzr reconfigure --tree is probably what was wanted. [00:40] (I don't much like the labels that reconfigure uses) [00:41] spiv: reconfigure --branch should stop if there are shelves then. [00:42] garyvdm: yeah, probably. File a bug? :) [00:44] remove-tree should error too [00:44] without force [00:44] same root cause I imagine [01:18] spiv: 4 outstanding branches; I'm changing tracks while review catches up [01:32] morning [01:33] beuno: ping? [01:34] beuno: I was just working on merging dozer, and when I run with --memory-profile now, Ctrl+C doesn't cause the process to fully exit anymore, so I'm not going to merge it yet. [01:43] how insane/hard would it be to access bazaar branches over the plain sftp protocol? [01:43] (i.e. without ssh being involved) [01:44] mwhudson: not so hard, probably. [01:44] mwhudson: the bzr test suite may already do that? [01:44] mwhudson: Oh, hi! Can I bug you about Loggerhead? :) [01:44] Peng_: sure [01:45] mwhudson: See above what I said about Dozer. Does it work for you? Do you still think it's okay to merge with that issue? [01:45] Especially since it's probably not a bug in Loggerhead. [01:45] spiv: i'll have a look [01:45] Peng_: mm, probably [01:46] Peng_: i mean, i hope noone enables dozer in production :) [01:46] Heh. [01:46] Peng_: it would be bad if this branch meant that you had to have dozer installed to run loggerhead at all [01:48] mwhudson: You only need Dozer installed to run with --memory-profile. [01:48] Peng_: cool [01:49] mwhudson: So, you think I should still merge it? [01:49] Peng_: yeah [01:49] OK. [01:49] Done. [01:50] Do you mind if I file a bug to follow up on my Ctrl+C issue? [01:51] Peng_: that sounds like a good plan [01:51] OK. [01:59] * igc offline for a few hours - bbl [02:04] mwhudson: at a glance, you could make a subclass of SFTPTransport that overrides _create_connection to do something other than use "vendor = _get_ssh_vendor(); ... ; vendor.connect_sftp(...)" [02:06] mwhudson: probably call it PlainSFTPTransport and register it as plainsftp:// or something? Do you want it to talk via TCP or perhaps via pipes to a subprocess? [02:18] spiv: tcp [02:18] spiv: the motivation is wanting to run the bzr serve processes on a different box to that which stores the branches for launchpad [02:19] spiv: so we can scale # of concurrent connections by plugging in more boxes [02:35] bzr 1.14 network performance is pretty schmick guys -- well done [02:36] good [02:36] * jml tries some pushing experiments. [02:39] lifeless: no-op push to a stacked 1.9 branch is ~12s from here, ~5s for 'bzr ping'. [02:40] no-op push has been pretty good for ages now :P [02:41] Hmm, to a stacked branch though... [02:41] yeah. [02:41] jml: thats still kinda slow [02:41] spiv: likely opening the stacked on branch [02:41] lifeless: yeah, kind of slow -- 14hpss calls [02:42] lifeless: but a lot better than I recall. [02:43] and all the hpss numbers are small [02:43] hmm. HPSS calls: 66 in ~46s for pushing a new stacked-on branch. [02:43] stacked, rather. [02:44] jml: thats high [02:44] jml: lots of get_parent_map ? [02:44] yeah. [02:46] lifeless: only 4. [02:46] oh [02:46] any vfs calls? [02:46] lifeless: more stats & gets than I would have expected -- want a copy of the log? [02:46] jml: oh, lp is still running 1.13 right? [02:46] lifeless: nope. [02:46] lifeless: 1.14rc2 [02:46] hmm. [02:47] yes, a log would be good then; I would have expected VFS free push [02:47] you have plugins that might be triggering vfs calls? [02:48] sent. [02:50] lifeless: bzrtools, imapclient, loom, ping, pqm, stats. [02:52] 11.029 hpss call: 'BzrDir.get_config_file', [02:52] '~jml/launchpad/has-linked-branch/' [02:52] 11.029 (to [02:52] bzr+ssh://bazaar.launchpad.net/%7Ejml/launchpad/has-linked-branch/) [02:52] 11.372 result: ('UnknownMethod', 'BzrDir.get_config_file') [02:52] upgrade your server :) [02:53] lifeless: as in, you think our server is not running 1.14rc2 as advertised? [02:53] no [02:53] 1.15 removes more VFS [02:53] lifeless: ahh, ok. [02:53] lifeless: well, given that Bazaar hasn't quite managed to release 1.14 yet, I might wait a little before upgrading to 1.15 :) [02:54] jml: huh? 1.14 is out. [02:54] oh, I must have missed the announcement to the mailing list. [02:54] Yes, you must have. :P [02:55] (not to mention the topic in this very channel) === jml changed the topic of #bzr to: Bazaar version control system | 1.14 released 29 April, 2009 | 1.13.2 released 28 April, 2009 | http://bazaar-vcs.org | http://irclogs.ubuntu.com/ | http://planet.bazaar-vcs.org/ [02:55] spiv: I can explain that! [02:56] spiv: my eyes stopped when I saw "1.13.2 released" [02:59] i changed the path of a branch, when I do bzr pulling, it will say: Parent not accessible given base blah blah.., should I rebase or reconfigure the branch? [03:03] nok5: just give it the full url to pull from [03:03] and add --remember [03:03] still the same error with url to pull [03:04] thats odd [03:04] can you run with -Derror and pastebin the output please [03:04] even bzr info yields the same erro [03:06] the output is here http://padfly.com/bzr [03:07] thats not for pull [03:07] ok [03:08] sorry, updated, please refresh [03:09] ok [03:09] definitely a bug [03:09] look in .bzr/branch/branch.conf [03:09] edit that file to give it the correct path [03:09] and I'll file a bug [03:10] ok, thank you [03:11] solved [03:16] lifeless: the bug link pls [03:16] nok5: don't have it yet - i filed by email [03:17] https://bugs.edge.launchpad.net/bzr/ will have it soon [03:17] roger that [03:28] Hi there, Iḿ new to bzr, I installed bzr on windows. I created a folder on external drive and want to check files into it from a folder on my c:. tortoise just allow checkout. Any Idea how to do this. Iḿ only used to cvs & svn [03:30] there's a tortoise thing for bzr, dunno how complete it is [03:33] BullHorn: you mean only checkout is allowed in c:. tortoise ? [03:36] Ok, I've a download folder on c:. I created a download folder on external. I initialized folder on the external drive and want to move or add the files from the c:/download to the external download. But want to use bzr for eas of use. I need to make space as I want to install linux on my laptop as well [03:38] I thought it will be better to manage the folder with bzr that just to copy it across [03:39] BullHorn: TortoiseBzr works reasonably well [03:40] how do I book/ add it to the repositry or do I need to copy it across and then just let TortoiseBzr init the folder? [03:41] BullHorn: I don't actually use it myself, but I'm pretty sure it just magically works on your checkouts and branches [03:52] BullHorn: it seems what you want is just copy/sync files on C drive to your bzr repo on external drive. but i dont know how can it help to save the space. you may init the original folder as shared repo, then setup a branch on your external drive [04:14] the idea is to have the external as the parent repositry. I only want to pull what I need. the rest I'll delete on my c:. BUT if someone else add a file/folder to that repositry I want to be able to see it. I know you're suppose to use it with source but sometimes one want to use it with any files. I'm trying to figure out how the distributed vcs model works. [04:31] BullHorn: yes, you can cherrypick (see user guide) from external folder to your c drive [04:37] BullHorn: the way it works is that you have many branches [04:38] BullHorn: you can push or pull from each [04:38] BullHorn: what you want to do is to get up and running with your current folder in bzr, then *push* it to your external drive for backup [04:39] 'checkout' is for wrking like cvs or svnw here your branch is somewhere else, and every 'commit' is immediately propogated [04:44] spiv: ping [04:45] spiv: reviews plox [04:54] nok5: bu 369619 [04:54] nok5: bug 369619 [04:54] Error: Could not parse data returned by Launchpad: timed out (https://launchpad.net/bugs/369619/+text) [04:55] lifeless: i've already subscribed, thanks for your notice [04:55] Source format does not support stacking, using format: 'Remote BZR Branch' [04:55] not so good :) [05:03] I’m going to leave it for now. I’m just frustrating myself even more on this windows platform while I want to move to Linux asap. It’s not working like TortoiseSvn yet. By the way will bzr logs a directory that has been added? [05:04] yes [05:21] lifeless: plox? [05:21] (I can guess what you mean, but I'm curious to know precisely...) [05:30] How does one list all files tracked by a bzr branch? [05:31] `bzr ls` I think [05:31] thumper: ah [05:31] I was trying bzr list [05:32] `bzr help ls` would help [05:32] not recursive by default [05:32] and -V for versioned files [05:32] bzr ls -VR for all versioned files [05:34] hmm, I'm not sure if I understand what a "Versioned" file is compared to what's output by default via bzr ls. [05:34] gotgenes: a versioned file is one that bzr is tracking [05:34] gotgenes: an unversioned file is one that bzr is not tracking [05:35] lifeless: I see. So by default, bzr ls does, simply, ls? [05:37] roughly yes [05:37] Hmm. [05:38] ls -RV will list all the versioned files in the tree recursively [05:44] lifeless, thumper: Thanks. [05:45] Okay, so next question. I have a symbolic link that I need to remove, but bzr remove gives "ERROR: Not a branch" [05:46] It's following the symlink [05:47] just rm it [05:47] then bzr rm the path it had [05:47] we have a bug open on symlink friendliness [05:47] lifeless: Indeed, some more clever searching got me to the trail of bugs on LP. [05:48] Hmm, this could be more troublesome because I actually want to retain the symlink. [05:49] And it's actually many symlinks [05:49] I guess I should script this. [05:50] python -c 'import bzrlib.workingtree; t= bzlib.workingtree.WorkingTree.open(".").unversion(path)' [05:50] ^ workaround [05:50] lifeless: No kidding? Ooh! Let me play with that. [05:57] back [06:26] lifeless: Any suggestions on how to check whether or not the file is versioned in the first place using the WorkingTree? [06:29] gotgenes: tree.path2id(path) is None -> not versioned [06:31] lifeless: sure enough [06:31] Thanks [06:32] Is there an os.walk equivalent in the WorkingTree, actually? [06:33] Hmm, there's a WorkingTree._walkdirs() [06:35] lifeless: ah, it seems unversion accepts file_ids, not paths. [06:40] Ah, shoot, walkdirs() (sans underscore) does exactly what I want. [06:42] gotgenes: path2id will get you ids [06:42] lifeless: yeah, it looks like walkdirs() will get me all I need to detect all symlinks and get their ids, actually [06:43] the only problem is it's complaining the working tree is not locked [06:43] hrumph [06:43] tree.lock_write()...finally: tree.unlock() [06:43] lifeless: You're helpful and a half. === dereine[OFF] is now known as dereine === dereine is now known as dereine[OFF] [07:13] lifeless: Your profile image on LP is amusing. [07:13] :> [07:13] I actually saw it first [07:13] Hey, that's clever! [07:14] then was like, "Why the hell... Oh, I wonder if he's in the Southern Hemisp..." Then I looked at the map. [07:17] hi all [07:17] vila: Hello. [07:24] gotgenes: :) [07:28] lifeless: How long have you lived in Sydney? [07:29] ~13 years [07:43] lifeless: Wow, that's a good stretch. [07:43] Were you previously in Australia? [07:43] Also, thanks for taking a look at my bug report. Was poking around that part of the code and just wasn't sure, but figured a report wouldn't hurt. [07:46] no worries [07:46] I'm originally from NZ [07:46] lifeless: Really? [07:47] yup [07:49] lifeless: I must get out to that region of the globe some day [07:49] let "some day" <= 4 years [07:50] :) [07:50] lifeless: Do you work for Canonical now? [07:51] yes I do; I have since the start [07:52] lifeless: start being graduation? [07:52] or start of the company? [07:53] Since the start of TIME. [07:54] Wow [07:54] That's epic. [07:54] That's like, Chrono Trigger epic. [07:55] technically since before incorporation - I was one of the first employees when Mark started on this venture [07:57] lifeless: Neato. How did you get tapped or find out about it? [07:58] I was a significant contributor to GNU Arch [07:58] and author of barch! [07:59] bob2: heh; that didn't go far - Tom's translation of larch to C met my porting needs [08:03] I guess I don't know my history of Bazaar. I should search to find out if it existed before Canonical. [08:04] Seems not. [08:04] 2007 vs 2004 [08:04] canonical was founded in 2004 [08:04] bzr (aka bazaar-ng) in 2005 [08:04] http://bazaar-vcs.org/HistoryOfBazaar [08:05] I like how john says I was 'probably the leader' :P [08:05] can be hard to tell in meritocracies ;) [08:06] lifeless: Haha [08:07] Mark and I called the project Bazaar; I've probably got the IRC log of the decision somewhere [08:12] later all [08:14] lifeless: night [08:27] I have a question about merging branches... is there anyone here that would have some time to spare? Thanks [08:27] AntoineLafontain: sure, what's the question? [08:29] I have a question concerning merging a branch with a branch where files have been removed... is there a way to ignore some files from the parent branch so that no conflicts needs to be resolved on those removed files/folder. Or maybe someone could enlighten me on how I should think about this problem in order to solve my issue. I hope this is the right place to ask those kind of questions, thanks for your time. [08:30] and I have to say I have limited experience with versioning... [08:32] you can't just fix the conflict after the merge, before the commit? [08:32] AntoineLafontain: there's not really any way to ignore parts of a merge, but dealing with the conflicts shouldn't be hard. [08:33] AntoineLafontain: the closest to ignoring parts is to do the merge and then selectively revert the files you didn't want to change. [08:34] it's not hard, but it's just all the same files all the time... it just feels redundant to do this every time I merge with the parent, since those files I removed voluntarily. [08:35] I see, there's no 'convenient' way to just have those 'auto resolve' or something... i'll just write a script to have those files always revert after a merge... [08:38] how do people go about when they branch from a remote project and then just want to work with a part of it, or remove part of it but still be able to merge back changes made to the remove repository back to the part they work with? [08:39] Maybe I'm thinking this the wrong way, but I feel this would be a pretty common thing. [08:39] There's not (yet) support for breaking a tree into smaller trees. [08:40] this would be a convenient tool isn't it? [08:40] Normally if you expect people to work on parts separately you'd make different branches for those parts. [08:40] I see [08:41] Or, more usually, just not worry about it. For many projects the wasted disk space and bandwidth is pretty insignificant. [08:41] i.e. not delete the files at all. [08:41] I see. I'm more concerned about some files I do not want to upload when using bzr upload [08:42] There's work to make this more convenient, part of something called "filtered views". [08:42] Ah, sounds like a feature to add to bzr upload then. [08:42] That could also be a way to go [08:42] bzr upload currently assumes you want to upload the whole tree I think, but an exclude list sounds like a reasonable feature for it. [08:42] if upload could keep a black list [08:43] yeah, I feel it basically would be better if a merge would consider the ignore list in the child branch... [08:43] then upload could be kept simple... upload all and it's all good [08:44] The existing ignore list is purely about what "bzr status" and "bzr add" will do. [08:44] yeah, I've tried it a few times to 'experiment' [08:44] It intentionally has no effect on files that are versioned (even if their file name matches). [08:45] or a an option when using remove to keep a special 'flag' if a user would set it to ignore a folder / files when set [08:45] bzr upload is a pretty basic mechanism for code deployment, though. [08:47] well I wouldn't say I have a complete understanding of what versioning is all about, my background is more into design than coding, but for my own sanity, I would like to have some kind of way to do this and once done not have to think about it everytime I merge with the parent repository [08:48] but I have to say thanks for the insights, it does confirm that I wasn't completly off track when thinking there's no way to achieve this presently [08:49] Yeah, you shouldn't need to repeat work. [08:49] You're welcome, glad I could help. I think a feature request for bzr-upload is probably the best option. [08:50] (Or perhaps just use rsync?) [08:50] yeah, rsync i prefer over bzr upload... how can I use rsync to achieve what I want? [08:51] and sorry for my 'basic' questions :) [08:51] Use the --exclude option [08:52] can eclude be used with a file listing the files/folders I want to exclude (only used the command line in the past for oomiting a file or two...) [08:52] hmm I think I'm starting to see a decent solution now... [08:53] AntoineLafontain: yes, rsync has an --exclude-from=FILE option too [08:54] AntoineLafontain: read the man page :) [08:54] yes, I just did it while writing... [08:55] thx for your patience... it's not often I have someone to just talk about those things around the office -designers hate command line based tools... I'm seen as a freak around the office... [08:58] thank you again for your time spiv. [09:06] AntoineLafontain: sorry for coming late in the game, but yes, bzr-upload should allow uploading a partial tree, this is a known limitation === sabdfl1 is now known as sabdfl [09:07] should? shouldn't [09:07] ? [09:07] whether this will be achieve by using a filtered view or a by a mean specific to bzr-upload has not yet been decided :) [09:07] ah! okey, just read you better [09:08] well my own guts tell me, if possible, it would be 'cleaner' to be able to remove files in a branch and still be able to merge from the parent while ignoring some files/folders from the parent [09:08] then bzr-upload would just upload the filtered tree [09:09] maybe there's other considerations that I can't fathom... [09:10] AntoineLafontain: it's better to version a whole project and then upload only part of it. [09:10] For example, if you have tests, you may want to *not* upload them, yet, you *want* to version them in sync with the code you're testing [09:11] well the whole project is keep in the parent branch... the sub branch is my 'filtered' project... removing parts from the parent before publishing [09:11] allowinf to keep the core intact, complete, but making possible to update the child when the core is updated, modified, but only in the parts that are kept in the child... does this make sense? [09:12] AntoineLafontain: in that case, nested trees will be more appropriate than filtered views, both are actively being worked on at the momemt [09:12] AntoineLafontain: I fail to see why you would do that? [09:12] AntoineLafontain: yes, that makes sense [09:13] the core is a project that I do not maintain... [09:13] * LarstiQ scrolls up for more context [09:13] so I just update it when there's updates to it and so on. [09:14] but I want to clean up some of the files from it, but want to be able to automate the update process for projects spawned from the core [09:15] vila> could I ask for a bit more insight on nested threes and filtered views? [09:15] or some links? [09:15] AntoineLafontain: hmm, so you want both a nested tree (for your sub branch) and a filtered view to upload only the relevant files [09:16] possibly... I'm not sure what is needed... but if possible I would like to have the workflow I described... or a good idea on a better workflow [09:17] AntoineLafontain: I think your description fully makes sense, as well as your workflow, but not all the bits are in place in bzr for your exacts needs :-/ [09:17] the filtered view it seems I could manage with rsync --exlude-from and keeping a versioned exclude file for each projects [09:17] I'm glad vila sees it, because I don't :) [09:17] well sub-projects if I follow my own logic [09:18] LarstiQ: say you have a branch with 'web-site' as a nested tree and additionally 'web-site' contains some password file, you want to upload 'web-ste' minus passwd [09:18] AntoineLafontain: Is the above a correct approximation of your needs ? [09:18] vila: fair enough, but why can't that be done as a bzr-upload feature? [09:19] LarstiQ: Ooooh it can ! [09:19] vila: and if you don't want it in your regular tree, why isn't `bzr rm; bzr ci; bzr merge` enough? [09:19] well simply put, it's to be able to work with the drupal project and then have a branch with a selection of contrib modules, then from that branch would spawn the real projects [09:20] but each project would not have all the same module selection, but for convenience and upgrade, I would like to keep all the main modules I use in one branch [09:20] LarstiQ: sounds a bit too much like reverting some decisions may be harder than it should [09:21] and keep my custom code in the 'projectX' branch [09:21] so updating core would meaning merging it in the module branch, then in all the sub projects [09:22] updating a module would mean only updating the projects [09:22] or I'm just making this just all too complicated for nothing... [09:22] AntoineLafontain: exactly what nested trees are about, using one of them for each module and composing higher level projects from them [09:23] thx vila, sounds like my reasoning wasn't too far fetched [09:23] AntoineLafontain: track http://bazaar-vcs.org/NestedTreeProgress [09:23] AntoineLafontain: right, that sounds like nested trees [09:23] and this is not yet supported? [09:25] AntoineLafontain: this is currently, actively, working on and should be available shortly [09:25] AntoineLafontain: the split and join commands exist, by-value trees have been in bzr for a long time, by reference is receiving active developement [09:26] AntoineLafontain: how many modules do you handle so far ? [09:26] humm, I'll say i have a selection of about 15 to 20? [09:26] which I do not use in all projects [09:27] now I basically keep those in a normal folder [09:27] ok [09:27] and cherry pick the ones I want for project X and those for project Y and so on [09:28] I'm actively trying to figure out a decent workflow using versioning and trying to automate many of those redundant tasks [09:29] and I have to say that bazaar as been impressively easy to pick up for the basics, but I got stumped when trying to achieve the pattern I'm talking right now [09:29] AntoineLafontain: right, so nested trees sounds like the silver bullet for that and filtered views (or a closely related mechanism) should address the upload part [09:30] I will try to take some time to read about those nested threes and see if I can wrap my head around those [09:30] roughly, in your case, it will mean updating your project and automatically get your modules updated [09:31] sounds like I get to eat the whole pie after all ;P [09:32] thanks for all your insights! [09:32] AntoineLafontain: you're welcome, don't hesitate to come back and share your experiments or other thoughts [09:34] will do. [09:59] vila> I hope you're still around. [10:00] * igc dinner [10:03] I've read about split and was wondering If I got it right. Basically, using split, I can make a subfolder of a branch an independent branch on its own. What I'm wondering is, what will happen to the splitted branch if the original branch is merge to its parent branch, which is a remote branch... wouldn't this cause a conflict since the split doesn't exist in the parent branch? [10:03] AntoineLafontain: in the container where you split the subbranch out, everything in that subdir is deleted from that point on. [10:04] bzr log --long shows timestamps with -0400, but I'm on US Eastern time, which is -0500 afaik. The time is the correct local time. Where should I look for the cause of this? [10:04] AntoineLafontain: so if you merge it into something else, you'll get a series of deletions merged. [10:05] dlee: looking through bzr.dev log, the timestamps vary. [10:05] larstiq> I'm not sure I understand the implication of this [10:05] dlee: so it seems more to do with the time of recording than displaying. [10:05] AntoineLafontain: if you can rule out merging it into the parent, that would make life simpler. [10:06] AntoineLafontain: that, or propagating the split to the parent. [10:07] Not sure I understand. The time shown is the correct commit time, shown as local time; but the -0400 makes it look like it was recorded with the wrong timezone. Makes me think I should offset the time I see by an hour to get local time of commit, but that would actually be wrong. [10:08] Is it doing that on fresh commits you're doing now? [10:08] Yes. I have v1.10 on this box though. I can try in a later version on another box if that would help. [10:10] then... lets say theres a parent branch A, I make a local branch of it A'... I want to keep the ability to update A' with any changes made to A (using merge?) but I want to add some files inside a folder of A' and be able to maintain seperate threes of tose subfolders too (each folder is a module added to the core A project). Then I wan to be able to make a B project which will be based on A' plus a selection of modules put ins [10:10] and if you type 'date' in at a terminal, does it show the right timezone? [10:10] Just did: v1.13.1, on MacOS via MacPorts. Time stamp of just-committed commit: "timestamp: Thu 2009-04-30 05:09:23 -0400" [10:11] Current time: 5:10 EDT (-0500 I think). I wonder if this is a daylight savings thing or somesuch. [10:11] In the nested three design document there's the 'Composite tree' description that would maybe suit what I want to achieve... [10:11] AntoineLafontain: truncated at 'of modules put ins' [10:11] a selection of modules put inside A' and some custom code/config files which are only related to B... [10:12] sorry [10:12] date result on Mac: Thu Apr 30 05:11:44 EDT 2009 [10:12] dlee: and `date -u`? [10:12] date -u: Thu Apr 30 09:12:40 UTC 2009 [10:13] dlee: it looks like the correct time to me. [10:13] dlee: you're at -4 at the moment. [10:14] Then I'm probably being confused by Windows... Windows says we're five hours off of UTC. Are we 4 hours off at this time of year maybe? Hmm... I guess the Windows-displayed offset never changes. Somehow I thought this one would embarrass me. :) [10:14] lifeless: http://igotgenes.blogspot.com/2009/04/how-symbolic-on-removing-symlinks-in.html [11:29] sup [11:29] LarstiQ: who do i need to bug if i need a range of older bzr's to be easy-install-able a gain [11:30] what makes them uninstallable? [11:30] james_w: easy-install wont find any version but the latest, most likely due to missing links in the related http pages [11:31] oh, and can someone please point me to a wiki page/documentation listing the api changes since bzr 1.0 [11:31] ronny: I'd look at NEWS for that [11:32] ronny: the easy_install issue is that specific releases at pypi have no download link? Like, http://pypi.python.org/pypi/bzr/1.10 [11:32] ronny: which page? [11:33] # Download URL: http://bazaar-vcs.org/Download [11:33] is that the reason? [11:33] james_w: i think so [11:33] easy_install goes down there till it hits http://www.bazaar-vcs.org/Download [11:34] then fails [11:34] presumably anyone listed as owner can edit the page [11:35] ronny: do you have an example command I could run to test if the changes have the desired effect? [11:35] * LarstiQ stays away from setuptools mostly [11:35] LarstiQ: make a virtualenv and and do an easy_install bzr==1.something within [11:35] (using the virtualenvs easy_install) [11:36] * LarstiQ tries out virtualenv [11:36] virtualenv rocks [11:36] I've been meaning to look at it, and zc.buildout [11:36] im currently setting up scripts to test anyvc against multiple versions of bzr, hg and subvertpy [11:37] right [11:38] whats missing is to wire up py.test to aggregate the cobinations of testruns in virtualenvs propperly [11:41] ronny: so, `virtualenv test_env; source test_env/bin/activate; deactivate;` to make one, activate and quit again? [11:41] LarstiQ: personnaly i would just directly invoke the bin/easy_install of the virtualenv, seems more simple [11:41] and now the easy_install fails, cool [11:42] ronny: I have no clue :) [11:42] * LarstiQ digs a bit to see how it works under the hood [11:42] ronny: but at least I can reproduce and test now, thanks! [11:42] LarstiQ: if you invoke test_env/bin/easy_install it will just do the right thing [11:42] * LarstiQ nods [11:43] ronny: I'm a bit leary it won't mess up my system. Of course the point is that it doesn't, but I don't trust setuptools, at all. [11:43] LarstiQ: well, you invoke it as user, so it wont rape ya too bad [11:43] i hope virtualenv will get pip instead of easy_install soon [11:43] ronny: it hasn't grown exploit code yet? ;) [11:44] ronny: what's pip? [11:44] LarstiQ: a sane python package installer by ian [11:45] btw - in general code by pje seems to be made to cause eye-cancer on reading attepts [11:46] ronny: a first glance at pip seems much saner [11:48] LarstiQ: it is, ian does quite reasonable and pragmatic things [11:48] yay ian :) [11:52] LarstiQ: how long will fixing the easy_install stuff take? [11:53] (ie the getting urls back) [11:53] ronny: I don't know, I don't have access. But I'll make work of it. [11:54] ronny: do you know if it is possible to include links in http://bazaar-vcs.org/Download that easy_install could find? [11:54] i want the easy things off my todo so i dont have any more excuses for the hard things [11:54] right [11:54] ronny: since the Download page I _can_ change [11:55] there seems to be a 'find_links' method at least [11:55] LarstiQ: im not sure if there is a way to delegate easy_install to a listing of older releases [11:56] else one would require to put all the older links in [11:56] and thats too much work to be worth it and probably confusing, too [12:02] ronny: I'm trying to get easy_install to accept https://edge.launchpad.net/bzr/+download [12:03] ronny: `easy_install -f https://launchpad.net/bzr/+download bzr==1.12 ` seems to work, although it is picking .zip over .tar.gz [12:56] ok, git in working trees works to some degree \o/ [12:56] blegh [12:56] bzr in git working trees I mean [12:57] Congrats. :) [12:57] only things left to do are commit and ignores [12:57] thanks :-) [12:57] it's still a tad bit slow ('bzr st' in a samba tree takes a few seconds) [13:02] nice [13:02] thanks jelmer [13:03] does it have any idea of things staged in the index? [13:04] yeah, it uses that to see what files are versioned and which aren't [13:05] 'bzr add' will also update the copy that's in the index [13:06] cool, that kind of makes sense [13:06] bzr would need some extension to be able to interact with it more fully though I guess? [13:07] james_w: yep, and same goes for colocated branches [13:07] yeah [13:08] james_w: right now it "feels" to me like it's a native bzr branch except for the fact that it's a bit slower and reports ".git" as an unknown file :-) [13:08] heh [13:08] that's what I'd like, so it sounds great [13:08] james_w: btw, I've been meaning to ask you [13:09] james_w: how do you cope with parallel imports for UDD? [13:09] would adding ".git" to the runtime ignores thing make sense? [13:09] we tend to ignore it [13:09] however, as we import most things we re-use file ids, so it tends to not be such a problem [13:09] I also want to make it use Aaron's rename detection to improve that some [13:10] james_w: that doesn't work if you have e.g. an upstream that is in bzr though? [13:11] james_w: bzr relies on the fact that control directories are called '.bzr' in some places at the moment, I'd like to get rid of that [13:11] ah, so you just make it see .git as the control directory [13:11] that makes sense [13:12] and you are right, it doesn't work when you have upstream in bzr [13:12] when we get to a point where that will be an issue on the large scale then hopefully bzr will have the parallel imports case better addressed [13:14] james_w: Ah, ok [13:14] james_w: Perhaps this would be something useful to discuss during the sprint [13:14] yeah [13:15] at the recent sprint I learned what path tokens are, and they made sense to me [13:15] they're still magic to me [13:17] I've no idea how to make them performant though [13:21] do you know how well Aaron's rename detection performs? [13:22] pretty good as I understand it [13:22] he tested by doing something like comparing bzr.dev with 1000 revisions back and it got 100% [13:23] but in terms of speed? [13:23] bzr-git doesn't support renames at the moment and rename detection is the only option I have [13:23] ah [13:23] not sure [13:23] mwhudson: hi [13:24] it's an edge match of every added file against every removed file I guess [13:24] perhaps with some shortcuts [13:24] I think that wouldn't be too slow [13:25] Perhaps at the point somebody renames a top-level directory [13:26] with 1000s of files under it [13:26] (at that point git gives up on renames) [13:27] yeah [13:27] adding path based detection first would be good I think [13:28] should handle that case well, and be quicker than detecting each individual rename [13:28] yeah, that'd make sense [13:39] hello [13:41] How come bzr 1.13.2 is packaged in PPA as bzr-1.13-2. Doesn't that version number mean bzr 1.13(.0), re-packaged for the second time? [13:41] ah [13:41] see [13:41] that's why people aren't getting updates [13:41] gioele, you're right [13:48] can I complain about the lack of a 1.14 bzr package in PPA or is it too early? :) [13:51] gioele, I think it's in a different PPA [13:52] gioele, https://edge.launchpad.net/~bzr-beta-ppa/+archive/ppa [13:52] gioele: personally, I would be fine with publishing it in the main ppa [13:52] beuno: I see, but it out of beta now [13:52] gioele, I know. But I guess they chose to put 1.13.2 on the release one [13:53] gioele: if you can test the one in the beta-ppa, I'm willing to move it to the main one if you vouch for it ;) [13:53] I agree though that 1.14 should go there [13:53] actually, johnf uploaded it yesterday to the beta ppa [13:54] LarstiQ: I doubt I'll change my list of apt repositories ;) [13:54] gioele: you can wget one .deb file if you want. But I'll ask johnf what the policy is on moving to the main ppa. [13:57] LarstiQ: seriously, I use bzr for stuff I care about. I'm fine using whatever comes from the official releases. But I have no means to "test" a release except running bzr self-test. [13:57] basically I just trust you dev that what is in the PPA is safe and tested enough [13:57] aww, shucks. [13:57] * LarstiQ wanted to recruit more testers. [13:59] LarstiQ: if you give me another test suite to test I'll happily test any new bzr. But is there another non-"bzr selftest" test suite? [14:00] gioele: the idea with the beta ppa is to have a time of real world usage in addition to the automated tests. [14:01] LarstiQ: but how can I test in real world. I see a catch 22 here. My real data is too precious to use it to test bzr. I could use fake data, or older data with fake commands, but that would not be really representative [14:01] and anyway, the latter could be automated [14:03] people could submit anonymized repositories and you could test on those, maybe with user supplied sequences of commands [14:03] gioele: right, that would exclude you from being a beta tester, which is fine. [14:05] can someone despam http://bazaar-vcs.org/Talks/KeheduMujipul and http://bazaar-vcs.org/Talks/NedovHobahit?action=Despam [14:06] I don't have enough rights to do that [14:25] gioele: its not enabled on that wiki === nevans1 is now known as nevans [15:27] survey: ideal commit message for a merge? [15:28] phinze, one that describe succintly while precisely what is being merged [15:29] when coming from a task branch it makes sense like "added feature, fixes issue #1234" [15:29] but what about merging into a task branch updated code from shared branch [15:29] i'm finding myself flipping between "Merged trunk"; "Merging trunk"; "Merged upstream" and the like [15:30] "pulling from trunk"? [15:30] wondering if i'm being redundant as that data is stored in metadata of the commit [15:30] Well, who cares if you're a bit redundant? [15:30] and then there's the question of present tense or past tense [15:30] true [15:31] and i realize this is totally and completely pedantic and overkill [15:31] but just wondered if other people think about this stupid stuff too :) [15:31] It's easier to see if it's in the commit message, if you're going down reading the commit messages ;-) [15:31] true i like to keep --line nice and readable [15:31] phinze: 'Merge bzr.dev r1234' [15:32] and it's not like you can leave it blank [15:32] LarstiQ: yeah that's not bad... [15:32] phinze: that's a bit ambiguous, but I think it's clear enough that you merge bzr.dev inclusive. [15:32] though it would show up as [merge] Merge bzr.dev... [15:32] otherwise I'd word it as 'cherry pick' [15:33] phinze: that's display dependant, but if you worry 'Sync up with' ? [15:33] LarstiQ: yeah not a huge deal -- just wanting to be succinct but useful [15:34] * LarstiQ nods [15:34] phinze: have a look at the bzr.dev merging for inspiration, is what I usually do ;) [15:34] LarstiQ: hah, not a bad idea -- look to the logs for enlightenment [15:36] phinze: that's also how logs will be used often ime, vcs archeology, finding out when and why a change got introduced, etc. [15:36] phinze: for merging trunk that usually matters less, but it's good to keep in mind [15:37] LarstiQ: yesh my thoughts exactly [15:37] LarstiQ: nice phrase too: 'vcs archeology' [15:39] vcs *is* software archeology === dereine[OFF] is now known as dereine [15:41] vila: right, there is probably a better term than prefixing with the means [15:42] LarstiQ: you're right :) [15:43] (I just don't like software archeology) [15:44] morning vila === ja1 is now known as jam [15:44] hey jam ! [15:45] how's it going? [15:45] I'm still a little under the weather, and probably not up for a phone call. [15:45] but we can chat here if you want [15:47] jam: sure, I'm finishing upgrading all my machines to jaunty, the pain being mainly migrating from parallels to virtualbox for my main WS and finding workarounds for silly bugs [15:48] including synergy not working anymore to share the mouse, the scrollwheel insisting that the right place to be is top left corner of main screen and otherwise the mouse jumping randomly all over the place [15:49] ooh, sounds fun [15:49] all of them being of course unheard by google itself [15:50] well, that was fun the first hour or so :-) [15:50] vila: In the past I came across an app that would hook into X's handling of your mouse. [15:50] Such that it could cause the mouse to "drift" [15:50] and "accelerate" etc [15:50] So when you stopped moving the physical mouse, the cursor would keep sliding for a bit [15:50] etc [15:51] hehe [15:51] It was a fun gag to play [15:51] I sort of had that one until I found the work around for synergy :) [15:51] but I'm sure would be horribly frustrating to use in practice. [15:51] A funny one to mention too: [15:52] virtualbox defines rigth-ctrl as the "host" key (to regain control of mouse/keyboard from guest) [15:52] but since synergy was acting, I used an old sun keyboard at one point *without* a right ctrl key... [15:53] and of course I realized that during a long blocking operation when the mouse wasn't usable anymore (captured by the guest) :-) [15:54] oh, and also the scrollwheel bug was specific to one mouse, not the old one I finally found under some dust... [15:56] oh, one last thing: [15:57] I finally found the way to work around the buggy virtualbox NAT (that gave me troubles in Brisbane) by... using the one installed by parallels :-) [15:58] (parallels installs a NAT handling background task at startup unlike vbox which try to handle it without being root and failed in some obscure corner cases...) [15:59] if ping and nfs can be called obscure that is :) === verterok_ is now known as verterok [16:04] jam: I want to introduce a new metadir format like development-subtree, except using branch format 8. Should I create a new entry, or just change development-subtree? [16:05] W%rcR%ft21 [16:05] oops [16:05] wrong window, and wrong entry anywy... [16:06] abentley: I think we need a new format, because otherwise anyone using dev-subtree *today* won't be able to migrate [16:06] jam: They ought to be able to do "bzr upgrade --development-subtree" [16:07] abentley: because the individual objects would still be recognized? [16:07] jam: Right. [16:07] so, IMO, --dev-subtree should be an alias [16:07] not a concrete format [16:08] so having it point at something new is fine [16:08] jam: Right now, it's not. [16:08] There's a comment explaining why that I don't understand. [16:08] let me check [16:09] i.e. "it's not an alias". [16:09] abentley: so the comment is just that we didn't create a -dev6-subtree to aliase -dev-subtree to [16:09] so I would suggest... [16:09] create a --dev6-subtree (or -dev7 [16:09] and change -dev-subtree to be an actual alias [16:09] Okay. [16:10] jam: I don't understand why aliases specify their component formats. Seems brittle to me. [16:10] As for --dev6 / --dev7... I don't really care [16:10] abentley: I don't fully understand aliases either [16:11] I guess that aliases are just omitted from the 'info' listing? [16:11] I certainly would have thought that an alias designation would just copy info from whatever it was aliasing [16:12] yeah, it seems to do: [16:12] non_aliases = set(bzrdir.format_registry.keys()) [16:12] non_aliases.difference_update(bzrdir.format_registry.aliases()) === herb` is now known as herb [16:12] And nobody actually took the time to code up how we would really want to use aliases [16:14] jam: Just being able to construct them from the format they alias would be a good start. [16:14] abentley: like a "Format.create_alias()" function? [16:15] jam: I was thinking of FormatRegistry.register_alias() [16:16] sure [16:20] jam: Shouldn't development formats be hidden? [16:21] I would probably say yes by default, but I don't think there is a way to say "and give me the rest"... [16:22] so, anybody knows how i make bzr on ubuntu not popup notifications for everything i do. the new notification dialog is nice, but this is a bit too much for my taste [16:23] intellectronica: well, the brute-force way is to uninstall bzr-gtk [16:23] Though I believe there *is* a way to just disable it [16:23] I just don't know it off hand [16:24] jam: yeah, removing bzr-gtk seems to do the trick. thanks! [16:43] kfogel: Finally got around to writing a bit on permissions, since you expressed interest http://www.baltdad.com/2009/04/bazaar-part-5-permissions/ nothing earth shattering but it was useful for me. === ja1 is now known as jam [16:44] SKArfaceGC: cool! will take a look [16:46] SKArfaceGC: oh, that's more about unix filesystem-level perms. I think I was thinking about client/server access control. [16:46] like, who can branch what from where, who can push what to where, that sort of thing [16:46] I'm going to hit that next. I've been crushed at work so I haven't had a ton of time to mess with it. [16:47] I really do want to be able to handle perms at the server level rather than at the fs level. Would simplify some stuff in my env. [16:48] Though it strikes me that with a decent script and heavy abuse of /etc/groups I may be able to simulate some of the detailed control I want. Just seems, well, a bit too hackish. [16:48] bazaar is written in python isn't it [16:48] ? [16:49] matio: yes [16:50] SKArfaceGC: yeah, I think doing access control via fs-level perms is not the wave of the future :)-. [16:50] oops [16:50] :-) [16:50] does the project need any help (that would be quite easy), I want to help open-source projects that use python [16:51] matio: yeah, there's always more things to do [16:51] matio: A good start is looking for the bugs tagged "easy" in the bug tracker [16:51] what could I help with? (thanks 4 reply) [16:53] matio: see https://bugs.edge.launchpad.net/bzr/+bugs?field.tag=easy [16:54] are there any plugins for the smart server that deal with permissions already? [16:54] thjelmer: thanks, I was just looking at the blueprints for bazaar! [17:02] matio: easy, or trivial [17:03] matio: (which is then https://bugs.edge.launchpad.net/bzr/+bugs?field.tag=trivial of course) === dereine is now known as dereine[OFF] [17:14] im not sure where i would start [17:17] matio: you could start by finding the patch mentioned in https://bugs.edge.launchpad.net/bzr/+bug/239523 , apply it, and see if that fixes the problem or not. [17:18] Launchpad bug 239523 in bzr "bzr tag --quiet not obeyed" [Low,Confirmed] [17:18] matio: if it doesn't fix the problem, it needs to be improved. If it _does_ fix the problem, it needs to be merged to bzr.dev [17:18] matio: in which case you'd need to find out why it isn't merged yet, possibly take care of points raised during review, get another review done, etc [17:19] matio: does that help? [17:20] LarstiQ: yes, thanks [17:21] matio: http://bundlebuggy.aaronbentley.com/project/bzr/request might be of help for finding the patch. If not, it should be in the mailing list archives. [17:22] matio: http://doc.bazaar-vcs.org/latest/developers/index.html might also come in handy [17:24] LarstiQ: thanks for your help [17:54] jam: ping [17:54] jam: The parent keys specified to add_lines(), should that be a list or a tuple? [17:55] It seems like groupcompress bails out it if is a list and the other code bails out if it is a tuple [17:55] jelmer: individual keys must be a tuple, IIRC, but the overall group of parents should probably be either [17:55] Are you doing [(parent_1,), (parent2,)] ? [17:55] or (parent1, parent2) [17:56] Or ((parent1,), (parent2,)) [17:56] the middle one is wrong [17:56] for sure [17:56] the first and third should be correct [17:56] (I *think*) [17:56] I'm doing the first but that triggers a test in add_lines() that makes sure the parents of a text don't change [17:57] bzrlib/groupcompress.py:1601 [17:58] if the present nodes have a different type than what I'm specifying it raises the assertion [17:58] (Pdb) print keys[key][1] [17:58] ([('36620@8da58560-a4e7-4996-a0c2-a735b94b261c:trunk%2Fautodoc%2Fsource%2Fparser%2Fkernel%2Fx_parse.cxx', 'svn-v4:8da58560-a4e7-4996-a0c2-a735b94b261c:trunk:121227')],) [17:58] (Pdb) print node_refs [17:58] ((('36620@8da58560-a4e7-4996-a0c2-a735b94b261c:trunk%2Fautodoc%2Fsource%2Fparser%2Fkernel%2Fx_parse.cxx', 'svn-v4:8da58560-a4e7-4996-a0c2-a735b94b261c:trunk:121227'),),) [18:00] jelmer: so where does it fail if it is a tuple? (#3) [18:00] and afaik I changed to using [] in the first place because another part of the code required that [18:00] s/afaik/iirc/ [18:01] I think the dupe check code of knits [18:02] so failing because it is a list vs tuple doesn't seem valuable at that point [18:02] I would have thought _get_entries() would always return tuples at this point [18:02] but certainly it could have returned either at different times [18:03] ok, tuples it is [18:12] jelmer: either way, I wouldn't mind if the check was updated to cast them specifically [18:12] since I don't think we care about the time of the container at that point [18:38] where is documentation for a project on launchpad normally kept? Blueprints/Answers/Overview do not seem to be the place to look. [19:08] ronny: https://lists.ubuntu.com/archives/bazaar/2009q2/057805.html [19:10] jelmer: updated 364416 with the NoSuchRevision backtrace [19:15] jfroy: is this a repo with mixed svn-v3 / svn-v4 revisions ? [19:15] yeah [19:15] SKArfaceGC, there is no such place, for now === abentley1 is now known as abentley [20:07] LarstiQ: thanks [20:09] ronny: thanks for getting me finally to start with virtualenv :) [20:11] LarstiQ: np, always happy to beat people with cool things [20:12] hihi [20:12] jelmer: hello [20:24] jam: Do you have a minute to chat? I need some advice on nested pull. === nevans1 is now known as nevans [20:35] mwhudson: hi! [20:36] Who would have thought RMS had a sense of humor. Sent myself and mbp "condolences" for the 1.13.2 release :-) [20:36] BasicOSX, HI! [20:37] what do you think of updating the release PPA with 1.14? [20:37] instead of 1.13.2? :) [20:37] beuno: I don't do the PPA part, just source tar/zip, but I think it's a great idea :-) [20:38] BasicOSX, oh? now I have to find someone else to bug! [20:38] beuno: I've sent johnf (who does the ppa bits for bzr) a mail about that. [20:39] LarstiQ, thanks :) [20:39] beuno: he's in the .au/.nz timezone afaik [20:39] we should also get an SRU for Jaunty [20:40] beuno: did 1.14 end up in Jaunty? [20:41] jelmer, no :( [20:41] 1.13 [20:43] ah, good [20:43] otherwise we'd have heaps of broken plugins there.. [20:43] jelmer, well, now we have heeps of broken branches... :) [20:49] beuno: Do you mean the stacking issues or the new formats? [20:49] abentley, stacking [20:50] beuno: AIUI, we're putting bzr 1.13.2 into jaunty-updates. [20:50] abentley, has someone filed that? [20:50] that would be lovely :) [20:51] beuno: Ask spiv [20:52] * beuno looks at spiv [20:53] mwhudson: is that etckeeper mirror still visible somewhere? [20:59] jelmer: o [20:59] o [20:59] aargh! [21:00] no! [21:00] jelmer: the usual staging effect [21:00] jelmer: but the import took like 10 seconds [21:02] mwhudson: that sounds about right [21:02] mwhudson: speaking of 10 seconds.. launchpad-bazaar seems to be choking on openoffice [21:02] https://edge.launchpad.net/~jelmer/openoffice/hosted [21:02] jelmer: gosh [21:03] jelmer: that mean 15 minutes without a progress report :/ [21:04] * mwhudson goes to look at the codehost's disk space graph [21:10] yeah, it's large [21:10] about 200k revs at this point [21:23] mwhudson: any idea? [21:23] jelmer: probably getting a LOSA to do the initial pull by hand [21:23] jelmer: unless you want to fix bzr's progress reporting? === dereine[OFF] is now known as dereine [21:32] mwhudson: there's lots of things I want to do [21:32] jelmer: i know that feelig [21:33] jelmer: i'll get spm to kick it when he starts work [21:34] so this is just because bzr doesn't give any output, in which case lp assumes it's stalled? [21:34] right [21:34] we hook into the progress bar machinery [21:34] calling bzr via bzrlib.. ah [21:34] mwhudson: what version of bzr is that with? [21:35] (useful for mirrored branches really, the mirror puller sometimes got stuck for daaaays) [21:35] LarstiQ: 1.14rc2 [21:35] mwhudson: and the progress isn't sufficient? Hmmm. [21:35] jelmer: what format is the branch? [21:35] for being alive I'd expect the transport progress to really have helped. [21:36] jelmer: if i have bzr-git in ~/repos/bzr-git/trunk how can i run the tests? [21:36] jelmer: symlink from ~/.bazaar/plugins/gtk, bzr selftest git ? [21:36] LarstiQ: don't think the localtransport participates in that? [21:37] mwhudson: oooh, fair enough [21:37] yeah, that sucks [21:39] mwhudson: development6 [21:39] mwhudson: "make check" in the bzr-git directory should do it [21:39] mwhudson: but what you suggested should work too [21:41] jelmer: oh right [21:42] hmm [21:42] ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings. [21:42] jelmer: sqlite version fun or something? [21:42] mwhudson: do you have bzr-git 0.2.1? [21:43] jelmer: bzr-git trunk [21:43] i guess i should branch the tag [21:43] and hey, maybe lp isn't up to date [21:44] ah, it's a hosted branch [21:44] LarstiQ: btw, http://moinmo.in/SectionParser might be something to help with making things invisible [21:45] jelmer: happens with tag:bzr-git-0.2.1 too [21:46] ronny: that seems like it should work, thanks [21:48] mwhudson: sorry, it looks like I forgot to actually merge my python2.4 fixes for bzr-git [21:49] so i found the color coding pretty cool, interesting in 'bzr shelve' ... is there any way to get bzr diff to work the same way, color coded and in a pager (besides dumping to file and opening in vim?) [21:49] mwhudson: Is it ok if I just push or would you rather see a 0.2.2? [21:49] LarstiQ: {{{#!wiki comment [21:49] jelmer: this happens with python2.6 too [21:49] kirkland: that happens because you have bzrtools installed, which also provides cdiff [21:49] jelmer: a tag would be nice, no need to bother with a release [21:49] kirkland: pager/vim wise, I usually | vim - [21:50] ronny: that being standard supported? [21:50] kirkland: also less -R works [21:51] * LarstiQ falls asleep, ciao [21:51] thanks guys [21:51] bzr-pages can do that automatically for you [21:51] *bzr-pager [21:52] LarstiQ: yes, im not sure since what version tho [21:54] mwhudson: pushed, tagged as bzr-git-0.2.1a [21:54] jelmer: ta [21:56] oh wow, bzr tags -r branch:lp:bzr-git goes bang in a spectacular way [21:56] ReadOnlyError: A write attempt was made in a read only transaction on LockableFiles(lock, file:///home/mwh/canonical/repos/bzr-git/release-0.2.1/.bzr/branch/) === dereine is now known as dereine[OFF] [21:56] i guess i should file a bug or something [21:58] jelmer: pushed where? [21:58] lp:~bzr/bzr-git/trunk [22:02] jelmer: really? === welten is now known as welterde [22:02] oh wow, yes, really [22:03] jelmer: thanks happier now [22:03] cool [22:04] * mwhudson just experienced svn's conflict handling for the first time in a few years [22:04] it's .... different ow [22:04] now [22:04] yeah, it's been improved [22:05] svn resolve --accept working is pretty awkward though [22:05] and i don't really want to be asked questions during 'up' [22:05] ah well === weltende is now known as welterde [22:05] mwhudson: what are you using svn for anyway now that you have bzr-svn ? >-) [22:05] jelmer: it's codespeak :) [22:06] ahh :-) [22:06] speaking of which, i have a repo dump here... [22:06] jelmer: I'm having a strange bzr-svn error when you have a second. bzr: ERROR: exceptions.AttributeError: 'SubversionPushResult' object has no attribute 'old_revno' [22:07] jelmer: "bzr missing" and "bzr pull" work just fine. It's just "bzr push" that has issues. [22:08] enigma: with which version? [22:08] bzr-svn 0.5.4 with bzr 1.14 [22:14] jelmer: while you're here, python 2.4, bzr 1.14, subvertpy 0.6.5 and bzr-svn 0.5.4 should all get along reasonably happily? [22:14] mwhudson: yes [22:17] jelmer: cool [22:17] jelmer: i'll be asking you a similar question in a month, i guess :) [22:17] * mwhudson stabs combinator [22:18] uh! [22:18] the subvertpy tests just segfaulted on me [22:19] uh? [22:19] jelmer: subvertpy.tests.test_client.TestClient.test_get_config segfaults for me [22:19] with python 2.4, 2.5 and 2.6 [22:19] on jaunty [22:19] mwhudson: subvertpy tip? [22:19] jelmer: release-0.6.5 [22:20] mwhudson: That one is actually fixed since 0.6.5 [22:20] * jelmer should probably release 0.6.6 [22:21] jelmer: yes, trunk seems happier [22:21] apart from subvertpy.tests.test_properties.TestProperties.test_time_from_cstring [22:21] self.assertEquals(1225704780716938L, properties.time_from_cstring("2008-11-03T09:33:00.716938Z")) [22:21] exceptions.AssertionError: 1225704780716938L != 1225701180716938L [22:22] mwhudson: export TZ=CET ;-) [22:22] but yeah, that's a bug too [22:22] jelmer: ehhh [22:23] a bug in the tests, or in subertpy? [22:23] mwhudson: that's a bug in the tests [22:23] ok [22:26] jelmer: i get this sort of thing when i try to run bzr-svn tests with python2.4 http://pastebin.ubuntu.com/161709/ [22:27] jelmer: does that make any sense to you? [22:28] ah, the message is actually [22:28] ImportError: subvertpy/client.so: undefined symbol: Py_InitModule4_64 [22:29] oh i see, i wasn't actually running the tests with trial [22:31] jelmer: subvertpy doesn't actually seem to work with python2.4 [22:34] mwhudson: Tests seem to work fine here [22:34] mwhudson: did you rebuild for python2.4? [22:42] jelmer: yes [22:42] at least, i tried :) [22:43] mwhudson: what exactly doesn't work? [22:44] jelmer: importing the extensions [22:44] hang on, three conversations at once going on here :) [22:56] hello all [22:57] hey poolie [22:57] i'm home again, yay [22:57] jelmer: spm is pulling your oo branch by hand now [22:57] poolie: just in time for friday too! excellent timing! :-) [22:59] jelmer: ok, python2.4 seems to be working now [23:01] mwhudson: cool - any source code changes necessary? [23:01] jelmer: are you going to release a new subvertpy, or should i just use tip? [23:01] jelmer: no [23:02] jelmer: although you might want to fix the business about the error message when extensions fail to import [23:02] yo poolie! [23:04] hello sidnei [23:04] mwhudson: if possible please just use the tip [23:04] mwhudson: I'd like to fix the timezone issue as well in 0.6.6 [23:04] jelmer: ok [23:04] poolie: im making good progress here. too bad it takes a hundred years to branch bzr on my connection :) [23:04] (we're not actually using subvertpy/bzr-svn yet, but i would like to get a mutually compatible set of stuff in our tree) [23:06] jelmer: argh, the bzr-svn tests segfaulted [23:07] * jelmer thinks mwhudson has some bad karma [23:08] mwhudson: bzr-svn 0.5.4, subvertpy tip, bzr 1.14 ? [23:08] jelmer: python 2.4, jaunty [23:08] jelmer: pastebin will follow in a sec, on a call now === dereine[OFF] is now known as dereine [23:13] jelmer: it's bzrlib.plugins.svn.tests.test_workingtree.TestWorkingTree.test_get_ignore_list_morelevel that segfaults [23:16] hi poolie [23:17] hi lifeless [23:17] i'm back, as you see [23:17] i'll answer your mail about news from london [23:18] i have a cold (hopefully not swine flu!) [23:20] mwhudson: do you have a gdb backtrace? [23:20] I have a solution to swine flu. It involves eating a whole lot of bacon. Who's with me? [23:20] fullermd: :) [23:20] fullermd: bacon explosion! [23:20] jelmer: no [23:21] mwhudson: I'm really not sure what could cause this, nobody has reported a segfault in months [23:21] jelmer: on the phone, one sec [23:25] jelmer: http://pastebin.ubuntu.com/161741/ [23:30] mwhudson: are you getting an actual segfault or an assertion? which svn version? [23:35] jelmer: segfault [23:35] 1.5.4dfsg1-1ubuntu3~launchpad0 [23:35] hmm [23:35] that ~launchpad0 is a bit suspicious :) [23:36] mwhudson: probably a nochange rebuild for 2.4 [23:36] i hope so [23:38] lifeless, poolie: any idea where TortoiseOverlays can be found? the build instructions are broken where the link should be: http://bazaar-vcs.org/BzrWin32Installer [23:39] sidnei: no idea :( [23:40] Question from a git user: It seems like bzr repositories are made up of branches that are contained in subdirectories. In git, I tend to like that I can checkout a branch (with git-checkout) and not cd into a subdirectory. [23:40] Am I missing something with bzr repos or will I just have to live with it? :) [23:41] tyhicks: there has been vigorous debate about this :) [23:41] tyhicks: one thing you can do in bzr is separate your trees from your branches and repository [23:41] tyhicks: you can create a checkout and use switch to switch between branches [23:41] mwhudson: Ahh... I didn't mean to fuel the fire [23:42] so you can have a repo in say ~/repos/project [23:42] and branches ~/repos/project/trunk ~/repos/project/feature-X [23:42] and then a checkout in ~/checkouts/project [23:42] then in ~/checkouts/project you can say "bzr switch trunk", "bzr switch feature-X" [23:43] tyhicks: no worries, just wanted to say that you're not the first to ask this question :) [23:43] mwhudson: I didn't know about bzr switch. I think that will work for me. [23:43] mwhudson: Thanks! [23:43] alright, gotta go. have a good weekend all!