Eclipse SVN Subclipse Tortoise Force Lock
Is it possible 开发者_运维百科to force the user to lock a file in eclipse before they edit anything? I am using subclipse with tortoise svn.
To get this functionality for your entire project open up the root directory of your project in your file explorer.
Right-Click--> Properties --> Subversion Tab --> Properties... --> New
Choose svn:needs-lock
Check apply property recursively
Click Ok
Now subclipse with force you to get a lock before editing a file.
精彩评论