login
Header Space

 
 

Re: git-svn merge helper

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Lars Hjemli <hjemli@...>
Cc: Benoit SIGOURE <tsuna@...>, <git@...>
Date: Tuesday, October 2, 2007 - 5:14 pm

On 2007.10.01 10:13:45 +0200, Lars Hjemli wrote:

Thanks, but there's still a case that fails.

One common pattern in SVN is to have the feature branch following the
trunk. In git terms, that would mean that the feature branch is
continually rebased onto the HEAD of the HEAD AFAICT (although SVN of
course cannot represent that). The problem with that is, that git
doesn't create a merge commit in that case and git-svn gets confused
again.

git checkout mybranch
git merge master # Creates a merge commit
git checkout master
git merge mybranch # Does just fast forward

Is there anyway to force a merge commit or some other work around?

Thanks,
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:
Re: git-svn merge helper, Björn, (Tue Oct 2, 5:14 pm)
Re: git-svn merge helper, Steven Walter, (Tue Oct 2, 6:04 pm)
Re: git-svn merge helper, Björn, (Tue Oct 2, 6:38 pm)
Re: git-svn merge helper, Steven Walter, (Tue Oct 2, 8:42 pm)
Re: git-svn merge helper, Björn, (Tue Oct 2, 9:02 pm)
Re: git-svn merge helper, Andreas Ericsson, (Wed Oct 3, 7:40 am)
speck-geostationary