[00:01] Okay, branch..revision_id_to_revno() worked for that one. But it fails for files like README. [00:01] dotted revnos aren't handled by that api; I think there is another newer api [00:02] there has been some stuff on the list recently too, about this [00:02] I'll take a look there then, thanks. [00:04] jelmer: Can I use the 0.6.0 release of subvertpy with bzr-svn 0.5-trunk? [00:04] enigma42, yes [00:04] jelmer: OK. [00:05] jelmer: Where do I install subvertpy? [00:05] enigma42, somewhere in your python path (./setup.py install usually does the right thing) [00:05] OK. [00:07] jelmer: Is there a way to install it unprivileged? [00:07] jelmer: LIke in "~/.python" or something like that? [00:07] enigma42, yeah, you can specify a different directory using the --root option [00:07] enigma42, but you'll have to set PYTHONPATH appropriately to use bzr-svn then [00:07] Oh, OK. [00:09] --homedir isn't it? [00:14] jelmer: OK. I use "checkinstall" to create a deb and installed it that way. [00:17] lifeless: bzr + ssh, more specifically its SSHSuprocess objects. do you know why os.read(stdin.fileno()...) was preferred over sdin.read(.. ? [00:20] lifeless: i have some questions about hooks too when you have some spare cycles [00:21] Jc2k: just ask [00:21] I'm at LCA, but will do my best [00:21] dunno wh we use os.read there, annotate may help? [00:22] Aha, branch.get_revision_id_to_revno_map()[inv.revision]. [00:22] ah ok. os.read seems to return something, but maybe not as much as you asked for. in that regard stdin.read is nicer. [00:23] lifeless: my question was about a plugin i threw together as "bzr-hookless-email reloaded" [00:24] lifeless: i replied to a post on bazaar ml about bzr-hookless-email with my thoughts, it might be easier to look at that [00:25] lifeless: basically im reusing Branch.hooks in a different context, and thats slightly evil of me but means that i have a way to make something like bzr-cia "just work" with a bzr-hookless-email type arrangement [00:25] (out of process hooks) [00:27] jelmer: Great! The latest 0.5-trunk pushed and pulled just fine. [00:27] Great :-) [00:27] jelmer: Thanks for your help. [00:29] Excellent. 4 down, 1 to go. [00:30] jelmer: OK. Same problem about branches diverging again. [00:30] enigma42, what is the error there exactly? [00:31] and what does e.g. "bzr missing" say? [00:31] Here's the symptom. Before I clear the cache, I can do a "push" or "pull" and there will be not changes. [00:31] Then I clear the cache. [00:31] Then it says they diverge. [00:32] It says I'm missing 40 revisions. [00:32] Basically, everything that has been committed since I first pulled down the branch. [00:32] So, SVN has all the revisions. [00:33] And the bzr branch has all the same revisions. [00:33] But the revision IDs don't match. [00:33] The IDs I'm getting from SVN are now different than the IDs in bzr. [00:33] enigma42: But it doesn't report that you have 40 *extra* revisions as well? [00:34] Yes. [00:34] I'm missing 40 and I have 40 extra. [00:34] Example: [00:34] From bzr: [00:34] revno: 73 [00:34] revision-id: bhatpr@pbhat1-20090122095933-d3cmuadsx8jepmna [00:34] parent: bhatpr@pbhat1-20090122094625-kq5y49s9uqagx459 [00:34] And from SVN: [00:34] revno: 73 [00:34] revision-id: svn-v4:daff2dd8-1c3d-0410-9cd2-f6297dd8f964:sys-data-analyzer/trunk:9671 [00:34] parent: svn-v4:daff2dd8-1c3d-0410-9cd2-f6297dd8f964:sys-data-analyzer/trunk:9670 [00:35] So, somehow the ID got lost. [00:35] The branch format is: Standalone branch (format: rich-root-pack) [00:35] Does it need to be something like 1-9-rich-root? [00:35] no, that shouldn't matter [00:36] what subversion version is the server running? [00:36] It's svn 1.4 via collabnet [00:36] not recently downgraded or anything? [00:36] No. [00:37] It's about to be upgraded to 1.5 this weekend. [00:37] so bzr-svn uses svn file properties? [00:37] I'm thinking so. [00:38] enigma42: The repository is not public I assume? [00:38] Unfortunately, no. [00:38] enigma42: If you run e.g. "svn diff -c ", do you see any bzr-svn properties? [00:38] OK. Let me try. [00:40] No, I don't see any bzr-svn properties. [00:40] I'm going to try putting the old cache back in place real quick to see what happens. === spiv is now known as hypatia [00:41] Yeah. With the restored cache, it's happy again. [00:42] enigma42, if you run "svn log --xml --with-all-revprops" on the last revision, do you see any bzr properties? [00:42] Let me try. [00:43] Yeah. [00:43] They are showing up as revprops. [00:43] But bzr-svn thinks it's a 1.4 server because it complains about needing to upgrade to 1.5 === hypatia is now known as spiv [00:45] jelmer: I tried using the ubuntu pastbin, but it's complaining about the xml. [00:46] jelmer: Want an email? [00:47] enigma42: No, thanks - I'm pretty sure this is related to the 1.4/1.5 logic [00:47] Oh, OK. [00:47] Let me know if you want more information. [00:48] enigma42, since when have you been using 0.5 ? [00:48] Well...the version I was using previously was checked out Dec 27. [00:48] But, I've used a variety of versions in the last several months. [00:49] Basically, I've been using bzr-svn since April. [00:49] I can't remember the first version I used. [00:49] It may have been 0.3.x...but I can't remember. [00:49] enigma42, and when was the first of these 20 revisions that are now out of sync? [00:50] Every revision commited to the branch since I checked out the branch on Jan 9 [00:51] Using the version from Dec 27 [00:51] enigma42, is there a bzr:see-revprops file property set on the branch root ? [00:52] Let me check. [00:53] Yes. [00:53] There is a bzr:see-revprops file property there now. [00:53] Is it possible to do a bzr log on a file property? [00:53] Ack. [00:53] I mean an "svn log" on a file property. [00:54] enigma42: no, I don't think that's possible [00:54] OK. [00:54] what are the contents of that property ? It should be a svn revno [00:54] It is: 9576 [00:55] The lastest rev in subversion is: 9725 [00:55] Little more info.. [00:55] This project used to be in /trunk/backoffice/sys-data-analyzer [00:56] Then, as part of our transition to using bzr as a team, I did an "svn copy /trunk/backoffice/sys-data-analyzer /sys-data-analyzer/trunk" [00:56] Then, I did a branch on "/sys-data-analyzer/trunk" to build the bzr branch the rest of the team uses. [00:57] And I run a script to push changes back into svn for corporate compliance. ;-) [00:57] ah :-) [00:57] So, it's a branch has been moved in subversion. That branch had not previously been touched with bzr-svn until after I moved it. [00:58] And it has only been touched wtih the bzr-svn version from Dec 27 [00:58] So what it seems to come down to is that bzr-svn should be looking at that bzr:see-revprops property (since this is svn 1.4) [00:58] and that property has the correct value [00:58] but it's not reading it for some reason [00:59] Is there some logging I can turn on? [00:59] Other than the transport stuff? [01:01] no, but this patch should add some: [01:02] http://samba.org/~jelmer/tmp/bzr-svn-revprop-mutter.diff [01:02] OK. Let me apply it. [01:04] OK. [01:04] It's patched.... [01:04] Do you want me to move the cache out of the way? [01:04] Start with an empty cache? [01:05] yeah, please [01:06] OK....doing a bzr missing [01:08] OK...where should I look for the log? [01:09] It says I'm missing 43 revisions and I have 43 extra revisions. [01:09] check ~/.bzr.log [01:09] OK [01:09] that should give some extra data [01:09] Want me to pastbin it? [01:09] please do [01:11] OK...just a minute....I'll post it.... [01:13] http://pastebin.ubuntu.com/108427/ [01:14] OK...I'm going to put my old svn-cache back for now. [01:14] I've got to run....I'll be back on IRC tomorrow. [01:14] ah, I think I've got it [01:15] Cool! [01:15] I'll leave it logged in.... [01:15] If you post a fix, I'll pull it down and try it out in a couple of hours. [01:16] enigma42, http://samba.org/~jelmer/tmp/fix-changes-root.diff [01:16] OK....let me try. [01:16] you'll need to revert the patch I posted earlier [01:16] OK. [01:16] I'll re-export from trunk. [01:17] OK...here goes.... [01:17] REbuilding the cache.... [01:18] Nice! [01:18] Branches are up to date! [01:18] Woohoo! :-D [01:18] cool :-) [01:19] Thank you so much! [01:19] Thanks for confirming, that was a pretty stupid bug [01:19] No problem. I'm happy I could help out. :-D [01:19] I'll do a full sync of all the different repos later and make sure all is well. [01:19] Thanks again. [01:19] I've been really pleased with 0.5 [01:20] np [01:20] Following copies is great! [01:20] Well...I'm off for now....bye.... === enigma42 is now known as enigma_afk [01:45] is there a short cut to go to the bottom thread of a loom from the top thread? [01:48] nm, found it [01:48] down-thread [thread-name] === jfroy|work is now known as jfroy === jfroy is now known as jfroy|work [03:36] * thumper has found a weirdness [03:36] in locations.conf I have a default push location set with append path [03:37] for one of my branches, I wanted this slightly different [03:37] so `bzr push --remember xyz` [03:37] however bzr tells me that value xyz is masked by locations.conf [03:37] surely if I say --remember, it should override a default??? [03:39] thumper: --remember sets stuff in branch.conf and locations.conf wins over branch.conf [03:39] there was a thread about this on the mailing list a few months back [03:39] poos [03:39] (i don't understand the reasoning) [04:15] interesting... [04:15] http://paste.ubuntu.com/108451/ [04:15] jelmer: ^ may interest you. Thats invoking git-cat-file per object [04:18] morning kiko [04:24] jelmer: how are we meant to access the dulwich that is in bzr-git? [04:24] jelmer: b.p.git.dulwich ? [04:30] * igc out for a few hours [05:16] why does the ppa repository for hardy remove bzrtools? [05:32] j^, once the updated bzrtools gets installed, then it won't remove them. [06:54] hi all [08:30] PPA for Intrepid seems to have been broken (bzrtools is 1.10, bzr is 1.11). [08:32] mcfletch: are you actively using something from bzrtools? If not, then you could un-install it [for now] and get around the problem\ [08:32] * AfC is using bzr 1.11 from PPA but didn't see your problem as I don't have bzrtools installed [08:37] Hmm, interesting, aptitude was telling me it was "broken"... I actually switched back to 1.6 to commit the changes... will try again... [08:41] Ah, I was reading the "recommended" as "required" and the second confirmation as a "you can't do that, choose something else"... guess I shouldn't updates software at 3am. [08:41] thanks for the clue-stick. [09:26] jelmer: Using a fresh checkout with bzr-svn 0.5.0~rc1+bzr does work, unlike 0.4.16, and all that fails is a reconcile (check works fine, which is odd). I can then branch that existing local branch locally, and it will work fine. But then checking it out once it's pushed to LP fails with a 'No such file'. I'm very confused. === kiko is now known as kiko-afk === asac_ is now known as asac [12:44] Hi all [12:45] hi Lo-lan-do [12:46] We're debating the ol' git-vs-bzr debate for starting a new project, and I wondered how functional the bzr-git plugin was (or was expected to get soonish) [12:46] Lo-lan-do: guess who's working on it :-) [12:47] jelmer? Well, he'll be happy to get rid of me for bzr-svn, but maybe I'll switch to pester him on bzr-git :-) [12:47] heh [12:50] Lo-lan-do: it's kind-of functional now, and improving quickly [12:50] Lo-lan-do: I'm not sure how differences in bzr and git limit it though [12:50] Does it work both ways? [12:50] ie, commit to git from bzr and vice-versa? [12:51] not sure [12:51] I imagine it will work like bzr-svn does [12:58] But with less svn-induced wonkiness, I should think. [12:58] The bzr and git data models are fundamentally so similar that there should be a lot fewer impedance mismatches. [12:59] I'll give it a try, I guess. We've agreed to have both so far until we can test how interoperable they are. [13:22] I've got a question regarding 'bzr join': after joining a tree, is the sub-tree fully contained in the parent branch? I mean can I remove the .bzr-directory of the joined tree? [13:27] hi. i've made a branch of my project, and i want the branch to become the new trunk. what's the best way to do this? [13:27] (the branch was made to port the project from c++ to c, so i don't think merging is viable) [13:28] 'trunk' in really unrelevant in bzr [13:28] so just delete trunk and copy the branch so it's a new trunk? [13:29] what trunk? [13:29] :( [13:29] it depends on your setup [13:29] they're all just branches with different names, eh? [13:29] yes [13:29] Merging could still be viable. Or you could mv away the old trunk and stick it in its place. Or you could pull or push it over the existing trunk. Or just advertise that the trunk is a different place now. Or... [13:30] fullermd: well the files have new names now that they're in c and not cpp [13:30] that doesn't really matter to bzr [13:30] Well, but you branched off that to start with, right? [13:31] So the only difference between merging and switching is that in one case, the bighugechange happens in one mainline rev, and in the other it's spread over N mainline revs. [13:33] (which isn't to say that you necessary _want_ to do it via merge; but it's just as viable an option, depending on details, as the others) [13:34] wgrant, you need the 0.5 branch, rather than the rc [13:34] I tried to 'join' a tree but I get an error: "bzr:ERROR: Cannot join FooBar. Trees have the same root". What am I doing wrong? [13:45] we're chatting about the bzr home page; some notes are in gobby.ubuntu.com if anyone's interested [13:45] what's the common way of creating tags in bzr? i'm used to copying to project/tags from svn, but it seems bzr just gives the current (or a specified) revision a name. is this how it's supposed to be done? [13:46] jelmer: I'm running r2355 at the moment; do I need later? [13:47] wgrant, no, I think that should be sufficient [13:47] wgrant, what's the error you're getting exactly === Mario__ is now known as pygi [13:49] jelmer: On the checkout from LP: [13:49] bzr: ERROR: No such file: ('1123@2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:ivle%2Futil.py', 'svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:branches%2Fstorm:1132') [13:49] and the backtrace? [13:49] The checkout doesn't give one. [13:50] The reconcile on the original local copy does; do you want that? [13:50] ah, ok [13:50] wgrant, I'll try that here locally [13:50] jelmer: Thanks. [13:51] sjokkis: with the tags command [13:56] wgrant, reconcile passes successfully here [13:56] jelmer: Huh. I'll try checking out again on another box. [14:05] how can i export a revision with the original file dates? [14:07] bzr doesn't version ctime/atime/mtime [14:09] is this a planned feature? [14:09] I doubt it, for the complexities of making it work cross-platform [14:10] it would probably confuse build systems, too [14:10] so i have no possibility to see the original file time? [14:10] what do you mean by 'original'? [14:11] Well, the time of commit is known. So theoretically, export could set file mtimes to the time of last change. [14:11] bob2: the time the file was changed [14:11] Of course, in any but very carefully crafted cases, the time of commit would be different from the mtime of the file when it was committed, and I'm pretty sure that isn't stored. But do you really care about the difference? [14:11] bond`: bzr log filename [14:12] vila: ping [14:12] jam: pong [14:13] bob2: thats ok, i'd like to see something which 'svn export' or 'hg archive' does [14:16] * fullermd points at bug 262261 [14:16] Launchpad bug 262261 in bzr "Should use the revision timestamp when exporting" [Unknown,Confirmed] https://launchpad.net/bugs/262261 [14:22] fullermd: that's what i mean [14:34] jelmer: http://pastebin.com/d3e21e522 is what I get when reconciling a fresh checkout from svn trunk. It really works fine for you? [14:35] wgrant, a clean branch created from http://ivle.googlecode.com/svn/trunk/ using bzr-svn reconciles fine for me [14:35] wgrant, can you perhaps try a clean import, after removing ~/.bazaar/svn-cache ? [14:35] But... but... [14:35] jelmer: That's what I tried. [14:35] wgrant, and if you try with a newer bzr-svn? [14:36] I don't think there's actually any fixes recently that could affect this though.. [14:36] jelmer: I looked at stuff post-2355, and it doesn't look relevant... [14:36] * wgrant removes stuff from subversion.conf. [14:37] wgrant, I'm just trying to eliminate things that could cause it to work for me but not for you [14:38] jelmer: You're running bzr 1.11, or bzr.dev? [14:38] wgrant, bzr.dev [14:58] jelmer: OK, removing all svn-related config didn't work; trying with latest bzr-svn trunk now... === beaumonta is now known as abeaumont [15:09] hi, how do i go undo all changes i've done since the last commit? [15:09] sjokkis, "bzr revert" [15:13] oh. that was simple. thanks [15:15] jelmer: It still doesn't work... Do we blame bzr 1.11? [15:15] * wgrant should go to bed ~now. [15:15] wgrant, not sure :-( Is there any chance you can try with bzr.dev ? [15:16] jelmer: I'll hopefully try tomorrow (I'm gone for a week after that). [15:16] Thanks for your help! [15:16] k [15:16] np [15:26] I had some trouble with my bzr installation and I can't figure out how to fix it [15:27] sudo apt-get install bzr .... seems to work [15:27] but then: bzr [15:27] bash: /home/john/bin/bzr: No such file or directory [15:29] looks like you have a dangling symlink there [15:29] yeah i removed it [15:29] and you still get that error? [15:32] yeah...im hunting for the symlink...it has to be somewhere [15:33] found it [15:33] :-) [15:33] argh [15:34] hey jdobrien [15:34] hi guys [15:34] hi LarstiQ [15:34] jdobrien: you may need to type 'rehash' [15:35] hash -r? [15:36] hi LarstiQ, poolie [15:36] hey jelmer :) [15:36] LarstiQ: thanks [15:37] The following packages have unmet dependencies: [15:37] bzrtools: Depends: bzr (< 1.11~) but 1.11-1~bazaar1~intrepid1 is to be installed [15:37] E: Broken packages [15:38] hi poolie [15:41] john@Monolith:/usr$ bzr version [15:41] Bazaar (bzr) 1.11 [15:49] kfogel, hi [15:50] jelmer: just responding to the web site summary mail === Pieter_ is now known as Pieter [16:00] kfogel, Actually, I had a Subversion question [16:01] kfogel, I've been pulling my hair out trying to use svn_wc_process_committed() [16:01] kfogel, it seems to require that the files it's called on are already marked unchanged. Is that correct? [16:09] jelmer: can you ask me in #svn? (and rephrase -- I confess I didn't quite understand the question :-) ) [16:09] thx [16:09] kfogel, yeah, np === andreas__ is now known as ahasenack [16:41] ERROR: selected file commit of merges is not supported yet. [16:41] Is that true? [16:41] just trying to bzr commit -x PathToExclude [16:45] jrwren, yes, that's correct - cherrypick merges are not yet supported [16:46] this is really hurting me now :( [16:46] plus its something my svn loving, bzr hating coworkers can hang over my head :( === bac is now known as bac_lunch [17:01] https://savannah.gnu.org/support/index.php?106612 ("Preparation for switching Emacs from CVS to bzr on Savannah.") [17:01] thought people here might be interested [17:04] ooooo [17:04] people still use cvs? [17:05] They could have switched to GNU Arch... [17:05] kfogel: Nice! [17:06] kfogel: I've been wondering about the bzr support on Savannah, e.g. it would be nice if they could run loggerhead [17:07] jelmer: I think they do, but it's in beta [17:07] that's part of what I'm asking in that issue [17:09] A new loggerhead release with some of the proposed patches merged in would help, in that regard *hint* *hint* [17:11] (I'm probably going to become more and more annoying about loggerhead in the near future :-) [17:12] * jelmer is eagerly waiting for the first non-start-loggerhead release.. [17:32] kfogel: Are you still looking for an editor for the scenarios on the wiki ? (Sorry, just catching up with list email) [17:33] yes! [17:33] kfogel, I'm happy to edit some of the scenarios about topics I'm familiar with [17:33] jelmer: an aggressive editor -- that is, one who can not only edit scenarios, but take out / add scenarios based on list discussion. [17:33] My initial list of scenarios is *not* to be treated as gospel. quite the opposite. [17:34] jelmer: it sounds like when you say "edit" you mean what I think of as "write" [17:34] ? [17:35] kfogel: Yes, sorry [17:37] please do! [17:37] jelmer: the reason is that the other purpose (perhaps the real purpose?) of the scenarios is to help us figure out what stories bzr doesn't know how to tell yet. [17:38] For example, just trying to write the one-off bugfix scenario has exposed that we don't, actually, *have* a recommended way to go about this that everyone agrees on. [17:38] It's important to find that out. [17:38] kfogel: Ah, right [17:39] jelmer: so, you write the scenarios you feel comfortable with. Then we see if people say "Wait, that's not how I'd do it!" [17:40] will do :-) I actually already see two existing scenarios I would object to.. [17:45] I've added http://bazaar-vcs.org/Scenarios/ConvertFromSVN === enigma1 is now known as enigma42 [18:03] How does one fix conflicting tags? Delete it and pull again? [18:06] Peng_: I just ran across that too. [18:06] I got a "conflicting tag" message when using bzr-svn. [18:07] I delete the tag from the repo, deleted it from svn, retagged the repo and then pushed. [18:07] It seemed fine until the second push. [18:07] When I got the message again. [18:09] I went ahead and deleted them. Blah. [18:09] jelmer: Any idea on how I could track down the "conflicting tag" error? [18:09] * Peng_ does it to another copy of the branch too. [18:09] jelmer: How do I see what rev svn thinks the tag is pointing to? [18:10] enigma42, bzr tags --show-ids [18:13] So, I get this: 0.11 svn-v4:daff2dd8-1c3d-0410-9cd2-f6297dd8f964:frame-broker/trunk:9425 [18:14] SVN thinks the tag is set to 9425? [18:14] Is there a way to ask SVN to see revision project/tags/0.11 is pointing to? [18:17] oh hai [18:17] jelmer: Oh...I think my issues is related to the bad id problem we found yesterday. [18:17] # bzr ci -m "wut" alternatives/abort.7.gz [18:17] bzr: ERROR: Not a branch: "/usr/share/postgresql/8.3/man/man7/abort.7.gz/". [18:17] has anyone seen that? i can't reproduce it locally [18:18] It looks like the revision id in svn is different than the revision ID in the bzr branch. [18:18] elmo, I think I've seen that [18:18] elmo, And caused by some plugin I had installed [18:18] elmo, What plugins are installed on the host where you get that error? [18:18] enigma42, Ah, that would explain it [18:19] jelmer: just bzr tools [18:19] ah, actually I can reproduce it locally [18:19] let me try with bzr 1.11 [18:20] jelmer: I'm re-branching off SVN...I'll see what happens... [18:22] jelmer: OK...Now I have a new issue: bzr: ERROR: The branch svn+https://sequoia.csd200a.com/svn/sequoia/frame-broker/trunk has no revision None. [18:23] So, it's refusing to make a branch. [18:23] ... [18:23] enigma42: That's most likely fallout from the problem we fixed yesterday (a tag referring to a nonexisting revision?) [18:24] So, I should be able to fixup the svn reprop? [18:24] enigma42, Any chance you can comment out the bit in bzrlib/builtins.py where it prints that message by catching NoSuchRevision? [18:24] jelmer: OK...let me try. [18:25] jelmer: I just hit bug 308353 again, with the latest trunk (more or less). :\ [18:25] Launchpad bug 308353 in bzr-svn "[0.5] KeyError in old_inventory when branching Lighttpd 1.4" [Medium,Fix released] https://launchpad.net/bugs/308353 [18:25] jelmer: Grabbing a source copy of bzr so I can comment it out. [18:25] le sigh [18:25] Peng, which URL? [18:25] jelmer: it's https://bugs.launchpad.net/bzr/+bug/128562, FWIW [18:25] Launchpad bug 128562 in bzr "bzr commit FILE breaks when given symlink as argument" [Medium,Confirmed] [18:25] (and is still broken in bzr 1.11) [18:26] elmo, ahh [18:26] jelmer: Same URL (lighttpd-1.4.x) [18:26] Peng_, just doing a clean branch? [18:27] jelmer: No, "bzr pull". [18:28] Err, wait a minute. I hit *something*, but I'm not sure it's the same something. [18:28] jelmer: Do you want me to comment out the whole "except" block? [18:29] jelmer: It looks like it deletes the tree, prints the message, and raises a different error. [18:29] jelmer: Sorry, my mistake. It was just the bzr-search error I get. I forgot that it indexes the branch on "pull", and most of the traceback went off my screen. [18:29] hello all [18:30] abentley, if you're here - http://bazaar-vcs.org/WritingPlugins used to advise people to merge their plugins into bzrtools [18:30] i removed it [18:30] it's an option but i don't think we want it to be a catch-all [18:30] enigma42, yes, please [18:30] enigma42, that should make it show the proper traceback [18:31] Peng_, Ah, so this is the same problem you reported a bug for earlier? [18:31] poolie: Okay [18:31] jelmer: Yeah, it's nothing new. I just forgot that bzr-search kicks in on "pull". === bac_lunch is now known as bac [18:33] poolie: The desire was for bzrtools to become a collection of utilities so that people didn't have to spend forever installing new plugins. [18:33] jelmer: OK...I'll pastbin the traceback.... [18:33] poolie: shelf and heads have worked out that way, but few others. [18:33] Peng_, which reminds me, do you have a link to that bug? [18:34] jelmer: http://pastebin.ubuntu.com/108674/ [18:34] enigma42, that looks like a problem in what you changed in builtins.py [18:34] jelmer: https://bugs.launchpad.net/bzr-search/+bug/318935 [18:34] Launchpad bug 318935 in bzr-search ""Did not find ids" when indexing a bzr-svn-imported branch" [Undecided,New] [18:39] jelmer: Oh..I see it...the exception was thrown before "branch" was assigned.... [18:40] Peng_, Thanks [18:41] * enigma42 is commenting out more stuff... [18:49] jelmer: Well that's strange...I cleared the cache and now I don't get an error. [18:49] jelmer: Must have been one of those bad ids stuck in the cache. [18:50] Oh wait...hold on... [18:50] I must have commented out too much stuff. [18:51] * apw wonders if there is a command to bzr command line to show both the summary message and the diff for a commit in one go [18:51] * enigma42 is changing the commenting again... [18:56] Ah ha! I figured it out....my python is a bit rusty... :-P [18:57] jelmer: OK...let me get this backtrace into the pastebin.... [18:58] Oh, I just hit a bunch of conflicting tags in bzr-svn too. [18:59] * mgedmin actually also wants what apw wants [18:59] jelmer: With the very latest bzr.dev, there are warnings about your "determining changes" progress bar. [18:59] One for every revision, in fact. :D [19:00] so, can bzr do what 'git log -p' does, i.e. show the diff for every log revision? [19:01] * Peng_ looks at apw and mgedmin. [19:01] http://pastebin.ubuntu.com/108697/ [19:01] enigma42, thx [19:02] mgedmin: iirc there's a patch to add that up now [19:02] mgedmin, not yet, but there's a patch waiting for inclusion [19:02] nice [19:02] http://bundlebuggy.aaronbentley.com/project/bzr/request/%3C4972A474.3060303%40internode.on.net%3E [19:02] you can test it! [19:13] poolie, After pulling bzr.dev I'm now getting the following error: [19:13] /home/jelmer/bzr/bzr.dev/bzrlib/ui/text.py:96: UserWarning: ProgressTask(1165/2000, msg='determining changes') is not the top progress task ProgressTask(1164/2372, msg='analyzing repository layout') [19:13] what does this mean exactly ? [19:14] jelmer: I'm looking at the revprops...in the svn repo.....It looks like the "base-revision" is not the same as the "rev-id" of the parent. [19:14] enigma42, the uuid is different? [19:14] Yeah.... [19:14] * davidstrauss is waiting for one of the 500 people in #git to not ignore him so he can write a balanced blog post comparing a git workflow to bazaar's. [19:14] name="bzr:base-revision">svn-v4:daff2dd8-1c3d-0410-9cd2-f6297dd8f964:frame-broker/trunk:9425 [19:14] enigma42, Did the svn repository recently change its UUID ? [19:15] bzr:revision-id">emailaddress@somewhere.com-20090113191650-3swujyym2rdqlh0f [19:15] So, the revision ID isn't using the svn UUID at all. [19:16] Since the revision was pushed into SVN from bzr, I presume... [19:16] enigma42, yeah, but it refers to its parent revision === enigma1 is now known as enigma42 [19:17] jelmer: How much of that log did you get? I tried to /msg it to you. [19:17] I saw some of it [19:18] Let me try little chunks.... [19:18] enigma42: But the problem appears to be that the Subversion repository UUID has changed since that bzr-svn revision was committed [19:18] Could that be correct? [19:18] are you perhaps working on a svnsynced copy of the repo? [19:19] 'morning Ian [19:20] enigma1, did you see my messages here? [19:20] jelmer: The only thing that has changed is that I delete my svn-cache....and you fixed that bug around the ids. === enigma1 is now known as enigma42 [19:21] jelmer: How do I find the SVN UUID? [19:21] enigma42: "svn info " [19:21] OK [19:22] jelmer: No...it looks like the subversion ID is the same. [19:22] jelmer: This is my guess... [19:23] What I saw yesterday before the bugfix was that bzr-svn was inventing rev-ids instead of using the ones that were stored in the revision properties. [19:23] So, somehow, when I tagged, the rev-id that had been invented was used instead of the rev-id that was stored in the SVN revision property. [19:23] enigma42, see privmsg [19:25] jelmer: the warnings mean there is probably a missing pb.finish() on the progress bar with those messages [19:25] or, as in one other case, the finally is wrapped around an iterator, so it's firing asynchronously to the operation actually finishing [19:25] i'm open to either fixing them up or silencing the warning [19:26] we should do one or another before releasing === jfroy|work is now known as jfroy === jfroy is now known as jfroy|work [19:34] poolie, yeah, it's two progress bars working at once [19:34] A function that iterates over a set of revisions by calling a generator [19:34] that function has a progress bar [19:34] and the generator also has a progress bar [19:38] jelmer: OK...I fixed up the rev-id....trying to branch again.... [19:39] jelmer: ok, that's good to know [19:39] because i was wondering whether we needed to support two of them updating at the same time [19:39] the api is a bit unclear about whether it's meant to be a stack or not [19:39] poolie: it does make sense to only have one in this situation I guess [19:40] jelmer: so is one of them nested inside the other? [19:40] or, are they unsynchronized? [19:40] and if so, how would you like them drawn in the text ui? [19:40] okay, bazaar is confusing me today. i have a local branch of a shared project branch i was working on (last pulled at 2117). i made a commit (2118) locally and attempted to push, but the branches had diverged and bzr tells me to merge. [19:40] phinze, what does "bzr missing" report? [19:41] so i merge with the project branch which pulls down three revisions that had made it in while i was working [19:41] poolie, I need to check [19:41] then i commit the merge 'merged with project branch', (2119) [19:41] and i push [19:41] jelmer: just let me know [19:41] jelmer: Woohoo! Branched just fine. Going to try a push and pull for good measure.... [19:41] but now the three revisions i pulled down (from someone elses work) show up as sub-revisions from my commit [19:41] 2117.1.1-3 [19:43] jelmer: Great! It's working fine. The tags are now in-sync between the bzr branch and the svn repo. :-D [19:43] jelmer: Thanks again for your help. And thanks for showing me the "svn log --xml --revprops -r ___" trick. [19:44] enigma42, Np, thanks for helping get this bug fixed before 0.5.0! [19:44] phinze, yes, this is intentional behaviour of "bzr merge" [19:45] What determines whether bzr-svn will spend a bunch of time "determining changes" when pulling or not? [19:45] jelmer: I'm happy to help. Thanks for making bzr-svn! It lets some of us use a *real* VCS in a heavily centralized corporate environment! [19:48] Peng_, "determining changes" means it's walking history, that can be triggered by various things [19:48] jelmer: okay, but say i didn't work that gets commited while i'm working to show up as a sub-revision when i merge... how would i change my workflow? [19:48] *didn't want work [19:51] perhaps i need to add to my workflow a mirror branch rather than just maintaining one local branch that i sync with the shared project branch...? [19:54] or perhaps the best answer is, "don't worry about other commits showing up as sub-commits from your merge... get over it!" :) [19:56] phinze: Yeah, I think that summarizes it up well [19:56] Peng_, I fixed that bug [19:59] jelmer: Which bug? [19:59] Peng_, 318935 [19:59] Peng_, bug 318935 I mean [19:59] Launchpad bug 318935 in bzr-search ""Did not find ids" when indexing a bzr-svn-imported branch" [Undecided,New] https://launchpad.net/bugs/318935 [20:00] Is there a way to automate bzr-search indexing on a server? [20:00] I mean, other than crontab. [20:00] jelmer: Oh. It was a bzr-svn bug? [20:00] Peng_, yep [20:01] Peng_, bug in the bugfix for that other bug :-) [20:01] jelmer: Heh, nice. Have you pushed it yet? Do I need to do anything, like delete the cache or recreate the branches? [20:02] Peng_, Yeah, it's been pushed. You need to recreate the branch and delete the cache. [20:02] Both? Awesome! :D [20:02] Thanks for fixing it. [20:03] poolie, I've fixed the progress bar issues [20:03] ok [20:03] poolie, Simply by not using the inner progress bar, it wasn't adding much useful information anyway [20:04] i'm totally open to changing or fixing the api if you need something richer [20:04] ok [20:06] poolie, I think it needs to be richer, but I'm not entirely sure how :-) [20:06] (: [20:07] poolie: I think at least it's important for progress bars that each step takes an equal amount of time [20:07] or as near to it as you can get, allowing for environmental variations [20:07] poolie, the "Fetch phase X" thing where there's 4 phases that all take arbitrary amounts of time is very uninformative [20:08] like obviously if you're doing disk io and network io the relative speeds will be unpredictable [20:08] jelmer, i agree [20:08] i think the "phase" thing is questionable [20:08] the basic idea there is that we want the progress bar to appear just once for each command and fill monotonically from left to right [20:09] rather than one bar for fetching and then another for building the tree [20:09] oh, ok [20:09] so it's not a bad thing to want [20:09] but i don't think the result is very satisfying [20:09] this patch improved a couple of things: you see all the stacked tasks, so usually more than just "fetch 1/4" [20:09] I think I prefer separate bars but having bzr print a new line with what it's completed [20:10] and also, (currently only for sftp) you get an indication of network io [20:10] separate bars would be good [20:10] poolie, Yeah, I agree the new progress bar is an improvement [20:12] jelmer: Yay, it works. :) [20:12] yay [20:12] 'bzr serve --http' does what it should [20:12] bzr+http or Loggerhead? [20:12] or both ? :-) [20:13] Oh, thank goodness, those pb-related warnings don't go in .bzr.log. [20:13] Peng_, they're fixed in 2379 [20:14] jelmer: Okay, thanks. [20:15] Peng_: actually loggerhead, but beuno and jml are making loggerhead serve bzr+http [20:15] so, this afternoon, hopefully both [20:16] just http to start with [20:16] that's a *really* neat thing to have [20:20] and loggerhead will be (optionally) a plugin [20:21] optionally meaning you can use it in the same way as before [20:34] #I'm being lazy here, but what was the summary of enigma42's tag conflict problem? I'm experiencing conflicts in some (but not all) tags, but I don't think [20:34] Peng is an idiot. [20:35] I didn't mean to send that. :) [20:35] Although it's true, but anyway, I was going to investigate it more first. [20:37] Peng_, It was related to a strange corner case bug caused by svn 1.4 on the server and bzr-svn not always looking at revision properties [20:37] Oh, I think it's because some are using "svn-v3" revids and some are using "svn-v4". [20:37] that primarily caused diverging branches [20:37] Oddly, the copy made 5 minutes ago is using more "svn-v3" ids. [20:42] Peng_: Can you please file a bug? [20:44] I wasn't using a 100% new repo; I "bzr branched" two (non-corrupt) branches into it. [20:45] Oh, "bzr log" shows a lot of svn-v3 ids too. [20:46] you know what would rock? If bzr could figure out when you move a file without having to use bzr mv [20:46] mmhmmm mhmmm =) [20:46] I've kind of confused the situation by swithing out the repos too. Hmm. [20:49] Peng_, Yeah, it's correct there are svn-v3 ids there [20:49] Peng_, that's because there are revisions created with older versions of bzr-svn [20:49] jelmer: What do you mean? My branch is (almost) completely new. [20:49] You mean revisions in the svn repo pushed by older versions of bzr-svn? [20:50] Peng_, yes [20:50] It looks like it's all "svn-v3" except for the very newest revision. [20:50] Peng_, yeah, everything since the last revision pushed with bzr-svn 0.4.x will be a svn-v3 revision [20:51] Peng_, That bit seems to work fine [20:51] Okay. [20:51] except bzr-svn gets confused about what mapping to use for those tags apparently [20:51] Well, the more recent branch gets it right much more often. [20:51] more often is not good enough :-) [20:53] The new branch has: 22 tags (1 svn-v4, 1 bzr, 20 svn-v3), 20 of which it can map the revid to a revno, 2 of which show "?". [20:53] so for what tags do you get conflicts? [20:54] I've been doing lots of things to this repo today, so I don't even remember. [20:54] I think I got the conflicts on about 6 tags with the old branch and old repo. [20:58] jelmer: FWIW, pastebin of "bzr tags" on both branches: http://paste.pocoo.org/show/BIEg11uNyMGQ4Fr1phem/ [21:01] Peng_, thanks [21:01] lifeless, ping [21:04] * jml submits the branch for review. [21:04] jam: ping [21:09] hi.. i'm trying to do brz branch lp:trac-bzr but i think i have an older version of bazaar that doesnt convert "lp [21:09] oops [21:09] hi.. i'm trying to do brz branch lp:trac-bzr but i think i have an older version of bazaar that doesnt convert "lp" into a URI [21:10] can someone tell me what URI 'lp' stands for? [21:10] launchpad [21:10] nxsryan: You should upgrade bzr. You'd have to be on a really old version. [21:10] sure but.. that's not a complete URI [21:10] nxsryan: What command did you run and what error message did you get? [21:10] Peng_: i know i should but that's not an option at the moment [21:10] nxsryan: Bazaar does a bit of magic to turn it into a real URL. [21:11] what do 'bzr version' and 'bzr plugins' say ? [21:11] # bzr branch lp:trac-bzr [21:11] nxsryan: lp:trac-bzr points to http://bazaar.launchpad.net/%7Etrac-bzr-team/trac-bzr/trunk/ or bzr+ssh://bazaar.launchpad.net/%7Etrac-bzr-team/trac-bzr/trunk/ [21:11] bzr: ERROR: Not a branch: /root/trac-bzr/lp:trac-bzr/ [21:11] Peng_: ah, nice, thank you [21:12] /root? *cough* [21:17] ...The Launchpad plugin has been around *forever*. [21:18] hrm, bzr: ERROR: Unknown branch format: 'Bazaar Branch Format 6 (bzr 0.15)\n' [21:19] nxsryan: what do 'bzr version' and 'bzr plugins' say ? [21:20] i'm using 0.14 [21:20] then, you need to upgrade to at least 0.15 at the message is hinting [21:21] but since 1.11 is out, please, just upgrade to that instead :) [21:21] Huh, lp: URIs are newer than 0.14? [21:22] Hmm, I think it was added in revision 2275. [21:22] hi is it possible to update a certain branch without ssh access, just ftp [21:23] Peng_: I dont't know I have all releases available from 1.0 but not earlier [21:23] dereine: It should [21:23] vila: i pushed to files onto the server [21:23] then i tryed to use update [21:24] but it didn't wokred [21:24] Yeah, it was added in revision 2275. Apparently it wasn't found NEWSworthy though. [21:24] But that would've been around 0.15 or 0.16. [21:24] Yeah, 0.15. [21:25] dereine: update updates your working tree from the branch, do you want pull instead ? [21:26] jam, nice work on the locking patch [21:26] vila: does pull changes the files itself? [21:26] vila: pong [21:26] dereine: pull updates your working tree yes [21:26] poolie: thanks. I don't really *like* doing it that way, but since we have been waiting a long time to actually do it the right way [21:26] i will have a try thx [21:26] I figured we may as well do *something* [21:59] beuno: if __name__ == 'bzrlib.plugins.loggerhead': [22:04] poolie: that won't work :( [22:04] try: from bzrlib.plugins import loggerhead; except ImportError: pass; else: ... [22:07] hmm. actually, that would work [22:07] silly me [22:08] Peng_, loggerhead trunk needs you [22:10] Heh. [22:18] Oh, it just serves them as static files so far? [22:18] mwhudson: good morning. :) [22:19] Peng_, yeap [22:19] no smart server involved yet [22:23] Hmm, this conflicts with my setup. I have the branches available (with hpss) at /bzr, with LH at /loggerhead. [22:24] Peng_, and how does this overlap? [22:24] Peng_: you mean the URLs that loggerhead gives are the static LH urls, not the smart /bzr ones? [22:24] because they should both quietly mind their own business wrt serving branches. === dereine is now known as dereine[OFF] [22:26] beuno: Loggerhead suggests branching it from /loggerhead. [22:26] I already handle this with redirects, but it's messy. [22:26] Peng_, ah! [22:26] so it should be configurable [22:26] -ish [22:28] Well, I could do some ugly monkeypatch in serve-branches, so it already is "-ish". :D [22:29] :) [22:31] Or I could just edit branch.py itself, of course, but that seems wrong. [22:33] Oh wow, monkeypatching actually works easily. [22:35] well, it *is* loggerhead [22:36] igc, ping [22:36] I was expecting the property bits to make it difficult to monkeypatch. [22:42] Yay, my evil monkeypatch worked. [22:44] beuno: Anyway, I haven't experienced any problems. [22:45] Peng_, awesome [22:45] and if you file a bug about maybe not exposing the URLs to branch from [22:45] we'll get it done [22:45] just for you === dereine[OFF] is now known as dereine [22:46] But I only tested /changes, /revision, and /annotate; not the other pages, or the .bzr serving itself. [22:46] hi beuno [22:46] hiya igc. How are you? [22:47] not too bad [22:48] I've been playing for quite a while with your plugin [22:48] revnocache [22:48] igc, are you up to explaining some concepts/code? I'd like to pitch in a little bit if I can [22:49] sure [22:49] you're using repository._old_get_graph [22:49] to get the graph [22:49] I'm about to hack on it right now btw :-) [22:49] awesome then!~ [22:49] I'm doing whatever Branch.get_revision_id_to_revno_map() uses now [22:50] I'm curious about you using that bit, since bzrlib has a big comment: """DO NOT USE. That is all. I'm serious.""" [22:50] 'cause I'm monkeypatching it [22:50] Right [22:50] beuno: the current code is very short term hopefully [22:51] I have a patch up to Branch giving it a new method: iter_merge_sorted_revisions() [22:51] as soon as that lands, I'll look against it rather than the revo lookup hack [22:51] s/revo/revno/ [22:51] beuno: Wait, what do you want me to file a bug about? [22:52] s/look/hook/ [22:52] Peng_, maybe hiding the branch URL? [22:52] igc, so there's not other (good) way of doing this without patching bzrlib? [22:53] beuno: I like having to branch URL shown, I just want it to be different. :) [22:53] Peng_, fair enough. What could we do to address your use case? Use hpss by default? [22:53] beuno: not sure [22:53] but the right direction is caching the graph ... [22:54] igc, absolutely [22:54] because then revno lookup, log, missing and friends can all "go fast" [22:54] beuno: I'm not sure what you could do to address my use case. :P [22:54] igc, I'm trying to understand it in depth, so I can make it play nic with loggerhead [22:54] right now, it's only the first of these [22:54] igc, in LH, to get the revision graph I do something like: http://paste.ubuntu.com/108777/ [22:55] beuno: see I think you want iter_merge_sorted_revisions() as soon as it exists [22:56] igc, I do! [22:56] I'm stalking the ML waiting for that to land [22:56] beuno: I just posted an updated version a hour or so ago [22:56] igc, I saw. Waiting for jam to be happy and approve :) [22:56] beuno: please check that it's API is useful to you know that I've extended it as jam requested [22:57] s/know/now/ [22:57] igc, I'll go through the code now and add a comment [22:57] beuno: cool. If poolie is near-by, bug him to look at it too :-) [22:58] igc, he's across the table from me. Not very awake, but here. I'll poke [22:59] hello [22:59] poolie: ignore that poke if you're tired. I understand the value of sleep :-) [23:01] igc, so this patch lets you limit the range of the graph you generate? [23:01] IIUC [23:01] by using revids? [23:01] beuno: yes [23:01] igc, unless I request revnos? [23:01] + # Note: depth and revno values are in the context of the branch so [23:01] + # we need the full graph to get stable numbers, regardless of the [23:01] + # start_revision_id. [23:03] beuno: my goal is that, once loggerhead uses iter_merge_sorted_revisions(), it needs to do nothing else and it will get faster if revnocache is installed as well [23:03] igc: i bet [23:04] beuno: so my patch now generates and caches (in memory) the full branch graph [23:04] igc, I see. We currently cache the revision graphs in LH as well, using LRUCache [23:04] revnocache will complement that by saving/restoring the full graph, eliminating the calculation stage (except after a tip move) [23:05] aha! that's where it gets interesting [23:05] we would load the graph from disk instead of re-generating it [23:05] yes - revnocache does not now [23:06] (with the right CACHING_STRATEGY configured) [23:06] igc, I still get around 7sec to do 'bzr log -r X.Y.Z' on mysql-server [23:06] with mergegraph strategy [23:06] right, because log is regenerating the graph! [23:06] and a bit less with revno strategy [23:06] ah! [23:06] hence the patch [23:06] precisely [23:06] (and a follow-up refactor of log to call the new API) [23:07] igc, ok, so for LH to take advantage of this, this patch has to land, and I have to switch LH over to using iter_merge_sorted_revisions [23:08] beuno: yes [23:08] perfect [23:08] just perfect [23:08] beuno: so my coming revnocache hacks are ... [23:08] 1. change the graph cache to drop the seqnum [23:08] 2. support chaining [23:09] The latter will let us store just the graph since the parent [23:09] and point to the parent cache if it's local [23:09] perfect for the usual mirror+feature-branches setup [23:09] cool, so it'll be less expensive when the branch gets updated [23:09] as long as it hasn't done merges? [23:10] right, and much less storage [23:10] * poolie goes to look [23:10] beuno: tip moves aren't optimised yet, merges or otherwise [23:10] igc, I do wonder why your patch still uses repository._old_get_graph [23:11] igc, right, that was one of the things I thought I'd try to poke at, as soon as I figured out all of this. But you're already on it :) [23:11] beuno: only because I wanted to ensure my monkeypatch was bug-for-bug compatible [23:12] beuno: actually, I've love it if you could optimise the tip move bit [23:12] (it's not high on my list yet) [23:13] jelmer: Ping [23:13] enigma42, pong [23:13] beuno: but you may want to wait a few hours until my next round of hacks ... [23:13] This has got to be the strangest error I've seen yet. [23:13] igc, I could very well give it a try. It's past 9pm here, so not sure *when*, but it will be high in my list :) [23:13] jelmer: bzr: ERROR: exceptions.ValueError: need more than 1 value to unpack [23:13] igc, you're refering to iter_merge_sorted_revisions? [23:13] Let me pastebin it. [23:13] enigma42, full backtrace? [23:13] poolie: yes [23:14] beuno: I'll put comments in the code and/or fire you an email about how to do it [23:14] igc, FWIW, I changed LH from _old_get_graph to get_graph() without any consecuences :) [23:14] igc, that would be awesome [23:14] jelmer: http://pastebin.ubuntu.com/108782/ [23:15] beuno: ok, it's saturday morning here so my time is limited [23:16] better get on with this hacking or it won't happen for a few days (long weekend here) :-) [23:16] igc, oh, please don't feel imposed. I'll give it a quick whack and see if I can send a patch to your patch :) [23:16] jelmer: This is bzr-svn 0.5 revno 2372 [23:16] the good thing about having an intense sprint in argentina is that people (and restaurants) _expect_ to eat dinner at 11pm :) [23:16] enigma42, when does this happen? [23:17] poolie: :-) [23:17] So, this is an svn repo that has been used by bzr-svn 0.4.x for a while. [23:17] This happens when branching. [23:17] This is the first time I've tried 0.5 on it. [23:17] enigma42, so it's a different repository [23:17] ? [23:17] Right. Not the one from before. [23:17] This is a new repo I haven't posted about before. [23:18] Coworker of mine was using bzr-svn 0.4 on it. [23:18] First symptom was... [23:18] Could pull down a branch just fine, but then could not make a local branch. [23:18] (with 0.4.x) [23:19] When trying to make the local branch, it complains about missing revisions. [23:19] So, I thought I would give it a try with 0.5-trunk to see what happens. [23:19] And that's the backtrace I posted. [23:19] enigma42: So this is an error trying to parse one of the bzr-svn file properties [23:19] OK. [23:19] jelmer: That doesn't sound very fixable...is it? [23:20] I guess what I mean is the file property is probably messed up.... [23:20] Let me check to see if there are any revprops on this svn repo.... [23:21] enigma42, it's not a revprop that is invalid, it's a fileprop [23:22] OK. [23:24] hughesw: This is your repo...when did you start having the problem? [23:24] monday. after updating to bzr 1.10 and bzr-svn 0.4.16 from the package on the bazaar site. [23:26] whoops [23:26] any chance you can try with a patch that shows a bit more information? [23:26] I'm happy to. [23:26] Send me the patch. :-) [23:27] (this patch would be against 0.5, right?) [23:27] yes [23:28] http://samba.org/~jelmer/tmp/fileid-fileprop.diff [23:28] OK....patching.... [23:29] jelmer: Should I zap the cache? [23:29] enigma42, no [23:29] OK [23:32] jelmer: branching....there are some big files in this repo so it takes a while.... [23:32] yeah the trunk of that repo is 52 MB... [23:34] igc, maybe something like this: http://paste.ubuntu.com/108789/ [23:37] jelmer: http://pastebin.ubuntu.com/108793/ [23:38] Are you sure that's with the patch applied? it doesn't seem to trigger the exception handling [23:38] (back to reading igc's patch thread) [23:39] jelmer: I'll double check to be sure. But I'm pretty sure... [23:40] enigma42, alternatively, can you run with BZR_PDB=1 as environment variable set? [23:40] Yup. I just double checked...it has the patch for sure. [23:40] OK. [23:41] enigma42, ah, sorry [23:41] enigma42, what did it print on the screen? [23:41] enigma42, rather than to .bzr.log ? [23:45] Just pasting..... [23:45] http://pastebin.ubuntu.com/108796/ [23:45] Should I type anything at the Pdb prompt? [23:45] hey that looks remarkably similar to the error it was giving me when I tried to branch on my home machine with 0.4.16 [23:47] jml, http://people.samba.org/bzr/jelmer/bzr-gtk/trunk/ [23:49] igc, done [23:50] poolie: thanks [23:51] jml: http://groups.google.com/group/fp-syd?hl=en [23:57] jelmer: Just let me know if you want me to send you more info.