authz文件:
### This file is an example authorization file for svnserve.
### Its format is identical to that of mod_authz_svn authorization
### files.
### As shown below each section defines authorizations for the path and
### (optional) repository specified by the section name.
### The authorizations follow. An authorization line can refer to a
### single user, to a group of users defined in a special [groups]
### section, or to anyone using the '*' wildcard. Each definition can
### grant read ('r') access, read-write ('rw') access, or no access ('').
#=======================分组配置开始=======================
[groups]
# harry_and_sally = harry,sally
ciqcid=lza,lxq
ciqcid_ciqcidPlatform=lza,lxq,lml,dw,fxm,sq,xww
ciqcid_sysPlatform=lza,lxq,lml,dw,fxm,sq,xww
ciqcid_en=wf
ciqcid_design=cy
ciqcid_img=lq
#设置对根(即SVN)目录下,所有版本库的访问权限
[/]
@ciqcid = rw
#lza = rw
* =
[/ciqcidPlatform]
@ciqcid_ciqcidPlatform = rw
* =
[/sysPlatform]
#未授权用户没有任何权限
@ciqcid_sysPlatform = rw
* =
[/sysPlatform/WebRoot/WEB-INF/pub]
#@ciqcid_ciqcidPlatform = rw
#lza = rw
#* =
[/ciqcid.en]
#未授权用户没有任何权限
@ciqcid_en = rw
@ciqcid = rw
* =
#=======================分组配置结束=======================