开发者

Horrific SVN merge - is it possible to import repo to Git and use Git to merge?

开发者 https://www.devze.com 2023-03-04 21:05 出处:网络
As above, is it possible to export an SVN repo with history into a new Git repo and then use Git to do 开发者_Go百科a merge from a branch back into the trunk?once you\'ve merged, what then? Do you wan

As above, is it possible to export an SVN repo with history into a new Git repo and then use Git to do 开发者_Go百科a merge from a branch back into the trunk?


once you've merged, what then? Do you want to import the code back into SVN? You'll lose all the merge information.

you can migrate to git - there are answers already for that on SO, and you can use git-svn to put sort of a git front-end to a svn repo.

0

精彩评论

暂无评论...
验证码 换一张
取 消