=== mrevell_ is now known as mrevell [13:56] Is there someone here who might be willing to help me create a strategy for a complicated merge? [13:56] One of the projects I work on, LyX just switched to git for managing its source. [13:57] This has left me in a problem, though. I have a number of branches on launchpad with experimental features in bar. [13:57] I'm not able to pull updates in any more because they've abandoned the SVN repo which those branches are based on. [13:58] Is there a good way to start merging in updates from the git repository? [14:02] RobOakes: not really, unfortunately [14:02] the two histories have diverged [14:02] s/have diverged/are completely unrelated/ [14:03] :( [14:03] you can of course e.g. manually apply and commit your local changes to the git tree [14:04] That is an option. [14:04] I just want to get the necessary changes into the git tree. This has completely stopped all development until i can find a solution. [14:05] RobOakes: so you have local changes on top of a mirror of the old svn branch? [14:05] Yes. [14:05] I need to get those changes into a branch based on Git. [14:06] RobOakes: I would indeed suggest getting the individual changes out of bzr and then applying those to git [14:06] RobOakes: you can generate git compatible patches with bzr send [14:06] "bzr send -o somedirectory --format=git" [14:07] Can bzr look at a working copy of the git directory and then diff the two? [14:08] RobOakes: it can't diff the two, but you can use that command in your existing bzr branch [14:08] (it can't diff the two since they're not related) [14:09] That will get some of the differences, but I've committed my changes over the past several months. I'm not sure how to get the history of all the different changes without running a diff operation of some sort. [14:13] RobOakes: another option is to use bzr-git or fastexport to export the existing bzr branch to git and then use the git tools to stitch things together [14:15] That sounds promising. Is fastexport a separate plugin? [14:17] RobOakes: yes [14:17] Okay. I'll look into that. [14:38] jelmer: just saying hi, and seeing how your day has been going [14:44] hey jam :) [14:45] jam: it's been a bit quiet here, though I'm doing okay. [14:45] How are things with you? [14:47] pretty good, just finishing up my day and figured I'd wave hello === yofel_ is now known as yofel [15:29] * LarstiQ waves at jam and jelmer too === deryck is now known as deryck[lunch] === deryck[lunch] is now known as deryck === xlq is now known as vork