Can different git-svn clones of the same svn repository expect to be able to share changes then git svn dcommit?

后端 未结 7 1190
遥遥无期
遥遥无期 2020-12-07 11:23

I\'ve read a great deal of \"go from svn to git\" and other \"git-svn workflow\" articles on the web, and still I think they often deal with overly simple situations. They a

7条回答
  •  自闭症患者
    2020-12-07 12:02

    As soon as you step in "distributed" issue, you are better off with one bare git repo cloned amongst developers.
    Regarding the export-import phase to the public SVN repo, for other to use, the scripts
    git2svn and svn2git can help encapsulate the magic.

    Other considerations when working in Git and SVN repos are found in the question "Workflow and help with git, 2 svn projects and a single “workcopy”"

提交回复
热议问题