2 svn -> 1 git. How to map two svn repositories in

2019-09-02 03:40发布

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?

0条回答
登录 后发表回答