进阶应用
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
高级应用
- 让Apache支持Subversion用户空间可以使用“http://code.ideais.net/svn/用户/仓库”的方式访问仓库了。
- 在Debian 7中编译Subversion 1.7 也适用于Ubuntu12.04