[12:06] jelmer: it seems that that svn branch of mine got completely botched [12:07] bzr missing svn://parent reports entire history to be missing on both sides [12:10] that's rather unfortunate, as I will have to re-do the changes I already committed in it === onox [n=onox@kalfjeslab.demon.nl] has joined #bzr [12:17] does shelf provide any way to export shelved patches? [12:17] They're just plain .diff files [12:17] Go take a look at e.g. .shelf/shelves/default/00 [12:17] LeoNerd: I guess, but I dunno where they live :) [12:18] (I specifically know they're plain patches because they blow up if you rename a file while it wasn't looking) [12:18] (whereas tla/baz "undo" facility works fine) [12:18] lapthrick: but also, depending on why you want that, you may find merge --uncommitted useful. [12:18] I want that because an svn branch of mine broke :\ [12:19] and I'm carrying over the changes to a fresh one [12:21] so if you unshelve and run diff, does it show all your changes? [12:22] actually it seems I have no changes shelved in that branch, I got confused === bicchi [n=albert@adsl-065-006-167-199.sip.mia.bellsouth.net] has joined #bzr [12:24] Would anyone know if version 0.91 will make it into gutsy? === p4tux [n=p4tux@189.169.63.170] has joined #bzr [12:31] bah [12:31] another error [12:32] :( === BasicMac [n=BasicOSX@warden.real-time.com] has joined #bzr === zbrown [n=rufius@208.64.37.45] has joined #bzr === abentley [n=abentley@bas8-toronto63-1088754407.dsl.bell.ca] has joined #bzr === zbrown [n=rufius@unaffiliated/zbrown] has left #bzr [] === jml [n=jml@ppp121-44-213-76.lns1.hba1.internode.on.net] has joined #bzr === cprov [n=cprov@canonical/launchpad/cprov] has joined #bzr [12:50] Does anyone in the world have bzr+http working? [12:51] I presume for that to work, some sort of (Fast)CGI app is needed [12:51] Yes. [12:51] It's very simple. [12:51] And it doesn't work. [12:51] I want to know if anyone has it working so I can see what I'm doing wrong. [12:52] Peng: when you say it doesn't work, what happens [12:53] Hold on. [12:57] http://privatepaste.com/44AFaH6wN7 [12:57] Eh, oops. [12:57] Anyway [12:57] I meant to obfuscate my email address in that. === BasicOSX [n=BasicOSX@216-243-162-1.static.iphouse.net] has joined #bzr [01:03] oh hmm, no browser here at the moment [01:03] is it long? [01:03] could you /msg it to me ? [01:03] Eh. Not that long. [01:03] hold on. [01:04] '$ echo hello | POST http://bzr.mattnordhoff.com/bzr/.test/.bzr/smart' returns ok2 [01:04] '$ time bzr log bzr+http://bzr.mattnordhoff.com/bzr/.test$ time bzr log bzr+http://bzr.mattnordhoff.com/bzr/.test' says 'bzr: ERROR: Not a branch: "bzr+http://bzr.mattnordhoff.com/bzr/".' [01:04] But with regular http, it works. [01:04] Oops. How did I paste that twice? [01:04] I blame my keyboard! [01:05] hello [01:06] Peng: what version of the smart server? [01:06] Peng: I bet that you are being bitten by the bug where the relpath must match inside and outside apache [01:06] I don't know if that is fixed or not [01:07] lifeless: 0.91. And that could be it. My homedir is a symlink. [01:11] What, what's the bug, exactly? And what's the workaround? === orospakr [n=orospakr@ip-81.48.99.216.dsl-cust.ca.inter.net] has joined #bzr [01:38] Peng: hi [01:39] the problemi s that bzr sends in its protocol a path like [01:39] /foo/bar [01:39] to a url like [01:39] http://host/bzr/foo/bar/.bzr/smart [01:40] and on the server process that is mapped [01:40] so /bzr/foo/bar might be /home/bzr/~public_html/foo/bar [01:40] and finally chrooted [01:40] so '' inside bzr means /home/bzr/~public_html/foo/bar [01:40] but we sent '/foo/bar' === bicchi [n=albert@adsl-065-006-167-199.sip.mia.bellsouth.net] has left #bzr [] [01:41] so you actually end up accessing /home/bzr/~public_html/foo/bar/foo/bar [01:41] which of course, does not exist === igc [n=igc@ppp121-45-227-231.lns1.bne4.internode.on.net] has joined #bzr [01:41] morning [01:41] and we don't know on the client where the chroot point is, s o we cannot do path calculations to send less, sanely. [01:43] hi igcv [01:44] lifeless: Well, I'm not chrooted. [01:44] Peng: its a bzr software chroot [01:44] Oh. [01:44] so that people cannot ask for /etc/passwd [01:44] Yeah. [01:44] Well, what's the workaround? [01:45] one is to make the duplicated path segments exist [01:45] in your case, I'm guessing, movig bzr/.test on bzr/.test/bzr/.test [01:45] just on the server [01:45] may well work [01:45] or [01:46] possibly symlink bzr/.test/bzr/.test to ../.. === jml [n=jml@203-113-250-169-static.TAS.netspace.net.au] has joined #bzr [01:49] Err. [01:50] how often are workarounds pretty ? === spiv [n=andrew@86.228.233.220.exetel.com.au] has joined #bzr [01:50] :( === jml [n=jml@203-113-250-169-static.TAS.netspace.net.au] has joined #bzr [01:51] So until then, what, bzr+http is completely nonfunctional? [01:51] it works if your paths line up [01:51] there is a high severity bug on this [01:52] Oh. [01:53] Does anybody have their paths lined up? [01:54] yeah, we did when we tested it lol [02:13] abentley: ping; is there a method to get an inventory delta from two trees/two inventories ? === AfC [i=andrew@office.syd.operationaldynamics.com] has joined #bzr [02:16] Well, I guess the bug 107161 guy got bzr+http to run. So it's not impossible. [02:16] Launchpad bug 107161 in bzr "http smart server performance is far worse than http alone" [Medium,Incomplete] https://launchpad.net/bugs/107161 [02:17] Actually I never got it to work. Debugging it was too hard. === poolie__ is now known as poolie [02:18] Okay, https://bugs.launchpad.net/bzr/+bug/119330/comments/8 has a good explanation of the path issues. [02:19] Launchpad bug 119330 in bzr "bzr+http mod_python wsgi issues" [Undecided,New] [02:21] Hey, awesome! [02:21] In /bzr, I added a symlink to . so /bzr/bzr/bzr/bzr ... works. [02:21] Now I get a different error! :) [02:22] AttributeError: 'DisabledTags' object has no attribute 'get_reverse_tag_dict' [02:22] ok, I think that is fixed in bzr.dev [02:22] Newer than 0.91? [02:22] yes [02:22] Hey, cool. [02:23] Oh, yes, 2867. [02:25] It sucks that hg can only use a smart server, but at least its smart server works! [02:41] hg can use plain http as well... just not very well. [02:43] That's true. [02:43] So, then, I could say in #mercurial, "It sucks that bzr can't use a smart server, but at least its dumb server works!". [02:44] heh. As long as you have your asbestos suit +2 equiped :-) === yminsky [n=yminsky@user-0cevcqv.cable.mindspring.com] has joined #bzr [02:45] Haha. [02:46] Peng: the smart server is also available over plain tcp/ip or ssh [02:47] the latter two are better supported than http === jelmer wasn't even aware it wokred over http :-) [02:49] jelmer: I know that. In fact, I use bzr+ssh. I just thought "can't" sounded better. :) === orospakr [n=orospakr@ip-81.48.99.216.dsl-cust.ca.inter.net] has joined #bzr === jml_ [n=jml@ppp108-61.static.internode.on.net] has joined #bzr === orospakr [n=orospakr@ip-81.48.99.216.dsl-cust.ca.inter.net] has joined #bzr === jml_ is now known as jml [04:17] bzr 0.91 is in Gentoo now, btw [04:20] Hey, no version of bzr is marked as stable. :( [04:21] in where? [04:21] Gentoo. === yminsky [n=yminsky@user-0cevcqv.cable.mindspring.com] has joined #bzr === NamNguyen [n=namnt@203.162.163.50] has joined #bzr === fkumro [n=fkumro@pool-71-186-136-74.bflony.east.verizon.net] has joined #bzr [04:29] Peng: seems appropriate, it is Gentoo [04:30] AfC: thanks! === NamNguyen [n=namnt@203.162.163.50] has joined #bzr === Nam__ [n=namnt@203.162.163.50] has joined #bzr === NamNguyen [n=namnt@203.162.163.50] has joined #bzr === jml [n=jml@ppp108-61.static.internode.on.net] has joined #bzr [05:05] igc: hi [05:05] igc: I think you did two reviews, one I've submitted the other replied to; any chance of some more today ? [05:06] Probably ... [05:06] I'm flat out putting together a 3 hr tutorial for ODSC today ... [05:07] but I'm keen to keep you moving :-) :-) === cprov [n=cprov@canonical/launchpad/cprov] has joined #bzr [05:39] igc: rotfl, sorry, but I've had to just mini rant at you; I couldn't contain myself. [05:41] lifeless: hasn't arrived yet. Looking forward to it :-) [05:42] should be there now ;) [05:51] yep :-) [06:01] igc: :) === igc food === jml_ [n=jml@ppp108-61.static.internode.on.net] has joined #bzr === rml [n=Skippy@78.32.35.169] has joined #bzr [07:40] lifeless: I don't think there is a method for that. [07:48] abentley: I've whipped up a test helper [07:56] I'm trying to ignore a single file, but it doesnt work - bzr ignore ./top/settings.py [07:57] when I run bzr ignored the wile isn't there [07:57] not wile but file [07:58] Gacha: Well, that should work, as long as 'top' is in the root directory of the branch. [07:59] I know, but it doesn't [07:59] Heh. [07:59] Yeah, "it's supposed to work!" isn't a very useful answer, is it? [07:59] Gacha: can you cat .bzrignore please [07:59] I don't have a browser right now; so either paste it here or /msg it to me [08:00] ./top/settings.py [08:00] ok [08:00] next thing is that adds overwrite ignores [08:00] so try bzr rm --keep top/settings.py [08:02] but if I want that the settings.py is a part of the project after doing checkout [08:02] but when doing changes it should ignore them [08:03] oh [08:03] this is not what ignores do :) [08:03] because settings.py can be different [08:03] ignores are for files you don't want to be part of the project. [08:04] I can offer a work around; we are discussing on the list at the moment a 'readonly' flag that would probably do what you want; you might want to peek at that discussion thread [08:04] the workaround is - [08:04] have a file, 'settings.py.default' or something like that [08:04] nice idea [08:05] have your build process - setup.py, or Makefile, can copy that to settings.py IFF settings.py does not exist [08:06] ok, I will try [08:06] anyhow, I realise this is not as ideal as having the VCS manage this for you [08:06] when the readonly feature will be? [08:07] but, we may be able to manage it directly in the future [08:07] well, its early days of discussion now [08:07] ok [08:07] if you would use this, I encourage you to get involved in the discussion [08:07] simply because that will give the folk considering how to implement it more input on how you, the user, expect it to work [08:08] in launchpad? [08:08] the bazaar mailing list [08:08] ok [08:08] there is a link to that from http://bazaar-vcs.org/ [08:15] lifeless, still around? [08:16] yeth [08:18] can i call? [08:18] bit later would be better [08:19] say 5 sharp ? [08:19] sorry, phone is in other room [08:20] np, call whenever you're ready === jrydberg [n=Johan@c80-216-246-123.bredband.comhem.se] has joined #bzr === hdima [n=hdima@idealer.cust.smartspb.net] has joined #bzr === zyga [n=zyga@ubuntu/member/zyga] has joined #bzr === AfC [i=andrew@office.syd.operationaldynamics.com] has joined #bzr === thumper [n=tim@125-236-193-95.adsl.xtra.co.nz] has joined #bzr === matkor [n=matkor@85.14.91.175] has joined #bzr [08:58] lifeless, on phone atm [08:58] lol [08:58] well ring me back [09:04] dato: yay. it seems neuro has fixed ball's (the mips buildd) chroot! :) [09:05] lol, neuro has fixed balls. Quote of the day. === pbor [n=urk@host139-18-dynamic.60-82-r.retail.telecomitalia.it] has joined #bzr [09:05] I was just thinking that that was one of the less comprehensible sentences I had ever seen. [09:06] poolie: will you be long? [09:06] lifeless: LOL [09:06] I didn't write that! :) [09:07] dato: but this time the sparc buildlog looks fishy :/ [09:07] siretart: you building 0.91 binaries? [09:08] lifeless: http://buildd.debian.org/pkg.cgi?pkg=bzr [09:08] browser is awol [09:08] so is that a 'yes' ? [09:08] lifeless: dato has uploaded 0.91-1 to debian yesterday [09:08] so, 'no, not be, but the debian buildd network yes' [09:09] not me, even [09:09] cool [09:09] cause I need to do the official builds [09:09] so his packaging is helpful [09:09] :) [09:09] lifeless: but the alternative build depends is causing lots of trouble [09:10] After installing, the following source dependencies are still unsatisfied: [09:10] python-celementtree(missing)|python(inst 2.4.4-6 ! >> wanted 2.5) [09:10] Source-dependencies not satisfied; skipping bzr [09:10] that's because some chroots already have the package 'python' installed, which is at version 2.4.4-6 in debian [09:10] so sbuild fails the build here [09:10] thats an sbuild bug right ? [09:11] in some ways, yes [09:11] but fixing bugs in the official buildds seems nearly impossible, since neuro is unreachable [09:11] at least for me [09:12] well, actually it is a pure sbuild bug. I've mailed neuro and CC'ed our mailing list with an detailed analysis of the problem [09:12] atm, I think the easiest would be to have more strict build dependencies on debian, and carry a small patch for ubuntu's bzr [09:14] so theres a couple of issues here hmm [09:14] we should probably build extension modules for multiple pythons [09:14] 'extension modules'? [09:16] we have C extension modules [09:16] yes [09:16] they are specific to the python version [09:16] if you use bzrlib via python2.4, you need a 2.4 version of the module [09:16] ditto 2.5, 2.6, 3.0 [09:18] and what does this mean wrt packaging === mvo [n=egon@p54A67B78.dip.t-dialin.net] has joined #bzr [09:27] multiple binary packages, one per python version, I presume, or whatever python-magic we have today [09:27] but I would expect that to change the source dependencies [09:27] if you use pycentral and have correct build rule then you get one per python available. [09:27] build: $(PYVERS:%=build-python%) [09:27] build-python%: [09:27] python$* setup.py build [09:27] so how does tis reconcile with sbuild borking on this dep ? [09:28] then build depend on python-all-dev [09:28] surely it's going to be pulling in all the different pythond *anywy* [09:28] that's due to cleverness trying to avoid trying to pull in celementree which doesn't exist in Ubuntu, but is required on Debian. [09:29] the method chosen fails if python is already installed as sbuild wont try and remove/upgrade packages to satisfy it. === indraveni [n=indu@203.129.255.178] has joined #bzr [09:34] hi all [09:34] I use subversion, and I am working for a linux distibution [09:34] and we invite community to work with us on the source, [09:34] thus we need to maintain the source in a good version control system. [09:35] and I thought of using subversion [09:35] BUT [09:35] I have seen ubuntu is using Bazaar , and our distro is something like ubuntu distro [09:35] so i want to know what are the advantages of Bazaar [09:36] and why I should go for Bazaar for maintinaning source for a linus distribution project, which is a huge project [09:42] indraveni: Check if developement model fits bzr style [09:43] what is bzr style ? [09:44] matkor, what is bzr style ? [09:44] multibranch, commits for whole tree [09:45] subversion IIRC it is server client (checkout) style [09:45] also check if performance of bzr is enough ... [09:46] matkor, bzr also, can act as server / client right ? [09:46] indraveni: yes [09:47] matkor, wnat about security aspects? [09:47] matkor, how can I authorize some people to rw, and some to onlt read [09:47] in svn, we can control this though apache athz module [09:48] indraveni: I think it depends on transport used to access remote repository [09:49] I basically use sftp / local (file) transports so I set proper file ACLs [09:49] and use ssh key-based auth [09:49] how can I export the code from a bazaar banch? When I use export os push command it doesn't copy the full tree [09:49] I want to export my code to a production enviroment [09:49] without the .zr specific folders and files [09:50] I mean, without .bzr files [09:50] Gacha: export code ? What would be wrong with bzr checkout ? [09:51] Gacha: bzr export also exists but I never used it [09:51] matkor, so it cannot be remotely accessed through http protocol ? [09:51] bzr checkout I can do on the other enviroment, but not from my current [09:52] to do checkout I need to ssh to the production enviroment and then execute the command [09:52] but I want to export the data from my local machine to another [09:53] Gacha: "bzr export" can export the current version of the tree to a directory or a zip file. [09:53] but the dir is empty [09:53] I found there only .bzr [09:54] indraveni: bzr branches can be accessed via http [09:54] Gacha: what command did you run? [09:54] Oh, I misread. [09:55] Gacha: Most people I think just use rsync for that. [09:56] Gacha: you can easily tell rsync to exclude the .bzr directory. [09:56] I know, but I was thinking maybe there are some special feature for bazaar [09:56] ok, I will use rsync [09:56] You could use "bzr export" to e.g. a zip file, copy that, and then unzip on the remote machine instead, but I don't think that's any easier. [09:56] vila, what is the server that it uses ? [09:56] thats hard [09:57] I want to execute one command then type password and done [09:57] for read access any http server, for write access you will need a webdav enabled server and the bzr-webdav plugin [09:58] spiv: thanks for helping [09:58] but don't expect good performances with webdav [09:58] where can i get good document to configure all these ? [09:58] i am findnig only 10 pages quick tutorial in bzr website [09:58] if you control the server you'd better use bzr serve directly [09:59] to publish your branches via http, you just need to have them accessible with whatever access you configure in your web server [10:00] for 'bzr serve' more precise answers I think spiv is the right guy :) [10:01] vila, which web server, can i use for http access ? [10:01] indraveni: any http server [10:03] vila, i need a document for confugirig all these . please suggest a good one [10:03] indraveni: any http server that can serve plain files from the filesystem. [10:03] spiv, apache is it ok? [10:04] Yep. [10:04] spiv, , i need a document for confugirig all these . please suggest a good one [10:04] indraveni: a document for configuring apache to serve bzr branches? [10:05] spiv, yes [10:06] indraveni: there isn't much to configure. You just use the usual or whatever sections; it's just the same as serving static HTML as far as apache is concerned. [10:07] spiv, if it is html , we place them in /var/www [10:07] spiv, for bzr where does we place , the repo could be anywhere [10:08] indraveni: right, so say you want to publish at http://host/code/, you could simply place the bzr branches in /var/www/code on the filesystem. === rml [n=Skippy@78.32.35.169] has joined #bzr [10:08] spiv, and specicy DocumentRoot /var/www/code ? [10:08] will this work out ? [10:08] Or if you want to keep the branches elsewhere on the filesystem, you could use symlinks or Alias directives or whatever instead. [10:09] ok [10:09] I'm not very familiar with apache directives, but there's nothing bzr specific to doing this. [10:09] spiv, and specicy DocumentRoot /var/www/code ?will work ? [10:09] ok i will check and let you know [10:09] Probably. (Like I say, I'm not very good with apache) [10:10] but i think there should something else, s === mrevell [n=matthew@canonical/launchpad/mrevell] has joined #bzr [10:10] How do you mean? [10:11] spiv, i willl check and let you know [10:11] implementation gives more ideas [10:11] and solutions [10:12] Ok. === poolie [n=mbp@ppp112-44.static.internode.on.net] has joined #bzr [10:19] spiv: you know of jam's 'trigger update' plugin? [10:20] spiv, hi? [10:22] lifeless: the push-and-update one? yeah. It doesn't seem like it would help the "I don't want the .bzr directory" case. [10:23] poolie: hello === allenap [i=allenap@nat/canonical/x-995c3c6f7708c1d4] has joined #bzr === spiv -> dinner [10:28] spiv: oh right; but it does help the 'I want the other files' case :) === AfC [i=andrew@office.syd.operationaldynamics.com] has joined #bzr [10:51] igc: ping [10:51] hi mrevell === dous_ [n=dous@ubuntu/member/dous] has joined #bzr [10:52] hi igc, could we organise a time for a quick chat some time? [10:52] mrevell: sure - how does around 24 hours from now sound? [10:53] I'm pretty tired tonight :-( [10:53] igc: Yeah, no problem. Either that or when you start your Friday? === mvo [n=egon@p54A67B78.dip.t-dialin.net] has joined #bzr [10:54] ok - that's usually around 9am my time [10:54] how about I see in you're around ... [10:54] and ping you then? [10:54] s/see in/see if/ [10:54] igc: Which city are you in? (Just trying to work out what time that'll be for me) [10:55] Brisbane GMT+10 [10:55] i'm going to call it a night [10:55] night poolie [10:56] igc, if you're tired maybe you should go home too [10:56] mentally i mean [10:56] igc: Oh right, yeah, silly me - that's midnight for me. Okay, could we say 18.00 your time Friday? [10:56] dinner is real soon now [10:57] mrevell: yes, that's no problem [10:57] igc: Thanks, I look forward to it :) [10:57] cool [10:58] night poolie [11:10] New bug: #145511 in bzr "compiled dirstate extension breaks hashcache" [High,In progress] https://launchpad.net/bugs/145511 === igc food - night all [11:13] night all [11:15] siretart: cool (re ball's chroot) [11:16] siretart: but now we have the same story with sparc [11:16] dato: right [11:17] dato: lifeless was thinking about introducing extension module packages to work around that [11:18] a package doing what exactly? and how would it help? === gabe [n=gabriel@91.84.56.254] has joined #bzr [11:18] the real question would be if the ubuntu autobuilders can cope with 'B-D: python-celementtree | python (>> 2.5)'. I can't remember if we got that answered or not. [11:19] build arch-any for the non-C code [11:19] sorry [11:19] bleh, I forget which is -all and which -any [11:20] but we only need to build the extensions per arch [11:20] and building the extensions does not need celementree etc etc [11:20] *also*, we don't need celementree for the package build, FWIW [11:20] ah, that last statement is way more interesting [11:21] it was in build-depends when I first touched the package, so I never questioned whether it was [11:21] celementree is purely performance optimisation [11:21] that would make things lots easier here... === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #bzr [11:21] oh yes. [11:23] lifeless: is python-paramiko necessary at build-time? === rml [n=Skippy@78.32.35.169] has joined #bzr [11:28] No. [11:29] I don't think _anything_ is needed at build time, except python (and cc if you're building the C .so's). [11:32] pyrex to do .pyx -> .c [11:32] (if building from bazaar, rather than tarball) [11:33] if you run the test suite [11:33] then paramiko, medusa, python-crypto (for old pythons only) are needed [11:36] lifeless: they should not even be required, better to test with them though, but I think the patch handling their availability have been merge (or is it in 0.92 ?) [11:45] nope, bug #59150 not merged for 0.91, so paramiko is required to run the test suite [11:45] Launchpad bug 59150 in bzr "bzr selftest fails on a machine without paramiko" [Low,Fix released] https://launchpad.net/bugs/59150 === rml [n=Skippy@78.32.35.169] has joined #bzr === gabe [n=gabriel@91.84.56.254] has joined #bzr [12:03] bzr treats branch as equal when their history's the same and doesn't have a concept of any unique "branch ID", right? [12:03] *branches [12:14] lapthrick: to my tiny knowledge - right [12:14] I think about branches as sequences of unique revisions [12:20] vila: well, not required, but strongly preferred [12:20] lapthrick: URL is branch id [12:20] lifeless: agreed [12:21] oh, since we don't run the testsuite on the buildds, I'll remove paramiko for now [12:26] lifeless: well, yeah, but it's not encoded anywhere inside the branch itself, no? [12:27] so if I switched the parent branch of anything to an equivalent branch under another URL, it wouldn't change anything, right? [12:28] bzr: ERROR: Repository KnitRepository('file:///home/paolo/dev/gedit/.bzr/') is not compatible with repository KnitRepository3('file:///home/paolo/bzr/gedit/.bzr/') [12:28] what should I do? [12:29] pbor: bzr upgrade --something [12:29] (I did bzr init-repo in dev/gedit because I want to create a repo with multiple branches under it and then I tried to branch from bzr/gedit which is the branch I created with bzr-svn...) [12:29] for appropriate value of something :) [12:29] lapthrick: in the newly created repo or in the bzr-svn one? [12:30] pbor: I think the newly created, as KnitRepository is the default (still) and older format unless you override it [12:32] mmm the bzr-svn one is "dirstate-with-subtree" while the newly created is "dirstate or dirstate-tags or knit" [12:33] pbor: you need dirstate-with-subtree for svn interop [12:33] bzr help formats doesnt mention dirstate-with-subtree [12:33] it's in the FAQ now [12:33] okay [12:34] though usually it complains about not being able to interop with SvnRepository, not KnitRepository3 === rml [n=Skippy@78.32.35.169] has joined #bzr === Zindar [n=erik@stockholm.ardendo.se] has joined #bzr [12:36] work now, thanks lapthrick === cprov [n=cprov@canonical/launchpad/cprov] has joined #bzr === zyga [n=zyga@ubuntu/member/zyga] has joined #bzr === NamNguyen [n=namnt@cm38.delta196.maxonline.com.sg] has joined #bzr === mvo [n=egon@p54A67B78.dip.t-dialin.net] has joined #bzr === Mez_ [n=mez@ubuntu/member/mez] has joined #bzr [01:13] Hi ! I have problems: [01:13] >>> import bzrlib.plugins [01:13] >>> bzrlib.plugins.__file__ -> '/usr/lib/python2.4/site-packages/bzrlib/plugins/__init__.pyc' [01:13] >>> import bzrlib.plugins.gtk -> ImportError: No module named gtk [01:14] matkor: That presumably means that you don't have the bzr-gtk plugin installed. [01:14] Odd_Bloke: I have but in /usr/share: [01:14] [matkor@laptop-hp /usr/share/python2.4/site-packages/bzrlib/plugins] $ python [01:14] >>> import gtk -> No handlers could be found for logger "bzr" [01:15] but it imports [01:15] In that case I don't know. Sorry. :( [01:16] >>> "/usr/share/python2.4/site-packages" in sys.path -> True [01:16] matkor: the gtk plugin *has* to be under the plugins path [01:17] so either /usr/lib/python2.4/site-packages/bzrlib/plugins/gtk or ~/.bazaar/plugins/gtk [01:17] (or other location if you play with BZR_PLUGIN_PATH) === Zindar_ [n=erik@stockholm.ardendo.se] has joined #bzr [01:18] dato: But I have /usr/share/python2.4/site-packages in sys.path [01:19] yes, but plugins can't be there directly [01:19] dato: so "plugins path" is sth different than sys.path ? [01:19] if I'm not mistaken, yes [01:20] can I add another plugins path during configure install ? [01:20] I don't think so, but there is the runtime BZR_PLUGIN_PATH (or a similar name) [01:21] dato: I am preparing bzr bzr-gtk bzrtools for distro release and we use both "/usr/lib/python2.4" and "/usr/share/python2.4" (FHS) so it would be much much better to do it during install [01:22] if it's for distro release, why dont you put them under /usr/lib/python2.4/site-packages/bzrlib/plugins/gtk ? [01:22] *or* [01:22] make /usr/lib/python2.4/site-packages/bzrlib/plugins/gtk a symlink to /usr/share/python2.4/... [01:22] *but* [01:23] I think it's a very very very bad idea to put the gtk plugin *directly* in /usr/share/python2.4/site-packages/gtk [01:24] dato: Why is that ? [01:24] dato default bzr-gtk install (setup.py install) puts plugins under /usr/share/ ... [01:24] because 'import gtk' should import the pygtk bindings, not the bzr plugin [01:27] dato: That's true. But I understood that bzr plugin path contains only /usr/lib/python2.4/site-packages/bzrlib/plugins/gtk and ~/.bazaar/plugins/gtk so putting them under /usr/lib/python2.4/site-packages will not help with import bzrlib.plugins.gtk [01:27] I said put them under /usr/lib/python2.4/site-packages/bzrlib/plugins/gtk, not /usr/lib/python2.4/site-packages/gtk [01:28] Sensible fix would be to add new default /usr/share/python2.4/site-packages/bzrlib/plugins/ ... [01:29] that won't work [01:29] because when bzr imports plugins, it's not looking at sys.path [01:29] directly [01:30] but under `dirname bzrlib.__file__`/plugins [01:30] Ah ... so symlinks are only way ... [01:31] mostly, if you insist on not shipping the plugin under /usr/lib [01:32] but you said that it is not only looking in `dirname bzrlib.__file__`/plugins but also in ~/.bazaar/plugins/gtk , correct ? [01:32] yes === rml [n=Skippy@78.32.35.169] has joined #bzr === mrevell is now known as mrevell-lunch === niemeyer [n=niemeyer@200.140.230.150] has joined #bzr === fog [n=fog@debian/developer/fog] has joined #bzr [01:57] dato: You think that wishlist to add /usr/share... to bzr plugin paths during setup.py has a chance to be included in next bzr releases ? That would be step towards FHS ... === corporate_cookie [n=richie@seraphim.asbury.edu] has joined #bzr [01:58] matkor: I personally don't know, because I'm not a bzr developer, but if it depended on me, I would not. === rml [n=Skippy@78.32.35.169] has joined #bzr [01:59] dato: I will try anyway ... , but what is yours rationale against ? [02:18] matkor: why do you want usr/share/something in the bzrlib plugins path? [02:19] matkor: (also, you can just set an environment variable to control that) [02:21] lifeless: default setup puts plugins there (and it is correct according to FHS) [02:21] matkor: the default is in the plugins path [02:22] lifeless: I would like to have install time and system-wide way of adding that path === mrevell-lunch is now known as mrevell [02:22] lifeless: python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT puts them uder /usr/share [02:23] matkor: our default path is [dirname(bzrlib.plugins.__file__), '~/.bazaar/plugins'] [02:23] matkor: where under /usr/share ? === rml [n=Skippy@78.32.35.169] has joined #bzr [02:24] lifeless: /usr/share/python2.4/site-packages/bzrlib/plugins [02:24] default for pure-python packages [02:24] what does 'python -c import bzrlib.plugins; print bzrlib.plugins.__file__' report ? [02:25] lifeless: /usr/lib/python2.4/site-packages/bzrlib/plugins/__init__.pyc [02:25] ok, there is the problem [02:25] which also correct (but for binary modules) [02:25] what is [02:25] what does 'python -c import bzrlib.plugins; print bzrlib.plugins.__path__' report ? === schierbeck [n=daniel@130.225.237.208] has joined #bzr [02:26] New bug: #145612 in bzr "Unable to use pure-python plugins from /usr/share/ ... (FHS) location" [Undecided,New] https://launchpad.net/bugs/145612 [02:26] lifeless: ['/home/users/matkor/.bazaar/plugins', '/usr/lib/python2.4/site-packages/bzrlib/plugins'] === mw [n=mw@189.146.13.202] has joined #bzr [02:26] matkor: this is a bug in your python environment, not bzr [02:27] jelmer: ping [02:27] matkor: I am pretty sure [02:27] $ python -c 'import bzrlib; print bzrlib.__path__' [02:27] ['/usr/lib/python2.5/site-packages/bzrlib'] [02:27] if I put any additional package FOO in /usr/share/python2.5/site-packages/bzrlib/FOO [02:27] then it will not load into python [02:28] lifeless: I think it should in default python setup [02:28] matkor: try it [02:28] I mean package foo should be looked both in /usr/bin/.. and /usr/share [02:28] matkor: importing bzrlib does not alter the module __path__ [02:29] matkor: but they are not; its not how python works [02:30] it can be made to work that way, but its a problem in your environment not bzrlib, as long as bzrlib handles the __path__ that you assign to the bzrlib.plugins module correctly (and there looks to be a small bug there today, which I'll fix tomorrow) === marianom [n=marianom@ubuntu/member/marianom] has joined #bzr [02:31] lifeless: I think import foo/bar should check module in both /usr/share and /usr/bin in FHS installed python [02:31] (we look at __file__, rather than __path__ to grab the default place to load plugins from) [02:31] matkor: I'm not arguing that you are wrong, I'm arguing that you should file a bug on python in redhat, because it *doesn't*, not for non-root modules. [02:32] and bzr inherits this behaviour [02:33] what you want is: $ python -c 'import bzrlib; print bzrlib.__path__' [02:33] to print out [02:33] ['/usr/lib/python2.5/site-packages/bzrlib', '/usr/share/python2.5/site-packages/bzrlib'] [02:33] (for bzrlib, or any other module) [02:34] I don't know enough about the design implications of the module system in python to comment on whether this is a good idea or not. [02:34] I do know enough to say that bzrlib should not prevent that, and should, if that is being done, honour it for plugins. [02:35] I'm reasonably sure that doing it manually is a potentially bad idea [02:39] well, I hope this has helped clarify things; and I'll look at the bug, and also fix the bug I spotted during the discussion, tomorrow. [02:39] gnight [02:40] gnight :) [02:42] lifeless: dato: bzr_0.91-2 uploaded, without paramiko and celementree in build-depends [02:42] hopefully it builds this time on all archs === mvo_ [n=egon@p54A67B78.dip.t-dialin.net] has joined #bzr === mvo_ [n=egon@p54A67B78.dip.t-dialin.net] has joined #bzr [02:47] siretart: I saw, thanks === rml [n=Skippy@78.32.35.169] has joined #bzr === allenap [i=allenap@nat/canonical/x-3b529ffea56013a2] has joined #bzr === karmazilla [n=karmazil@office.unwire.dk] has joined #bzr [03:00] was there a way to use bzr for diffing two files without adding them or using some repo/branch ? [03:06] patiencediff.py, it seems === mvo_ [n=egon@p54A67B78.dip.t-dialin.net] has joined #bzr === bigdo2 [n=scmikes@72-197-8-8-arpa.cust.cinci.current.net] has joined #bzr [03:10] any bzr-gtk hackers here? [03:13] schierbeck: one tiny ;) why ;) ? [03:14] and olive-gtk only [03:14] i've cleaned up the viz code quite a bit, removing some redundancy [03:14] could i get you to check it out a bit? [03:15] it's not really advanced at all, i just want to be sure you can run it [03:24] schierbeck: I think you should talk with jelmer [03:25] schierbeck: Have you published branch with those changes somwhere ? [03:25] yup, at http://bazaar.launchpad.net/~dasch/bzr-gtk/viz-cleanup [03:25] i don't think jelmer's online [03:28] send him or Szilwester e-mail and be patient - I worked little bit only with olive-gtk === bac [n=bac@canonical/launchpad/bac] has joined #bzr [03:31] ok === mvo [n=egon@p54A67B78.dip.t-dialin.net] has joined #bzr === EdwinGrubbs [n=edwin@cpe-66-25-92-150.satx.res.rr.com] has left #bzr [] === mwh [n=mwh@62-31-157-102.cable.ubr01.azte.blueyonder.co.uk] has joined #bzr === orospakr [n=orospakr@132.213.238.4] has joined #bzr === fog [n=fog@debian/developer/fog] has left #bzr [] === rml [n=Skippy@78.32.35.169] has joined #bzr === Lllama [n=Lllama@212.183.134.130] has joined #bzr [04:16] Afternoon all. Anyone using bzr-svn under Windows? === mvo [n=egon@p54A67B78.dip.t-dialin.net] has joined #bzr [04:16] I'm having trouble pushing up to Google Code === zyga [n=zyga@ubuntu/member/zyga] has joined #bzr [04:25] is there any description of API changes from around 0.16 to 0.91? [04:26] I'm trying to use latest tailor to convert something but 0.91 has different API === corporate_cookie [n=richie@seraphim.asbury.edu] has joined #bzr === Lllama [n=Lllama@212.183.134.130] has left #bzr [] === rml [n=Skippy@78.32.35.169] has joined #bzr === bac [n=bac@canonical/launchpad/bac] has joined #bzr === p4tux [n=p4tux@189.169.70.141] has joined #bzr === Lllama [n=Lllama@212.183.134.130] has joined #bzr === juliank [n=juliank@78.54.210.254] has joined #bzr === corporate_cookie [n=richie@seraphim.asbury.edu] has joined #bzr === steko [n=steko@generic-nat.unisi.it] has joined #bzr [05:12] hi [05:13] what is the current status of the webdav plugin ? === schierbeck [n=daniel@130.225.237.208] has joined #bzr === bdheeman [n=bsd@122.162.5.37] has joined #bzr === lapthrick [n=mathrick@users.kollegienet.dk] has joined #bzr === lapthrick [n=mathrick@users.kollegienet.dk] has joined #bzr === lapthrick [n=mathrick@users.kollegienet.dk] has joined #bzr === cprov is now known as cprov-lunch === mgedmin [n=mg@c-24-218-183-144.hsd1.ma.comcast.net] has joined #bzr [05:25] to whoever implemented 'bzr ignore': thank you thank you thank you! [05:28] mgedmin: multiple people, what makes it so joyful for you? :) [05:38] it's what I always wanted === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #bzr === corporate_cookie [n=richie@seraphim.asbury.edu] has joined #bzr === disorder [n=as@gw.radiolan.sk] has joined #bzr [05:45] hi, can I use username containing @ somehow with bzr over FTP? Hosting uses user@domain.tld usernames [05:46] tried to google something and set username inf config but no luck yet [05:46] disorder: try `bzr push ftp://user%40domain.tld@server.com` [05:46] url-encode the @? [05:47] thaks dato and mwh. haven't thought of it === Lllama [n=Lllama@212.183.134.130] has left #bzr [] [05:52] re [05:52] hey schierbeck, matkor [05:53] steko: webadv plugin status is: requires bzr-0.92.0 (i.e. bzr.dev), pass the bzr test suite, awaiting testers :) [05:54] looks like Samba will end up using git :-( [05:54] vila: thanks. then I'll wait for 0.92 to enter lenny [05:55] steko: what is your use case ? [05:57] vila: I think nothing very interesting, I have a web space with webdav access and I'd like to keep also there some of the code I write. But I just write very small Python programs for myself [05:58] steko: there is no such thing as not interesting user needs :) I'd lie the webdav plugin to work on as many setups as possible, so feel free to ping me here when you're ready [05:58] s/lie/like/ [05:59] vila: thanks. The server is running Apache 2.0 so there should be no problem [05:59] jelmer: hi [05:59] jelmer: aw [06:00] steko: ok. That's my testing env so yes, that should work ok, do you administer the server yourself ? [06:01] vila: no, I don't. otherwise I would have used something like SFTP.. ;-) [06:01] :) [06:02] jelmer: have you seen my merge request on the bzr-gtk list? i'm not sure it's getting through... [06:03] jelmer: do you have a link on samba discussion/decision? === zerok [n=zerok@phpbb/support/zerok] has joined #bzr [06:04] hi :) [06:04] zerok: hi! [06:07] if you use a centralized approach with checkout and also have some local commits, can you somehow push them to the central branch without creating another changeset? (or is this done with push?) [06:08] zerok: yes, with push [06:09] dato, thanks :) i was just not sure because the default push path wasn't automatically set when creating that branch :) [06:10] pbor: all happening in person [06:12] Heck, that should make it easy to sway toward bzr. In person, it's SO much easier to apply blunt instruments... [06:14] schierbeck, will check in a moment [06:14] fullermd, :-) === phanatic [n=phanatic@dsl5402BAFE.pool.t-online.hu] has joined #bzr === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #bzr [06:20] is there currently a problem with registering new branches on LP? [06:20] e.g. failed to create path prefix? [06:24] not that i know of === phanatic_ [n=phanatic@dsl5402BA8B.pool.t-online.hu] has joined #bzr [06:25] jelmer: thanks === phanatic_ is now known as phanatic [06:26] TeTeT: what are you trying to do? bzr push? Tried --create-prefix? [06:26] phanatic: hi [06:26] hey schierbeck [06:27] phanatic: i've tried posting a merge request to the list, but it doesn't seem to have gotten through [06:27] LarstiQ: yes, found the prob: when not using a projects name as directory path, it won't work [06:27] bzr+ssh does not tell you, but sftp does [06:28] TeTeT: oh? [06:29] uh [06:29] TeTeT: what does bzr+ssh say? === cprov-lunch is now known as cprov [06:30] schierbeck: i didn't get any mails about moderation either (theoretically all the mails which don't make it to the list, should be in the moderation queue, and we should get notified about that) [06:30] i'll try to re-send [06:30] okay [06:31] LarstiQ, mwt, TeTeT: there's a thread in the list by jam precisely on that. [06:32] dato: thanks [06:32] phanatic: i've cleaned up the viz code a bit, removing some redundancy -- wanna have a peek? [06:33] schierbeck: first i'd say you should have a look at Gary's brokenlines branch, because that pretty much refactors some bits of viz, and probably we'll merge it into trunk (at least i'd like to) [06:33] phanatic: okay, i'll have a look [06:36] phanatic: it seems there's room for both [06:37] should i try to merge it into trunk or brokenlines? === BasicOSX [n=BasicOSX@216-243-162-1.static.iphouse.net] has joined #bzr [06:38] schierbeck: good question :) first i'd like someone with the sufficient knowledge to review the brokenlines branch (tbh, i don't know that part of the code well, since it was written way before olive existed), after that we can talk about any changes to viz. that's my opinion, but feel free to convince me :) [06:39] sounds reasonable -- this was just a maintenance cleanup, removing code duplication and simplifying the construction of the widget [06:40] mwh:failed to create path prefix [06:40] but the brokenlines branch seems to be pretty sophisticated, i'm not sure it's that easy to review... [06:40] sounds like a bug [06:40] schierbeck: sure, don't forget about it please :) [06:41] schierbeck: yeah, maybe i'll just go on and merge it, so we can find possible bugs [06:41] sounds like a good idea [06:42] i'd also like to see a major cleanup of some parts, including moving the scrollwin outside of brancwin.py [06:43] what's scrollwin? [06:43] the part of the viz with the treeview and stuff [06:44] i think it would be cool if we offered it as a widget of itself [06:45] How does bzr do binary diffing and whatnot? [06:45] Bah, I dunno what that question is supposed to mean. === pmezard [n=pmezard@dhcp26-103.enst.fr] has joined #bzr [06:48] schierbeck: yep, maybe you're right. logview was also moved to a separate module/widget by jelmer [06:48] pmezard: You ask. I don't know what to ask. :P === Peng goes to eat. [06:50] phanatic: perhaps it could be generalized, and included in anjuta or something :) [06:51] probably other applications could make a use of it as well, that's true [06:54] hmm, my mail still hasn't come true (that is, if it is resent to the author) [06:54] *through [06:59] schierbeck: are you sending it from your gmail account? [06:59] yup [07:03] phanatic: is that causing problems? [07:04] no idea === jkakar [n=jkakar@204-174-36-45.dhcp802.dsl.ucc-net.ca] has joined #bzr === rml [n=Skippy@78.32.35.169] has joined #bzr === cprov [n=cprov@canonical/launchpad/cprov] has joined #bzr === fog [n=fog@debian/developer/fog] has joined #bzr === fog [n=fog@debian/developer/fog] has left #bzr [] === jrydberg [n=Johan@c80-216-246-123.bredband.comhem.se] has joined #bzr === fog [n=fog@debian/developer/fog] has joined #bzr === bdheeman [n=bsd@122.162.5.37] has left #bzr [] === Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #bzr === steko [n=steko@generic-nat.unisi.it] has left #bzr ["Ex-Chat"] === asak [n=alexis@201-0-39-215.dsl.telesp.net.br] has joined #bzr === Vernius_ [n=tomger@p508AEF3C.dip.t-dialin.net] has joined #bzr === Lllama [n=felix@217-118-122-28.client.stsn.net] has joined #bzr [07:47] Um, is 'bzr commit' supposed to say 'Committing revision N to ""'? [07:47] peng: yup [07:48] Why? [07:48] Is that new with 0.91? [07:51] which bazaar GUI would you recommend for technical writers? I'm looking for something that provides ease of use for simple things, rather than completeness === dpm [n=dpm@p54A13215.dip0.t-ipconnect.de] has joined #bzr [07:56] Peng: Yeah, assuming '' is replaced with an actual URL/path. :p [07:56] (Yeah to both questions) [07:56] Odd_Bloke: Right. === bac_ [n=bac@cpe-065-190-191-245.nc.res.rr.com] has joined #bzr === phanatic_ [n=phanatic@dsl54028295.pool.t-online.hu] has joined #bzr === phanatic_ is now known as phanatic === pmezard [n=pmezard@nor75-4-81-56-59-92.fbx.proxad.net] has joined #bzr === herzel [i=herzel@gateway/tor/x-3397e085fd627c4f] has joined #bzr === g0ph3r [n=g0ph3r@p57A0A52E.dip0.t-ipconnect.de] has joined #bzr [08:24] when i do "bzr add *" in a large directory (a svn checkout of evolution-data-server, fwiw) it says "ignored 583 file(s)." how can i see what those files are? [08:25] nothing about those files goes to stdout or stderr [08:25] 'bzr ignored' [08:27] aha, those were just object files anyway [08:29] --verbose lists them too. duh. [08:29] passing --verbose to add, that is [08:30] Really? I didn't know that. Cool. === RichardL [n=Skippy@78.32.35.169] has joined #bzr [08:37] does bzr init-repo also work for already existing branches in a directory? [08:37] or is it recommend to make a new directory, bzr init-repo there, and then bzr move the branches to the repo directory? [08:37] TeTeT: You would want to 'bzr branch' them to the repo directory. [08:39] Odd_Bloke: thx === RichardL [n=Skippy@78.32.35.169] has joined #bzr === michelp [n=michelp@70.103.91.130] has joined #bzr === cprov is now known as cprov-afk === juliank [n=juliank@78.54.210.254] has joined #bzr === bigdog [n=scmikes@72-197-8-8-arpa.cust.cinci.current.net] has joined #bzr [09:57] moin [10:17] abentley: morning; you identified a merge base problem a few weeks back; are you working on correcting that? [10:23] hey lifeless [10:24] hey jelmer [10:24] pqm will happen soonm I have your mail [10:27] lifeless: cool, thanks === thumper [n=tim@125-236-193-95.adsl.xtra.co.nz] has joined #bzr [10:28] jelmer: how long till you have rebase fixed do you think? [10:28] jelmer: is it worth shipping a bzrlib.plugins.svn.rebase in the interim ? === BasicOSX [n=BasicOSX@warden.real-time.com] has joined #bzr === metze [n=metze@ip-217-172-181-76.mx-netz.de] has joined #bzr === mgedmin [n=mg@c-24-218-183-144.hsd1.ma.comcast.net] has joined #bzr [11:11] New bug: #145812 in bzr "Upgrade can leave a broken repository (with backup)" [Undecided,New] https://launchpad.net/bugs/145812 [11:16] New bug: #145813 in bzr "Can't upgrade RepositoryFormatKnit1 and no clue given as to what to do about it." [Undecided,New] https://launchpad.net/bugs/145813 === lazy1 [n=tebeka@208.77.235.2] has joined #bzr [11:18] lifeless: Yeah, that may be a good idea. I'll do that if it's still broken when I do the next rleease [11:18] Can someone explain why even though I have '.subversion/auth/*' in my .bzrignore I still get .subversion/auth/svn.simple/0e79c1d269bc64edc62fd3ca3683a2cc as unknown? [11:19] jelmer: I'm seeing lots of people be unable to upgrade, its breaking users; so if your next release is more than a few days away; I'd encourage you to do this now :) [11:19] lazy1: if svn.simple was added, then that will override the ignore. [11:20] lazy1: for a full path match, use ./.subversion/auth/* [11:20] lifeless: Just .subversion as a whole [11:20] New bug: #145814 in bzr "Please provide a way to do 'missing' between a bound branch and it's master." [Wishlist,New] https://launchpad.net/bugs/145814 [11:21] lifeless: ./.subversion/auth/* does not work as well [11:22] lazy1: so is .subversion versioned ? [11:23] lifeless: yes [11:23] is auth ? [11:23] (as most of my home directory) [11:23] auth as well [11:24] oh, hmm [11:24] perhaps you need /**/* [11:24] ? [11:24] ./.subversion/auth/**/* [11:25] excellent, that works. Thanks! [11:25] bzr help ignore has the language [11:25] missed that, sorry [11:25] hey no problem [11:25] thougth it's just shell regexp [11:26] well, in shell patterns * doesn't match subdirs [11:26] so I'd expect .subversion/auth/*/* to work, but not .subversion/auth/* [11:27] you are right [11:28] however Python glob does show subdirectories with * [11:28] yes [11:28] glob is broken [11:28] it doesn't match shell [11:29] for f in `/bin/ls .subversion/*`; do echo $f; done shows subdirectories as well [11:29] (bash) [11:29] that's ls [11:29] that shows the dir, not the contents [11:29] yup [11:29] try echo rather than ls [11:29] 'ls dir' shows whats in dir [11:30] for f in .subversion/*; do echo $f; done shows sub directories as well [11:30] not for me [11:30] ~$ for f in .subversion/*; do echo $f; done [11:30] .subversion/auth [11:30] .subversion/config [11:30] .subversion/README.txt [11:30] .subversion/servers [11:30] But you see "auth" which is a directory [11:31] its not a sub directory of the point the * is at [11:31] ? [11:31] when I said "in shell patterns * doesn't match subdirs" I meant that it doesn't match the / character [11:31] oh, now I get it [11:31] not that it checks the types of the filenames === cprov-afk is now known as cprov-out === dewd [n=dewd@201009147182.user.veloxzone.com.br] has joined #bzr [11:53] james_w: hi [11:53] james_w: there is another bug, about format ui - your bug is really a dup of that, because you need 'dirstate-with-subtree-tags' === BasicOSX [n=BasicOSX@warden.real-time.com] has joined #bzr [11:54] Ooooh, do I get to renew my crusade against rollup format names? ;> [11:55] fullermd: only if you write the patch for that bug :)