git clone of git-svn tree?

前端 未结 6 1337
一生所求
一生所求 2020-12-13 03:05

I\'ve got a \'git-svn\' working tree. I\'d like to clone a \"pure\" git repo off this, and then use git push/pull to move changes between the git-svn tree and the git tree,

6条回答
  •  伪装坚强ぢ
    2020-12-13 03:18

    Based on what I've seen, this workflow isn't supported with git-svn, and won't be, due to the way SVN represents merges.

提交回复
热议问题