I am trying to setup the authz file in svnserve (under SUN OS). my repo name is CL_xyz, the repo path is /export/svnrepo/xyz. How to specify the repo path at step x to get the desired result? Rightnow, i am getting an error -
Sending test.txt
Transmitting file data .svn: E220001: Commit failed (details follow):
svn: E220001: Access denied
svn: E220001: Your commit message was left in a temporary file:
authz file
[groups]
admin = app
# [/foo/bar]
# harry = rw
# &joe = r
# * =
[/branches] ----step x
#[/]
#* = rw
@admin = rw
PS: my svnserve.conf and passwd files are working fine.
svnserve.conf file
anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
realm = CL_xyz
Seeking for an expert to solve my tiny problem. Thanks for your time.