开发者

Clone SVN via PHP WebSVN over HTTP://

How may I clone/mirror a SVN repository that has no svn:// access 开发者_开发技巧but does have a private(forum-login) WebSVN viewer?


svn:// access, http:// access - its all the same, one gets passed through svnserve the other gets apssed through apache and mod_svn.

So to clone, you can use svnhotcopy, or svnsync. I like svnsync best as it will incrementally pull down changes - there's plenty of answers on SO describing how to set it up.

Soon there will be a svnadmin rdump which will remotely dump a repository but that'd not quite released yet. You could get it from the very latest svn repository and try it if you wanted to experiment.


This was back when I wanted to clone The Forgotten Server private repo on otland.net

This is no longer possible because the repo no longer exists.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜