SVN does support file locking through the svn:needs-lock property. When this property is set on a file, SVN requires users to lock the file before they can edit it, preventing concurrent modification conflicts. This is a key feature for teams managing binary files or coordinating edits.