[00:00] bzr upgrade --help links to http://doc.bazaar-vcs.org/latest/developers/knitpack.html, but that's a 404. [00:05] I think those docs are manually generated, not auto. Probably hasn't been done since that doc got put in. [00:07] Who gets bribed to run the update script? [00:08] poolie usually, I think. [00:08] But being as everybody is IRC'ing from airports these days... [00:28] A music messaging session has been requested. Please click the MM icon to accept. [00:31] how much IDE supported bazaar? === elmo__ is now known as elmo === NfNit|oop is now known as NfNitLoop [02:09] hey, googlecode is offering svn servers. Is there any free code hosting service that can run bzr serve for free? Or at least any file hosting service usable for this purpose with bzr? [02:09] I am sick of svn :-( [02:10] Peaker: Anyone who can host ssh or sftp or ftp can be a bzr host [02:11] radix: which free services can guys here recommend though? What do you use for bzr hosting? [02:11] Peaker: mostly launchpad [02:11] which actually supports bzr+ssh, in addition to sftp [02:11] cool, it does free project hosting? [02:11] yes [02:12] can I import all of my svn history into a bzr branch that I upload to launchpad? [02:12] Peaker: if you have a project, you can push/etc with bzr+ssh://bazaar.launchpad.net/~/project-name/branch-name [02:12] Peaker: yes [02:12] Peaker: you have several options [02:13] Peaker: use the bzr-svn plugin, use svn2bzr, or get launchpad to do the code import for you [02:13] radix: the last one sounds interesting [02:13] radix: thanks for the tips! [02:13] Peaker: it's often pretty convenient :) [02:13] no worries === jdub_ is now known as jdub === weigon__ is now known as weigon [14:55] weigon: you're running bzr.dev ? [14:55] r2943 should've fixed the issue you mentioned [14:56] bzr.dev$ bzr revno [14:56] 2946 [14:56] $ bzr --version [14:56] Bazaar (bzr) 0.92.0.dev.0 [14:56] hmm, did I forgot to setup the install [14:56] *doh* [14:57] I though I was running from the branch [14:57] ah, that'd explain it :-) [14:58] all the modules from the branches directly with symlinks, just bzr.dev itself I "installed" with ./setup.py install --home ~ [14:59] ok, setup done, branching ... it is copying [14:59] jelmer: ok, my fault === bigdo1 is now known as bigdog_ [15:09] jelmer: ok, branching worked [15:14] weigon: ok [15:15] * jelmer is looking into another potential bug at the moment [15:15] if that doesn't turn out to be an issue, I'll try to release 0.4.4 together with bazaar 0.92.0 [16:14] hi jel [16:16] hi jelmer [16:16] jelmer: whats the current recommended bzr-svn stuff to test with packs ? is there a version ready? [16:18] lifeless: 'evening [16:18] lifeless: bzr-svn's 0.4 branch should work with packs [16:19] I've run the testsuite with packs set as default format in bzr.dev and that passes ok [16:20] but still need to modify bzr-svn's fetch tests to be run against both knits and packs repositories [16:23] jelmer: if you test against packs only that should be fine IMO [16:23] jamesh: packs are the more restrictive format [16:23] jelmer: ^ [16:23] damn latency [16:23] I see tree.revert(filenames=[]) is deprecated as of 0.91. Are there plans to do anything else with it? [16:23] lifeless: ah, ok - wasn't sure [16:25] LarstiQ: long time no see! [16:26] lifeless: you asked me about subtrees the other day! :) [16:27] yes :) [16:28] but yeah, been quite a while since I stuck my nose in bzr code. [16:32] woot, it looks like things have improved [16:33] * dato waves to LarstiQ [16:35] heya dato! [16:37] dato: thank you for your last blogpost, and if I can do anything for you, just mention it. [16:38] LarstiQ: thanks! nothing in particular, since everything is just normal at present :) [16:38] I can keep it in mind, tho [16:39] dato: that's ok, no time limit on the offer :) [17:23] LarstiQ: tree.revert(filenames=[]) will be a no-op. [17:24] abentley: thankyou! [17:25] tree.revert(filenames=None) reverts all files, and None is the default. [17:25] abentley: which is exactly what I want. [17:26] Great. [17:26] abentley, thanks for the `bzr tags` review. [17:28] No problem. [18:41] abentley: fwiw, you read the -ize vs -ise part of my patch wrong [18:41] i made it consistently use -ize [18:42] abentley: so, is the export patch ok? The lack of docs on pack format is kindof separate... [18:43] mwhudson: Sorry about that. [18:43] lifeless: I haven't read the patch. [18:45] abentley: ah, ok. [18:49] jelmer: I'm after the fresh check out, shouldn't $ bzr pull --remember /fresh/branch/ from the old bzr tree work ? [18:49] interesting statistics on X-Vcs.* in Debian: http://blog.orebokech.com/2007/10/vcs-statistics.html [18:50] weigon: No, that will probably break [18:50] it does http://p.caboo.se/111781 :) [18:51] weigon: ideally, you should just throw out the old branch [18:51] I have 3 branches: the svn-tree, the bzr-svn'ed tree and a bzr tree from the bzr-svn'ed tree [18:52] the bzr-svn'ed tree got borked and is the one I refreshed [18:52] now I wanted to sync the bzr-tree against the bzr-svn'ed tree, assuming that 2 bzr-svn'ed branches are equal [18:53] but bzr-tree is that branch that hit bug 145148, no? [18:54] the bzr-svn'ed branch, yes [18:54] that's why I wanted to make a fresh branch "mysql-proxy-svn-refresh" [18:54] and change the parent of the mysql-proxy tree to that branch [18:55] http://p.caboo.se/111781 was the result [18:56] jelmer: local push bug fixed [18:57] jelmer: anyway, how do I get my other branches (or at least their changesets) synced with the new checkout ? [18:57] weigon: It's not the bzr-svn'ed tree that is broken, it's the svn-tree [18:58] it disagrees with the other bzr branches about history [18:58] weigon: You should be able to fix it by replaying the changes of the bzr-tree in the "new" bzr-svn'ed tree [18:58] lifeless: Packs speed? [18:58] jelmer: that's my problem, how ? :) [18:59] I would like to make that automatic, without $ bzr diff | patch; bzr commit [18:59] weigon: "bzr replay" from the rebase plugin can do that for you [19:00] thanks, there we go [19:00] jelmer: yes, local push of packs from X to X/10 time [19:00] nice (-: [19:01] how does X/10 compare to pre-pack? [19:06] jelmer: thanks. That's interesting. It is taken from the browse, and as gitweb is git.d.o and there is nothing on bzr.d.o that might skew it slightly. [19:06] but I think the numbers are in the right area, as git in Debian is certainly getting more talk at the moment. === Odd_Blok1 is now known as Odd_Bloke [19:32] jelmer: yes; local push was doing many 'list.__contains__' calls. [19:32] sets are faster [19:50] jelmer: have you thought about adding support for modifying svn:date when pushing from bazaar? [19:57] 1:58 < ryan> 1- proposal - additional techmeet meeting [19:57] ops [20:08] dato: not possible [20:08] dato: subversion doesn't allow you to set the commit time [20:08] jelmer: uh, can be configured to. [20:09] as in, touching a hook, that is. [20:09] so you can if the repo is yours, or you convince the admin. [20:09] dato: Optionally, we could set it I guess, but wouldn't want to rely on it [20:10] if you mean other parts of bzr-svn relying on it, certainly not. [20:11] jelmer: I wouldn't mind trying to contribute that, if you'd like; though it'll be addmittedly little code. [20:12] (the hook is pre-revprop-change) [20:12] dato: that'd be very nice [20:13] dato: you may also be able to fix bug 140001 while you're at it (same issue, for svn:author) [20:52] hi. I know this is no Ubuntu channel but in the past I had success with finding Canonical man in here. https://blueprints.launchpad.net/sprints/uds-boston-2007/+roadmap this has a typo Improve Windows integration as a sever and a client for Ubuntu <= either sewer or server. both would fit Windows :P [20:53] chx: #launchpad or #ubuntu-devel/#ubuntu-motu please [20:53] lifeless: thanks. [20:53] lifeless: i first tried the #ubuntu channel with not much success === chx is now known as chx_sleeping === chx_sleeping is now known as chx === chx is now known as chx_sleeping [22:03] jelmer: there's seems to be a "double utf8" bug in bzr-svn (or the bindings?) have somebody else mentioned to you before? [22:06] jelmer: try 2859 in my repository branch [22:55] morning all [23:05] hiya [23:05] spiv: ping [23:06] lifeless: pong [23:07] * spiv is very glad his sore throat has finally abated. [23:08] you've been sick? :( [23:08] I was wondering if there was a release? [23:09] lifeless: not yet, that's #1 task for this morning. [23:09] lifeless: is there a PQM branch for 0.92? [23:10] spiv: there can be [23:11] lifeless: I'm looking at http://bazaar-vcs.org/ReleaseChecklist, it seems to say there ought to be one. [23:11] re [23:11] lifeless: thanks, will do [23:12] dato: no, haven't heard of that before. please file a bug [23:12] jelmer: its still probably 50% slower than it needs to be [23:22] spiv: there is one [23:22] lifeless: I just saw it, thanks! [23:46] dinna time