Cannot control access for each directory using "ssh + svn".
Is there no way other than separating repositories?
Even if the following settings are made, “othrt_ssh_user” can access the directory “/ trunk” of the repository “repos” (svn update and commit).
svnserve.conf
anon-access = none
auth-access = write
authz-db = authz
authz
[/]
* = rw
[repos:/trunk]
some_ssh_user = rw
othrt_ssh_user =
It turns out that the "repository" is actually a single repository. The following settings worked fine.
[/]
* = rw
[/trunk]
some_ssh_user = rw
othrt_ssh_user =