[00:27] hey - been looking through the docs for a while without much luck... is there a way to alias urlspecs so if I collaborate with, say, 2 other people I can go: bzr merge user1 or bzr merge user1 instead of bzr merge reallylongurl or bzr merge somethingelseIllfroget ? :) [00:27] bzr-bookmarks plugin [00:27] aiui [00:28] gracias [00:29] oh, and for the tag thingy: tag=$(bzr tags | grep -P "^(.*?) +${rev}$" | awk '{ print $1 }') [01:00] hrm ... i've been using a bzr repo and the other day i accidentally did a "bzr init" in that repo dir which turned it into a branch as well, any way to un-branch it? :) [01:00] rocky: rm .bzr? [01:01] er, rm -rf [01:01] but be careful [01:01] make sure you're in the right spot [01:01] um, but isn't the repo stuff stored in .bzr ? [01:02] it is [01:02] did you cd into your .bzr repo [01:02] and then issue "bzr init"? [01:02] yes [01:02] (some time later on) [01:03] rocky: okay. then cd into your repo's .bzr repo [01:03] but i've never committed anything to that repo/branch [01:03] do an ls -a [01:03] you should see another .bzr inside it [01:03] rm -rf that one [01:03] no wait, i think i'm confused... [01:03] this is what i did... [01:03] Actually, just to be certain, do this [01:03] bzr init-repo sandbox [01:03] cd sandbox [01:03] bzr init [01:04] ah [01:04] that last "bzr init" was the culprit [01:09] rocky: http://paste.lisp.org/display/72693 Looks like you can just remove the branch and checkout directories [01:10] ah cool [01:11] another question ... if i have 2 branches which are actually near identical but have no common ancestry, how do i merge revisions 2 and 3 from branch X into branch Y ? [01:12] Ah, dinnertime. ArrivederLa! [01:15] rocky: that's pretty tricky at the moment I think [01:15] it has come up a couple of times in the past [01:15] you mayt want to ask about it on the mailing list === fta_ is now known as fta [01:17] jelmer: well, i've tried simply doing "bzr merge -r 2..3 ../source-branch" to get just the revisions i want, it removes a source dir in the target branch for some odd reason (and my 2..3 range does not include removing a dir) [01:18] i'm getting tempted to simply do "bzr diff -r2..3 ../source-branch > patch.txt; patch -p0 < patch.txt" [01:18] which works just fine [01:19] rocky: that is probably the easiest thing to do at the moment I think [01:19] there aren't many tools for bzr that handle parallel imports at the moment === Hydrogen_ is now known as Hydrogen [01:19] that's ugly =P [01:20] well [01:20] you could use std{in|out} [01:20] instead of the file [01:20] the base of what i'm trying to do actually is i have a trunk branch from an hg repo and i've added it to my own bzr repo and i've then made small modifcations to add the functionality i want ... [01:20] * jelmer mutters something about revision id aliases [01:20] and then write yourself a bash alias [01:20] then i hg cloned another tag of the hg branch and wanted to apply the same changes there [01:21] and do bzr-coolname revision1 revision2 source-branch === RAOF_ is now known as RAOF__ === RAOF__ is now known as RAOF === cafuego is now known as iExpense === iExpense is now known as cafuego === Quadduc1 is now known as Quadduc === asac_ is now known as asac [11:10] Hi all! I'm unable to build the RPM of bzr-svn : https://bugs.launchpad.net/bzr-svn/+bug/311712 - a similar problem happens with bzr-svn-0.4.16 [11:10] Ubuntu bug 311712 in bzr-svn "bzr-svn-0.5.0~rc1 - python setup.py bdist_rpm fails" [Undecided,New] === asac_ is now known as asac [12:43] rindolf, still there? [12:43] jelmer: yes. [12:47] rindolf, I think the fact that bzr-svn includes subvertpy is what is causing the problems here [12:47] jelmer: ah. [12:47] rindolf, If you build them separately and perhaps strip subvertpy out of bzr-svn, it may work better [12:48] jelmer: :S [12:53] jelmer: from where can I download subvertpy? [12:53] rindolf, launchpad.net/subvertpy [12:54] jelmer: I don't see a download link. [12:54] https://launchpad.net/subvertpy/+download [12:54] rindolf, There's no packaged release, you would need to fetch the bzr branch [12:55] jelmer: OK. [12:56] jelmer: how? [12:56] rindolf: e.g. "bzr branch lp:subvertpy subvertpy" [13:00] subvertpy/client.c:26:18: error: util.h: No such file or directory [13:00] subvertpy/client.c:27:16: error: ra.h: No such file or directory [13:00] subvertpy/client.c:28:16: error: wc.h: No such file or directory [13:00] That's what I get when I try to bdist_rpm subvertpy [13:03] jelmer: ping. [13:10] rindolf: you need to install the subversion development libraries [13:50] jelmer: I installed them. [13:50] rindolf, what location are they in? [13:51] jelmer: /usr/include/subversion-1/ [13:56] rindolf, it looks like the RPM stuff doesn't work here either [13:56] It wasn't ever tested, it's just there by default in distutils [13:57] jelmer: OK. === fta_ is now known as fta === Mario__ is now known as pygi [17:43] james_w, jelmer: I have submitted the merge request on launchpad, is there more I should do to get it looked at? [18:29] rexbron, james_w is the bzr-builddeb maintainer :-) [18:56] lifeless: www.squid-cache.org is down.