开发者

How can I rate limit git-svn?

开发者 https://www.devze.com 2022-12-30 14:17 出处:网络
I\'m looking to git-svn a large repo on a busy and underpowerd svn server. I would like to tell git-svn to be polite and not lag the server for people doing r开发者_运维知识库eal work. Can I do this?O

I'm looking to git-svn a large repo on a busy and underpowerd svn server. I would like to tell git-svn to be polite and not lag the server for people doing r开发者_运维知识库eal work. Can I do this?


One approach might be to run svnsync to create a clone of the whole Subversion repository first, then run git svn against the clone. Alternately, you can use svnadmin dump and svnadmin load (to another machine).

After running git svn clone against the Subversion clone, you may have to tweak the Git repository (specifically the Subversion repository URL) to point to your real Subversion server.

0

精彩评论

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