=== yofel_ is now known as yofel [00:59] I have a bundle file someone sent me of their changes to my branch. I'd like to apply their changes, but selectively. Is there a GUI manual merge technique? [01:56] I got disconnected during a long branch (from a remote branch); is there a way to use the already-downloaded data when I try again? [11:41] hello [11:41] hi [11:42] I'm playing with fastimport/export. For example, the emacs bzr repo. A conversion takes: Exported 121365 revisions in 1:36:59 [11:42] (I use a gitbzr script for convenience) [11:43] wheres the bottleneck? I dont think the server used is super slow at least [11:46] profile it and find out. [11:48] jave: are you fastexporting directly from the server? [11:48] jave: that won't be very fast, it'll be trying to manually extract all full texts [11:50] jelmer: no theres a local bzr emacs checkout I convert from [11:51] do you mean checkout? because that's just the tree state, you need the whole repository locally# [11:52] sorry im not too good with the bzr terminology. I meant an entire copy of the emacs repository. [11:54] can I, say, convert the repo disk format to something that is space-inefficient but fast? [14:34] Guys, I have a problem. I cannot push files onto Launchpad. I created an SSH key, copied and registered it on Launchpad, have the files in my /.ssh folder and the trunk of my project that I want to push [14:34] but I still keep getting the permission denied(publickey) error [14:35] I did do $ bzr launchpad-id thingie also [17:02] hello there, this might be a stupid question, i installed bzr-gtk on debian ... Does someone know the name of the binary to start the gtk frontend? bzr-gtk does not exist [19:30] dpkg -L [19:30] Why do people ask questions and leave only minutes later... === yofel_ is now known as yofel [20:52] good evening! [20:53] I'm introducing bzr to a team that is using Eclipse on Ubuntu, and looking for a recommendation of whether to suggest QBrzEclipse or BzrEclipse. [20:58] hi beuno, BjornT, bob2, elmo, jamesh, james_w, herb, jelmer, kirkland, lamont, lifeless, mthaddon, mwhudson, Ng, spiv, verterok! Look me up if you're in London. [20:59] hi jam too [21:04] SteveA: hi :) [21:04] uhm [21:04] I think qbzreclipse has more cycles being put into it [21:04] bzreclipse is a little unmaintained at the moment I think, verterok is flat out with $otherstuff [21:37] thanks lifeless [21:37] any recommendations on what the best svn integration is right now? [21:37] bzr to svn, or eclipse to svn ? [21:38] bzr-svn if you mean the former. [21:38] svn to bzr and back, although for the back journey, we'll most likely produce hand-crafted patches and manually commit to svn [21:38] so, mainly taking an svn branch at a particular revision, and want to make a bzr branch of that [21:39] and be able to pull updates from that svn branch over time [21:39] bzr-svn [21:39] ta [21:39] 'bzr branch svn:///.... '.... wait, bzr pull at later date [21:40] nice! [21:41] it will do some fairly extensive number crunching if the repo is big, on first execution. [21:41] This maps out the whole history etc. It stores it in a db in ~/.bazaar/svn/ IIRC. So its fast on second and third etc