Re: New Bzr to Git migration tool
From: Henrik Nilsson <hidden>
Date: 2016-06-15 22:47:02
2009/7/9 David Reitter [off-list ref]:
Henrik Nilsson wrote on git@vger.kernel.org:quoted
I recently wrote a Bzr to Git migration tool and thought I'd share it with anyone who might be interested. It's written in shell-script and iterates through the Bzr commits while adding those changes to a new Git repository.This is interesting to me, as my use case will involve extending an existing git repository iteratively from the bzr commits. Looking at the technique, this should be possible that way. I am missing support for converting all branches of the repository. More importantly, don't merges get lost? All your git side commits seem to have a single parent.
Yes I suppose they do. The Bzr repository I was working on when I wrote this script has not been dealing with any branches. I should have mentioned that I am not looking for feedback to work further on this, unless I have any need for it myself, but you are very welcome to build upon it. :) Henrik Nilsson