/srv/irclogs.ubuntu.com/2008/12/27/#bzr.txt

hstuarthey - 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
bob2bzr-bookmarks plugin00:27
bob2aiui00:27
hstuartgracias00:28
epsyoh, and for the tag thingy: tag=$(bzr tags | grep -P "^(.*?) +${rev}$" | awk '{ print $1 }')00:29
rockyhrm ... 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
gotgenesrocky: rm .bzr?01:00
gotgeneser, rm -rf01:01
gotgenesbut be careful01:01
gotgenesmake sure you're in the right spot01:01
rockyum, but isn't the repo stuff stored in .bzr ?01:01
gotgenesit is01:02
gotgenesdid you cd into your .bzr repo01:02
gotgenesand then issue "bzr init"?01:02
rockyyes01:02
rocky(some time later on)01:02
gotgenesrocky: okay. then cd into your repo's .bzr repo01:03
rockybut i've never committed anything to that repo/branch01:03
gotgenesdo an ls -a01:03
gotgenesyou should see another .bzr inside it01:03
gotgenesrm -rf that one01:03
rockyno wait, i think i'm confused...01:03
rockythis is what i did...01:03
gotgenesActually, just to be certain, do this01:03
rockybzr init-repo sandbox01:03
rockycd sandbox01:03
rockybzr init01:03
gotgenesah01:04
rockythat last "bzr init" was the culprit01:04
gotgenesrocky: http://paste.lisp.org/display/72693 Looks like you can just remove the branch and checkout directories01:09
rockyah cool01:10
rockyanother 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:11
gotgenesAh, dinnertime. ArrivederLa!01:12
jelmerrocky: that's pretty tricky at the moment I think01:15
jelmerit has come up a couple of times in the past01:15
jelmeryou mayt want to ask about it on the mailing list01:15
=== fta_ is now known as fta
rockyjelmer: 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:17
rockyi'm getting tempted to simply do "bzr diff -r2..3 ../source-branch > patch.txt; patch -p0 < patch.txt"01:18
rockywhich works just fine01:18
jelmerrocky: that is probably the easiest thing to do at the moment I think01:19
jelmerthere aren't many tools for bzr that handle parallel imports at the moment01:19
=== Hydrogen_ is now known as Hydrogen
rockythat's ugly =P01:19
Hydrogenwell01:20
Hydrogenyou could use std{in|out}01:20
Hydrogeninstead of the file01:20
rockythe 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 aliases01:20
Hydrogenand then write yourself a bash alias01:20
rockythen i hg cloned another tag of the hg branch and wanted to apply the same changes there01:20
Hydrogenand do bzr-coolname revision1 revision2 source-branch01:21
=== 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
rindolfHi 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.1611:10
ubottuUbuntu bug 311712 in bzr-svn "bzr-svn-0.5.0~rc1 - python setup.py bdist_rpm fails" [Undecided,New]11:10
=== asac_ is now known as asac
jelmerrindolf, still there?12:43
rindolfjelmer: yes.12:43
jelmerrindolf, I think the fact that bzr-svn includes subvertpy is what is causing the problems here12:47
rindolfjelmer: ah.12:47
jelmerrindolf, If you build them separately and perhaps strip subvertpy out of bzr-svn, it may work better12:47
rindolfjelmer: :S12:48
rindolfjelmer: from where can I download subvertpy?12:53
jelmerrindolf, launchpad.net/subvertpy12:53
rindolfjelmer: I don't see a download link.12:54
rindolfhttps://launchpad.net/subvertpy/+download12:54
jelmerrindolf, There's no packaged release, you would need to fetch the bzr branch12:54
rindolfjelmer: OK.12:55
rindolfjelmer: how?12:56
jelmerrindolf: e.g. "bzr branch lp:subvertpy subvertpy"12:56
rindolfsubvertpy/client.c:26:18: error: util.h: No such file or directory13:00
rindolfsubvertpy/client.c:27:16: error: ra.h: No such file or directory13:00
rindolfsubvertpy/client.c:28:16: error: wc.h: No such file or directory13:00
rindolfThat's what I get when I try to bdist_rpm subvertpy13:00
rindolfjelmer: ping.13:03
jelmerrindolf: you need to install the subversion development libraries13:10
rindolfjelmer: I installed them.13:50
jelmerrindolf, what location are they in?13:50
rindolfjelmer: /usr/include/subversion-1/13:51
jelmerrindolf, it looks like the RPM stuff doesn't work here either13:56
jelmerIt wasn't ever tested, it's just there by default in distutils13:56
rindolfjelmer: OK.13:57
=== fta_ is now known as fta
=== Mario__ is now known as pygi
rexbronjames_w, jelmer: I have submitted the merge request on launchpad, is there more I should do to get it looked at?17:43
jelmerrexbron, james_w is the bzr-builddeb maintainer :-)18:29
abentleylifeless: www.squid-cache.org is down.18:56

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!