How to combine multiple svn trunk sub-tree into one git-svn repository?

余生颓废 提交于 2019-12-08 06:44:29

It should be possible to merge multiple Git repositories together, as in "Combining multiple git repositories"

But that won't give you a git-svn repo, only a Git one with no more link back to those initial Subversion repository.

So keeping them separate (and work with a parent repo and symlinks for instance) remains the safest way to keep the ability to git-svn dcommit whenever you want from one of those Git repositories to their corresponding Subversions referentials.

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