Multiple choice technology

Can a user "LOCK" a file using SubVersioN(SVN) Repository?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

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.