hi,all. I use webdav to host a svn repository, for some reason I want to disable copy and move command, ie. uses can't use 'svn copy' and 'svn move' to commit.
I know I can use pre-commit to disable copy and move, and is there another way to do this? thank you!