进阶应用

Per-repository access file:多仓库独立认证文件

从1.7.X开始,可以支持不同仓库使用自己单独的访问控制文件了,需要在Location中添加配置项

<Location /svn>
    ...
    AuthzSVNReposRelativeAccessFile filename
    ...
</Location>

AuthzSVNReposRelativeAccessFile将从<repo path>/conf/<filename>中读取配置,一般filename为authz

具体请参考源码中的INSTALL文件
http://svn.apache.org/repos/asf/subversion/branches/1.7.x/subversion/mod_authz_svn/INSTALL

高级应用

[ 编辑 | 历史 ]
最近由“jilili”在“2019-08-10 03:22:56”修改