怎樣配置authz才能管理到trunk和branchestags
我有這么個需求,一個eam的版本庫,
admin分組可以讀寫trunk,branches和tags,
developer_trunk分組的人只能讀寫版本庫/trunk下的內容,
developer_branches分組的可以讀寫/branches下的內容
版本庫通過svnserve -d -r /svnroot/eam創建
trunk,branches和tags都是通過svn?checkout項目,然后再svn?add,再svn?commit提交
authz里面只有管理項目的只有[/]@admin生效,
其他的不管我配置[eam:trunk]還是[eam:/trunk]或者是[/trunk]給developer_trunk都無效
是我哪里配置錯誤了嗎