与 Subversion Edge 一起运行 svnserve
如果我与 Subversion Edge 一起运行 svnserve.exe,会导致任何冲突吗?我们有人远程签入代码,他将通过 https 进行,但对于内部的每个人,我想利用普通 svn 协议使用的更高速度(SVN EDGE 不支持 svn 协议)。
我预计这不会有任何问题,但是,我总是喜欢在设置生产之前仔细检查。
If I run svnserve.exe alongside Subversion Edge, would it cause any conflicts? We have someone who remotely checks in code, and he will be doing via https, but for everyone internally I want to take advantage of the higher speed that the plain svn protocol uses (SVN EDGE does not support the svn protocol).
I don't anticipate any problems with this, however, I do always like to double check before I set something up for production.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经为我们的客户实现了这个设置,只要 Apache 和 svnserve 不在同一端口上监听(显然),它应该可以正常工作。
I have since implemented this setup for a client of ours, as long as Apache and svnserve are not listening on the same port (obviously) it should work fine.