synch two svn repos through GIT

你离开我真会死。 提交于 2019-12-11 18:34:28

问题


Which is the best approach to keep two SVN repos in synch with git? One is the "master" the other one is only updated with the info from the master and nobody plans to check-in into the "slave" SVN repo. I don't have access to the SVN servers itself means I should find a solution only as "SVN client" and I don't have access to svn admin tools or similar.

1st approach: one git repos pulling from one svn repo and pushing to the other SVN repo. How could that be reached if this approach seems to be the best.

2nd approach: two git repos, one git repos per svn and synch the git repos together. How could that be reached if this is the best approach.

3rd an approach I never thought of ;-)

I relatively firm with SVN but I am a real newbie in git and therefore I need some concrete commands for the command line to be able to implement the desired approach.

Currently I don't have a clue how to do it best. Any advice?

来源:https://stackoverflow.com/questions/10534405/synch-two-svn-repos-through-git

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