How to set up linux svnserve to pass some data to anonymous users?
In svnserve.conf
was anon-access = none
and anonymous users could not get anything. Put anon-access = read
, after that it became impossible to download the data using the login and password, the server issued: "Not authorized to open root of edit operation".
How to set up anonymous access and not to lose access with a password?