Lock and unlock files and folders
Though Subversion integration allows you to successfully modify and merge files changed by different team members, sometimes it makes sense to lock files (for example, images) to avoid overwriting changes.
Select the file you want to lock in the Project tool window or open it in the editor.
Select SVN | Subversion | Lock from the main menu, or Subversion | Lock from the context menu of the selection.
Enter a lock comment in the Lock File dialog that opens.
tip
Select the Steal Existing Lock checkbox to override the lock previously set on the file by someone else.
Select the file you want to unlock, or open it in the editor.
Select SVN | Subversion | Unlock from the main menu, or Subversion | Unlock from the context menu of the selection.
Apart from locking files and folders, you can toggle their read-only attribute by using the / status bar icons or the File | Make File Read-only, or File | Make File Writable main menu commands. For more information, refer to Toggle read-only attribute of a file.
Thanks for your feedback!