Subversion (svn) 与 Apache 集成?
我正在我的服务器上使用 Apache 运行一个网站,并且我还使用 Apache 设置了 SVN。
当我更改 httpd.conf 以设置 SVN 并重新启动 Apache 时,就会出现问题。它开始以 SVN 的形式提供文件,但它停止了我的网站。然后每个用户都可以看到我的源代码。
我想让我的服务器作为开发服务器和生产服务器。如何运行 Apache for SVN 并托管我的网站?
I am running a website on my server with Apache, and I have also setup SVN with Apache.
The problem arises when I make changes in httpd.conf to setup SVN and restart Apache. It starts to serve files as SVN, but it stops my website. Then every user can see my source code.
I want to make my server as development server and production server. How can I run Apache for SVN and host my website?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先安装
dav svn
:更改Apache的权限:
将存储库添加到虚拟主机
First install
dav svn
:Change permissions for Apache:
Add the repository to a virtual host