Marko Macek wrote: >> Another note for doing a converter. When combining things into change >> sets, for git import the comments in the branches should not be mixed >> between branches and the trunk when detecting change set. Git doesn't >> allow simultaneous commits to the trunk and branches. > > Yup, this is the current problem I'm facing now. Even for CVS->SVN > conversion, > I don't want to see multi-branch commits. To avoid multi-branch commits, you have to start cvs2svn with an --options file, and in the options file set ctx.cross_project_commits = False Michael - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html