emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs bzr and git-bzr


From: Ken Raeburn
Subject: Re: emacs bzr and git-bzr
Date: Wed, 6 Jan 2010 10:19:03 -0500

On Jan 5, 2010, at 12:07, Jonas Bernoulli wrote:
Of course it would be nice if someone wrote a better version, comparable to e.g. git-svn. I might work on it in a few weeks but if someone else wants to

Sounds great! :-) I'm pretty sure I won't have time to dig into it myself right now. Nor am I familiar enough with either tool yet to do it very effectively.

git-bzr won't work for what you (Ken) would like to use it because (a) it does not rebase your git branch (instead you have to maintain (rebase) your own branch which can not be the branch used for importing (I believe)) and (b) it can only we used to pull and push from a local bzr repository (so git-bzr would
not hide bzr from you as it would still be needed to push upstream.

Yes, it looks like access to the remote repo would have to be done separately, with bzr. I'd be okay with rebasing in git manually, and just needing a couple of simple bzr commands, if I could arrange for all the "serious" work to be done in git with my existing repo.

There's also the issue of making sure the workflow follows what's being recommended for bzr in terms of the "left parent vs right parent" history issue. Making it too easy to push a merge into the main bzr repo may not be ideal, if it's going to mess things up. Perhaps the emacs case is uncommon among bzr projects in that regard. Or maybe I'm just being overly cautious since I don't know bzr well enough yet to be confident of getting it right through some means other than the recommended workflows...


git-bzr could be used for "emacs bzr" but it wouldn't be as simple as running
one command as it is with git-svn.

Yeah, that's probably too much to hope for. :-)

Ken




reply via email to

[Prev in Thread] Current Thread [Next in Thread]