[00:01] jam, hi [00:02] and lifeless [00:03] jam, want to talk? [00:04] isn't it standup time? === Verterok|out is now known as Verterok [00:16] https://bugs.edge.launchpad.net/bzr/+bug/230902 [00:16] Launchpad bug 230902 in bzr "BzrError: Must end write group before releasing write lock on KnitPackRepository" [High,Confirmed] [00:26] spiv: un [00:27] spiv: fun [00:27] jam, nicely done with setup.py, but it should be in news too [00:33] jam: I just realised there's a problem with my batching patch; mail sent. [00:47] spiv: btw I think your batching should apply to all repos [00:47] spiv: there is no reason to special case it for remote [00:47] IMNSHO [00:53] lifeless: Hmm. [00:53] lifeless: I think it would penalise plain pack repos. [00:54] spiv: index lookups for 5 keys are more efficient than 5 lookups for 1 key [00:54] spiv: with both GI and BTGI [00:54] lifeless: e.g. if there's only one new revision, then asking about 50 revisions will cause extra work for no benefit. And doing it one-by-one with plain packs isn't so bad because it's filling the caches of the indexes AIUI. [00:55] What's GI/BTGI? [00:55] spiv: tell you what; test it :) [00:55] graphindex btreegraphindex [00:55] Ah ok. [01:00] kiko: why have you moved the download instructions lower on the front page? [01:00] kiko: they used to be lower and we moved them to the top based on feedback from users of the web site [01:01] lifeless, because I had to scroll to read what it was. [01:02] kiko: yes, thats the tradeoff we made [01:03] a bad one. but it's fixed now. [01:03] kiko: another one, and this one matters more, is why you've just moved the toc to the bottom of the workflows page === kiko is now known as kiko-zzz [01:03] its entirely useless there [01:03] lifeless, yeah, maybe we should just remove that ToC entirely, I'm not sure [01:03] kiko-zzz: its a long page, I think it needs a toc [01:03] yeah.. ok [01:04] I wish we could at least float the damn toc or something [01:04] but it would fight with the sidebar [01:04] just put it under the intro [01:04] right before solo [01:06] that page is a bit of a mess [01:12] thanks for putting the toc back [01:12] the images should be like 1/3rd of the size [01:12] maybe tomorrow [01:12] I'm not sure the welcome page is better; but I let others worry about that [01:12] I'm absolutely sure it's better, luckily [01:12] man who do I have to kill to get some food in this office [01:13] kiko-zzz: you just reminded very strongly of linus [01:14] absolute confidence, and yet, still wrong [01:14] at least I get it done [01:14] now get out of my way :) [01:16] lifeless: for a minute there I was thinking you meant the Peanuts character. [01:16] jml: perhaps I was [01:17] lifeless: it doesn't gel. [01:17] jml: ah, then perhaps I wasn't [01:20] kiko-zzz, maybe we should really split the wiki from the web site [01:20] it's hard to make it look slick in moin [01:21] yeah, it's an idea. for now I think it's okay but it needs a facelift for december [01:21] maybe just a moin facelift, but maybe something more nicer [01:21] what happens in december? [01:22] the end of the year :) [01:22] xmas [01:22] gifts [01:22] vacations [01:22] god's last 3 gifts to mankind [01:22] 'myrrh... how nice!' [01:23] makes a change from socks [01:24] lifeless, more seriously i think kiko was wanting us to have something exciting and public happen before then [01:24] repostiory stuff will be exciting, but maybe not ready for wide use [01:25] "tests suite passes on all major platforms" would possibly qualify as exciting and public :) [01:27] that is pretty exciting [01:27] is that true on windows at the moment, or not quite? [01:27] will be exciting :) No movement on the LockContentionErrors AFAIK [01:28] I need guidance on how to handle them before I can progress on it [01:28] s/handle/silence/whatever/ [01:29] implement dirstatev2, new tree format, then silence the existing one [01:30] or v4 or whatever the signature would reach [01:30] someone else had a problem with file locking on a mac the other day [01:30] oh, I didn't think it was *that* easy! ;) [01:30] eventually we need to get away from that [01:30] well I mailed the list with a proposal [01:30] not to say we can't take a smaller step first [01:30] the responses seemed to vary [01:30] tests are too noisy on windows so regressions will not be noticed. Silencing the test noise is IMO more important than fixing the implementation [01:31] and presumably easier === mw is now known as mw|out [01:32] markh, did you get my pm? [01:32] markh: given that tests fail because of the implementation, I really can't agree [01:33] lifeless: my concern is that regressions completely unrelated to the *known* problem of locks will be hit [01:34] and experience shows that *has* happened in the past - regression have been introduced that the tests *did* see, but got lost in the noise [01:34] that IMO is worse than what we already know is bad about locks on windows [01:34] markh: selftest -v | grep 'FAILURE|ERROR' [01:35] markh: then do that and diff, if there are + lines, its new failures [01:35] lifeless: who are you saying should do that regularly? [01:35] it wasn't me that introduced the regressions I'm talking about [01:35] whoever is doing release related stuff on windows; before the release [01:36] well - the end result is we end up in a catch 22 - wont fix tests until we fix the impl, impl is very hard to fix, especially on windows, as tests are too noisy to see what regressions you introduced :) [01:36] but - I'm not interested in arguing this [01:36] I just suggested it might be good public info to work towards and announce [01:36] take it or leave it :) [01:37] I'm interested in helping fix tests - but have no time to help with a dirstate impl [01:41] markh: I don't get the catch-22, but perhaps I just have a different understanding on how the tests fit together [01:43] lifeless: i think if the situation was reversed, and we had massive linux test failures due to an implementation problem, I doubt your solutions would fly - either the "live with it or provide a new impl" position or the "live with it and use grep to detect regressions" position. [01:44] hm [01:45] * jml emulates looms with branches [01:45] > Silencing the test noise is IMO more important than fixing the implementation [01:45] i mostly agree, getting to a known reliable state is a good first step [01:46] We *know* all about the lock problems. We *don't* know about new regressions [01:46] right [01:46] bbiab [01:47] markh: actually, I use the diff approach when I'm dealing with horribly broken branches, which happen when I do some of the heavy lifting I do regularly [01:47] markh: if I was a windows dev, I would be hacking on the tweaked implementation at top speed because that would permanently fix this issue [01:48] markh: but I'm not a windows dev, so even if wrote a new impl for you (which really is quite small, ~500 lines totall diff I think) I couldn't be sure it had fixed things for windows [01:49] markh: you seem to feel I'm not helping, so I'll drop it [01:49] poolie: silencing the test noise doesn't get us a known reliable state [01:52] ok i'm going to look at this usertest thing with spiv [02:06] I thought someone wrote a stats gatherer that determines by annotate the contributors to the code base [02:06] (rather than commit cout, which is... crude) [02:12] lifeless: maybe abentley did? [02:18] ooh, fancy: "You can restore the old tip by running:..." [03:16] poolie: bzr 1.8. branch created === abadger19991 is now known as abadger1999 [04:08] anyone alive that knows about bzr-svn internals? got a bug that I wouldn't mind talking about: https://bugs.launchpad.net/bzr/+bug/277369 [04:08] Launchpad bug 277369 in bzr-svn "Push to SVN: exceptions.AttributeError: children" [Undecided,Fix released] [04:08] teratorn, Yeah, I just closed that one, it's already fixed [04:08] jelmer: oh wow that rocks [04:08] jelmer: in trunk? [04:09] teratorn, Not exactly sure what version, 0.4.13 for sur ehas the fix [04:09] oh, heh. well I just commented on the bug after having upgraded to the latest release [04:10] nicely done [04:10] I mean, it still crashes :) [04:12] teratorn, You'll probably have to repush the other revisions as well [04:12] teratorn, since the error would actually be in there [04:13] jelmer: hmm, how would I do that? [04:15] teratorn, the easiest way is to remove the revisions manually from svn [04:16] teratorn, that requires administration access to it though [04:16] * jelmer gets some sleep [04:16] I didn't even know that was possible, with SVN [05:15] spiv: wisnae me. [06:30] hey folks. having trouble installing bzr-xmloutput plugin. 'bzr plugins' gives me this: Unable to load plugin 'xmloutput' from '/usr/lib/python2.4/site-packages/bzrlib/plugins' # so how do I find out why it can't load the thing? [06:31] fwiw, it's being installed for sake of bzr + eclipse eclipse plugin [06:31] gimmal: check out .bzr.log - executing 'bzr version' will tell you where it is [06:32] ok. thank you [06:32] probably in ~ [06:32] yeah [06:33] hey do y'all have a minute to look at a paste? I'm no python student as of yet ... heh [06:33] it boils down to this in the traceback: TypeError: __init__() got an unexpected keyword argument 'short_name' [06:34] which is in the traceback, listed after this: File "/usr/lib/python2.4/site-packages/bzrlib/plugins/xmloutput/__init__.py", line 108, in cmd_xmlstatus [06:34] short_name='V'), # any ideas? [06:34] bzr version mismatch? [06:35] that would be my guess [06:35] ok; could be simple to fix, thanks [06:38] simple, muahahah ... so i just start virtualbox, copy my /etc/apt/soruces.list to a vfat partition, move my hdd to the gateway laptop (where bzr is, and where eclipse is installed), then use gnome-terminal via an xming (xserver for vista) session ... update the apt repo on that comp, install the bzr deb from backports.org, then start eclipse (via gnome-terminal via xming) again ... pretty simple, yeah, just involving a lot of steps... [06:38] the hdd is a portable, duhuhuhehe [06:40] if only virtualbox was booting the virtual deb image ... it's some kind of ext2 fs support in the windows env... [06:41] woo success ... weird wait preiod after plugging in the hdd [06:59] hi all [07:24] well thanks for the help [07:41] hey [07:42] I have a little problem here, bzr pull tells me to do 'bzr upgrade' to get better performance but 'bzr upgrade' says format 1 is already at the most recent format. [07:42] anyway to solve that, or workaround the message? [08:01] loswillios: perhaps it's the remote branch that needs to be upgraded? [08:03] it may say that if it is an old rich-root format [08:11] hm.. I guess I should do a clean check out [08:15] jml: seems like it: even 'bzr get http://bazaar.launchpad.net/~team-mms/mms/1.1.0 mms-1.1.0' says "Format for http://bazaar.launchpad.net/%7Eteam-mms/mms/1.1.0/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance" [08:16] loswillios: so, if you want to work around it, you need to upgrade that branch. [08:16] loswillios: which is only something you can do if you are a member of ~team-mms [08:17] I'll poke the author, thanks === jamesh_ is now known as jamesh [10:04] <_raz_> Does someone know a solution for the push/branch issue for ftp in version 1.7 (https://bugs.launchpad.net/bzr/+bug/259855)? [10:04] Launchpad bug 259855 in bzr "Wrong mode of .bzr files when pushed via FTP" [Medium,Fix committed] [10:05] <_raz_> looking at the 1.7 bzrdir code, the patch for it is already in, but does not resolve that issue - at least not for me [10:08] <_raz_> looking at the push result on the server, the .bzr directory and all subdirectories miss a g+x in contrast to the old behaviour [10:10] <_raz_> files accordingly lack g+r and so on [10:12] <_raz_> though this only seems to affect anything directly under .bzr, not under the directories within it [10:26] Uhm is that normal ,that with pyrex, i can not run 'easy_install bzr' (i go into sandbox violation) [10:52] kiorky: no idea, we generally recommend people use packages [10:52] kiorky: we have binaries for windows, macos X and most linux distros have current packages [11:02] night all [13:09] does bzr 1.7 run on py2.6 ? [13:09] I don't think so. [13:09] vila is doing some work on that. [13:10] bzr.dev should, but since 2.6final is not yet out, take it with a grain of salt... [13:15] vila: 2.6 final is out =P [13:15] jelmer: any release of bzr-svn supporting bzr 1.7 yet? or still use the 0.4 branch? [13:15] oops, since when ? [13:16] rocky, 0.4.13 [13:16] vila: lol, you must not read much python blogs ... it was released yesterday i think, i read about 50 blog posts about it ;) [13:16] jelmer: awesome, thanks [13:16] will test it out [13:16] vila: See what you miss when you sleep? :p [13:17] rocky: anyway, you're welcome to test it and report any problems, but the test suite is passing (modulo a very minor/cosmetic error) [13:17] fullermd: damn, I knew it ! [13:18] fullermd: I'm still wondering when *you* sleep though :) [13:23] I'll get all the sleep I need when I'm dead ;) [13:24] hmm, no python 2.6 in debian yet :-( [13:24] Debian? Do they even know there's a python 2.4 yet? [13:28] lol [13:28] * rocky just finished building python2.6 on his ubuntu [13:42] jelmer: when i "bzr co https://dev.serverzen.com/svn/cluemapper/ClueMapper/trunk ClueMapper-trunk" (you can do this too, it's an anonymous svn repo) at around rev 82 it slows down *big* time ... bzr 1.7.1 + bzr-svn 0.4.13 + svn 1.5.1 [13:44] rocky, svn rev 82? [13:44] i guess, i'm watching the status bar [13:44] it gets to 82/156 and slows down (it's at 87 right now) [13:46] * rocky integrates cluemapper svn repo into jelmer's bzr-svn test cycles ... :) === thunderstruck is now known as gnomefreak [15:06] is it possible to manipulate a bzr branch without having a working tree? [15:07] Depends on what manipulation you want to perform. [15:07] Leonidas: It depends what you mean by 'manip... yeah. [15:07] jelmer: python 2.6 is probably not going into debian anytime soon - freeze. [15:07] fullermd: add files, commit stuff. [15:08] Leonidas: It could go into experimental. [15:08] Oh, wait, it'd be a separate package, it could go into unstable. >.< [15:08] Well, no, since that would be manipulating a working tree. [15:08] Odd_Bloke: yeah, thats possible [15:08] Leonidas, I run experimental [15:08] fullermd: ok, thanks. [15:08] * Leonidas runs testing and stable and backports important stuff. [15:08] (of course, if you dug into bzrlib, you could pretend to have a working tree in some ways, but then you sorta HAVE a WT) [15:09] (but as long as there are no packages, there's nothing to backport) [15:09] fullermd: no, thats too problematic, I'll just make me a working tree. === kiko-zzz is now known as kiko [15:27] Leonidas: those kinds of things are what a working tree is for, so no :) [15:27] Leonidas: but you need not have a working tree _on disk_, you can use a memory backed tree. === alperkanat is now known as alperkanat|away === alperkanat|away is now known as alperkanat === mw|out is now known as mw === alperkanat is now known as alperkanat|away === alperkanat|away is now known as alperkanat [16:10] Leonidas: You need a working tree to *commit*, but if you prefer, you can create a Tree and a Revision, and install those. === kiko is now known as kiko-fud [16:33] Is there a low-level commit? I have a list of files which changed and want to commit them without creating files in the working tree. [17:03] I'm trying to understand bzrlib.commit.Commit.commit() - where does it gather the changes to the WorkingTree? [17:07] Is bzr ls --non-recursive http://url supposed to work? === kiko-fud is now known as kiko === mw is now known as mw|out [18:06] Hi all. One of my co-workers is using a SVN tree converted to BZR. In merging one tree to another, bzr complained that the files inside src/ were versioned but src itself was not. It moved src to src.moved, and added the merging files as src/... . I thought we worked around it by collating them with "find -exec mv" . Now, when he's finished merging files, "bzr commit" looks like it's removing all files. All his source files are "unknown" and "removed [18:06] " at the same time. What can he do? [18:07] Leonidas: I think its in self.builder = self.branch.get_commit_builder(self.parents, .. [18:09] AmanicA: yeah, I'm now currently trying to overwrite stuff in the Commit class. Fiddling with the builder was a bit too complicated. [18:09] yes [18:09] I saw its a bit complicate [18:09] d [18:10] chadmiller: that sounds confusing [18:11] Well, we certainly are. [18:11] chadmille: it sounds like the src dir was added in 2 different branches (thus 2 different file ids) [18:11] -ed. not -ing. [18:11] AmanicA: I thought so. He insists it wasn't. The latest-common-ancestor has it, he says. [18:12] Well, leaving aside the "how did you get src moved in the first place", if you find -exec mv'd all the files, as far as bzr is concerned they ARE removed... [18:13] We didn't "bzr rm" them or anything. [18:13] But they're not where it expects them. [18:14] fullermd: So, it expect them in "src.moved"? [18:14] Which we then "bzr mv" to "src"? [18:15] Sure. That's where it put them. I don't think your description works; the files can't be versioned while src/ is not, but if src (in the branch you merged) isn't the same as src (in your branch), you'd expect yours to end up in src.moved, and everything cascades from there. [18:15] Okay. I'll try that. === sabdfl1 is now known as sabdfl [18:15] Mass moved like that tend to lead to wackiness down the line though. I'd start with investigating why the src/'s are distinct. [18:17] "Conflict because src is not versioned, but has versioned children. Versioned directory." [18:18] That sounds like src was removed on the other branch. [18:18] If it were then re-add'd (instead of revert'd back into existence), that would explain why it's considered different. [18:18] fullermd: Occam's razor says it is a svn conversion bug. [18:18] Likely. [18:19] So, the thing to decide is, which of the src/'s is more likely to be used going forward, and which exists in other branches you may want to merge in the future, etc. [18:19] Then you can decide which to keep. [18:19] "bzr: ERROR: Could not move src.moved => src: src is already versioned." [18:21] I'm having him "bzr mv src src.old", then "bzr mv src.moved src" [18:24] that error I'd expect when he did "bzr mv src.moved src" [18:24] without the .old step in between [18:26] AmanicA: right, bzr seems to have no memoery-API, this looks like it's goingt to be painful [18:27] what? [18:29] Leonidas: did you see what abentley said? And look at how bzr-svn does things? [18:29] LarstiQ: no, sorry - my bouncer has no backlog. [18:31] This is a bit of a problem, I have to reconfigure it some day. or find one which is not crappy [18:40] Leonidas: You need a working tree to *commit*, but if you prefer, you can create a Tree and a Revision, and install those using install_revision. [18:42] abentley: ah. This sounds easier. [18:46] install_revision(repository, rev, revision_tree) [18:47] So after I installed the revision, I have to link it to the branch. [18:48] Leonidas: Yes; Branch.set_last_revision_info [18:50] very nice, trying this. [18:52] Back next week. [18:52] Oh, surely there aren't THAT many files to move :p [18:53] ideas to chad@sun.com, please. [19:07] I'm getting "Revision is not compatible with KnitPackRepository" when adding an empty revision (that is, it only has a revid) === mark2 is now known as markh === kiko is now known as kiko-phone [19:43] How do I determine the commit in which a file was introduced? [19:49] Arjen: bzr log -l 1 --forward [19:54] hello, I can't find any documentation on how to setup a "smart server". could anyone help me please? [19:55] loxs, all you need is to have bzr installed on the remote server [19:55] and for clients to use bzr+ssh [19:56] you mean sftp? [19:56] no, I really mean bzr+ssh [19:56] because for this I don't need bzr installed on the remote server [19:56] right [19:56] hm, then could you please explain what do you mean by bzr+ssh [19:57] for bzr+ssh you do, because it uses the remote bzr installation to, well, be smart :) [19:57] loxs, sure [19:57] you would do: bzr branch bzr+ssh://user@host/path/to/branch [19:57] instead of: bzr branch sftp://... [19:57] ahamz... that sounds nice [19:58] and how do you manage permissions? on filesystem level? [19:58] yeap [19:58] since you're using ssh, whatever that user has read/write access to [19:59] I want to allow my developers commit to their own branches, but disallow them to commit to trunk. But for them to be able to commit to their branches, they need to have a write access to the .bzr in the main repository directory... is it safe? [20:00] loxs, they can have their own branches in their home dir [20:01] I need some help on this code: http://paste.pocoo.org/show/86963/ [20:01] hm, right... I can't stop thinking in svn terms... thanks for opening my eyes :) [20:02] I'm currently missing two things: 1) how to generate a revid 2) how to get the proper revno [20:02] loxs, :) [20:10] Leonidas: I known nothing about commit internals, but it seems that rev_id id returned by the commit_builder [20:12] beuno: hi [20:12] Verterok: yeah, me too. but CommitBuilder does not generate it, it gets it as an argument on instantiation [20:12] Verterok, ho === kiko-phone is now known as kiko [20:14] Leonidas: it's an argument of Commit [20:14] Leonidas: from the docstring: " :param rev_id: If set, use this as the new revision id. [20:14] Useful for test or import commands that need to tightly [20:14] If null (default), a time/random revision id is generated." [20:14] control what revisions are assigned. If you duplicate [20:14] a revision id that exists elsewhere it is your own fault. [20:15] apologize the big paste [20:16] Verterok: I know, but I don't understand where it is being generated. [20:17] Verterok: rev_id is None by default [20:17] Verterok: self.rev_id is set to None in commit() [20:17] but I'm missing the part where it gets generated [20:18] Leonidas: I think this should clarify that :) "If null (default), a time/random revision id is generated." [20:18] the builder returns an id, so I suspect it generates it. [20:19] Verterok: but where is the part where it gets generated in the code? [20:20] Leonidas: I assume in the Commit builder, beacuse if it's null, it returns a generated rev_id [20:21] Verterok: repository.CommitBuilder.commit() only returns the rev_id that was passed to its constructor [20:22] mmm...maybe we are missing something :p [20:24] Verterok: yeah, I feel stupid/blind ;) [20:25] Leonidas: don't feel alone :) [20:35] Leonidas, Verterok: In CommitBuilder there is _generate_revision_if_needed which calls _gen_revision_id [20:35] which is used if you don't supply a revision_id [20:36] and _generate_if_needed is called as part of CommitBuilder.__init__ [20:37] jam: thanks! [20:37] quick question, is it possible to change the committer's email address in the log? [20:37] would rebase do that? [20:38] LaserJock, you could do it with rebase, but it would break compatibility with anyone else who branched [20:38] jam: thanks, gen_revision_id was what I was looking for. [20:38] LaserJock: it would be possible to do so during rebase, I don't think it specifically supportsr it [20:38] beuno: that's what rebase *does* anyway :) [20:38] beuno: I don't care about anybody else ;-) [20:38] jam: can you also tell me how to get the right revno? [20:38] LaserJock, life's so much easier that way :p [20:39] Leonidas: "right revno"? in what context [20:39] beuno: I don't do anything people care about anyway :-) [20:39] jam, you may be the right person to answer this. How can I find out what revno a revid is part of? [20:39] "is part of" ? [20:39] ok, so related question, is it possible to have multiple email addresses in bzr? [20:39] you mean when it was merged? [20:40] jam, it's merged into that revno, yes [20:40] LaserJock: you can generally set a email address per branch [20:40] beuno: "bzr log" ? [20:40] jam: ah, excellent [20:40] "bzr log -r revid:XXX..-1" [20:40] jam, right. Now, let's say I need to do that through python [20:40] beuno: you could use the output of 'bzrlib.tsort.merge_sort()' [20:40] it is what 'bzr log file' now does [20:40] "here's a revid, give me the mainine revno it belogs to" [20:40] you can see the code in log.py [20:41] * beuno looks [20:42] around line 603 [20:42] jam: In this context: http://paste.pocoo.org/show/86963/ [20:42] jam: line 1 is already replaced with something that is not static anymore [20:43] Leonidas: so for the "set_last_revision_info()" call? [20:43] and you aren't doing this as a commit on something else [20:43] which you know the revno? [20:44] I can give you a way, but some are easier/faster than others [20:44] for example, if you know the revno, parent_id for the parent of this commit, then it is just revno+1 [20:44] jam: well, I commit this on something else. [20:44] otherwise there is bzrlib.repository.get_graph().find_distance_from_null() [20:45] you can look at bzrlib/graph.py find_distance_from_null [20:45] to figure out what to pass it [20:45] generally you'll want to give it a hint about some other revision [20:45] jam: actually I am now writing a converter from hg to bzr and constucting changesets. [20:48] hmm, I must be doing something wrong, rebase isn't working [20:49] jam, so I would sort the graph, and then iterate over it, until scheduled_nodes[-1][1] < merge_depth ? [20:49] there's gotta be a simple way to do this. I just want to change my email address on a branch that only has 3 revisions [20:50] jam: isn't revno+1 a bit too easy? The revno is this number that bzr log outputs, right? But then the revno can look something like 34.1.3 etc. [20:54] Leonidas: A commit can never produce a dotted revno, by definition. revno + 1 is exactly what commit does. [20:56] abentley: ok, fine. Then I can just take the last revno and add 1. [20:57] rebase just says there aren't any revisions to rebase :( [20:57] Leonidas: As long as the previous revision is the lefthand parent of the new revision. (Otherwise, you're not simulating commit.) [21:11] ok, let's try this a different way. How do I go back to a previous revision? [21:12] do I have to branch each revision separately? [21:15] LaserJock: that depends on what you mean with "go back to" [21:15] ok, I just want to go through these 3 revisions and make a new branch from them [21:16] so I was thinking if I can get back to revision 1, then copy that over and commit, then go to revision 2, copy and commit, then same for revision 3 [21:18] but I don't exactly know how to go back in history [21:22] LaserJock: that sounds like what rebase does, sort of [21:23] LaserJock: unless you want to use those 3 actual revisions [21:23] well, I couldn't get rebase to work [21:23] it just said there was nothing to rebase [21:33] perhaps it's because I'm trying to rebase a whole branch [21:33] man, this is really frustrating [21:34] LaserJock: how are you running rebase? [21:35] well, I've tries several things [21:35] just plain bzr rebase [21:35] also, it will still leave the original email adress as author I believe [21:35] bah [21:35] I also tried --onto and -r to see what that'd do [21:35] I'd try "bzr-fast-export", edit the output, then "bzr fast-import" [21:35] oh, good idea [21:36] for rebase I'd guess rebase on to an empty branch would be what you want [21:36] I couldn't [21:36] it said that there was no history [21:36] ah, ok [21:37] I know it's not exactly bzr-specific but I can't believe how hard it is just to change the email address [21:38] well, it's designed to have immutable history [21:39] right, which I suppose works, except when you want to change history [21:39] :-) [21:48] james_w: well, I ended just doing bzr export into 3 directories then cp the files in an commit [22:25] I can't get the bzr search plugin to accept multi-word multi-word strings to search for [22:29] how space efficent bzr is for binary files ? [22:30] let's say pictures (which normally doesn't get modified, just added or removed) [23:51] jam: Version number for 1.7.1 still says 1.7.1-rc1 (or something else with "rc" in it; I didn't look closely) in some parts of the Mac installer/upgrader === BasicPRO is now known as BasicHatesWin32