Re: Using git to perform merges between SVN branches

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: davetron5000 <davetron5000@...>
Cc: <git@...>
Date: Wednesday, May 21, 2008 - 2:01 pm

On 2008.05.21 08:50:33 -0700, davetron5000 wrote:

You can skip the whole merge-foo thing and just merge local-foo into
local-trunk, the second merge would end-up as a fast-forward anyway.

That said, the above should work, given that a) you don't do any
rebasing after merging and b) the merge commit is the first commit that
gets dcommitted to svn.

I don't remember what happens when there are new revisions in svn since
you last ran "git svn rebase", so you might want to try that case on a
throw-away svn repo first.

What SVN will see is basically what git would see had you done a "merge
--squash", but git will retain the merge information (big plus!).

Björn
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Using git to perform merges between SVN branches, davetron5000, (Wed May 21, 11:50 am)
Re: Using git to perform merges between SVN branches, Björn, (Wed May 21, 2:01 pm)