I am using svn+ssh to interact with repositories. I would like to know if there is any mechanism to retrict users to only a set of svn commands, for example, to prevent the use of locks.
In the worst case scenario, if I have to modify the source code, any pointers to which file needs to be modified would also help. I see that there is svnserve.c file but a quick review tells me that that may not be the right file to look at.