Does anyone know how I can configure svn to use local linux groups to authenticate users?
For example if we have:
devrepo = should be accessible by groups 'dev' and 'prod'
productionrepo = should be accessible by only the 'prod' group
Due to security limitations of the platform concerned, we cannot use Apache so only svnserve or plain old svn+ssh are the possibilities.