Git-SVN with svn.pushmergeinfo: how to avoid self-referencing mergeinfo lines
问题 In recent versions of git, the configuration svn.pushmergeinfo was introduced: config key: svn.pushmergeinfo This option will cause git-svn to attempt to automatically populate the svn:mergeinfo property in the SVN repository when possible. Currently, this can only be done when dcommitting non-fast-forward merges where all parents but the first have already been pushed into SVN. We're using this to have a mixed environment where some developers use SVN and some use Git-SVN. This works great