I have svnserve with current settings:
svnserve.conf:
anon-access = read #I also tried anon-access = none or comment this line
auth-access = write
password-db = passwd
authz-db = authz
authz:
[/]
foo = rw
[/Subdir]
foo = rw
bar = rw
If user 'bar' try checkout /Subdir folder then he get error: "Not authorized to open root of edit operation". User foo can do it correctly.
What I can do with this trouble?
I found out that removing the Satisfy Any
from my apache configuration fixed everything.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With