Setup SVN repository subfolder specific write permission
- by Hai Lang
I need to setup a SVN repository which the devgroup should have full privilege to read and write except for two sub folders /1 and /2.
For /1 and /2, four users should have write permission and all other users should only have read permission.
I put the following into the configuration file, but people in devgroup still have write permission in…