|
网上的文章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里的信息是
[Mon Apr 14 16:49:52 2008] [error] [client 127.0.0.1] (20014)Error string not specified yet: Can't open file '\\172.20.38.68\\svn\\PROJECT\\format'
[Mon Apr 14 16:49:52 2008] [error] [client 127.0.0.1] Could not fetch resource information. [500, #0]
[Mon Apr 14 16:49:52 2008] [error] [client 127.0.0.1] Could not open the requested SVN filesystem [500, #720003]
[Mon Apr 14 16:49:52 2008] [error] [client 127.0.0.1] Could not open the requested SVN filesystem [500, #720003]
不知道哪位实现过这个功能?或者根本不能实现这个功能?
请教各位xdjm,谢谢 |
|