On Aug 7, 2012, at 13:50, Blair Zajac <bl...@orcaware.com> wrote: > Note that by preventing deletes you also prevent moves, because in svn a 'svn > mv A B' is the same as 'svn cp A B; svn rm A'.
Also, preventing deletes isn't necessarily that useful. Someone could just as easily delete the contents of a file and commit an empty file.