2 svn -> 1 git. How to map two svn repositories into one git with two branches with common origin?

ⅰ亾dé卋堺 提交于 2020-01-06 15:14:38

问题


The project I work on was divided on 2 projects one year ago. For this svn repository was copied to another location and work was continued into 2 different svn repositories.

Now I have to merge these 2 projects into one. For these I would like to have a local git repository with 2 branches, each of those mapped to one of svn repositories. Is it possible?

I know that I can create 2 remotes branches in git, but how to explain git that these branches have a common origin?

来源:https://stackoverflow.com/questions/20426269/2-svn-1-git-how-to-map-two-svn-repositories-into-one-git-with-two-branches-w

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!