wjhandboy 发表于 2008-4-14 17:02:42

windows下apache和svn可否安装在两台机器上

网上的文章apache和subversion都是装在同一台机器上,
现在想分别安装在两台机器上,不知道能不能实现。
我试这把httpd.conf改成如下:
<Location /svn >
DAV svn
SVNParentPath \\172.20.38.68\svn
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>

error.log里的信息是

(20014)Error string not specified yet: Can't open file '\\172.20.38.68\\svn\\PROJECT\\format'
Could not fetch resource information.
Could not open the requested SVN filesystem
Could not open the requested SVN filesystem

不知道哪位实现过这个功能?或者根本不能实现这个功能?
请教各位xdjm,谢谢

CMStruggling 发表于 2008-4-17 21:55:04

应该是不行的吧
这样用户名密码建好像就有问题
权限设置也有问题了
目前没有试验过
而且也没有必要建在两台机器上啊
要是用的话肯定是服务器配置了
建在一个服务器上就好了
页: [1]
查看完整版本: windows下apache和svn可否安装在两台机器上