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

后端 未结 7 1191
遥遥无期
遥遥无期 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 11:57

    I found this blog post that suggests keeping a separate branch for syncing with the Subversion repository, such that it will still be possible to do push/pull in the master branch.

提交回复
热议问题