My team has no reason to use the feature, but some of the GUI tools place the revert and lock button very close together and we end up with accidental locks.
We are running the distro svn
package, v1.6, on CentOS 5.x and 6.x.
http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.advanced.locking
No. You can't disable locking in Subversion, but you can at least prevent chaos.
Quote from your link
i.e you can disable any creation of locks in hook.
In worse case locks can be removed (by cron?) in repository regularly (
svnadmin lslocks|rmlocks
)