I searched on how to make read-only ssh user for SVN and couldn't find answer. To my understanding, I am not using SVNserve so cannot use its config file (as I suppose svnserve is only used in http:// or https:// method).
I connect to my SVN for checkout using this URL: svn+ssh://domain.com/repos/project/
Can you please advise on how I can create a new user which has only readonly access to the repos?
I am using CentOS 7.2 (x64)
Thanks