We have Apache Subversion installed on an Apache 2 / Linux 20.0.... installed but the problem is when the repo is accessed via direct link:
E.g. domain.com/svn/repo
You can access all the files in there. Is there a way to control that via a password?
I have tried changing the svnserve.config, authz amd passwd to function as intended but you can still acces.
Then I tried controlling the domain.com via users but that just blocks the html from being accessed without a login but direct links to the repo still worked.
So, the actual question: is there a way to have access to direct links such as domain.com/svn/repo require a login to view and how?