问题
Is it possible to force the user to lock a file in eclipse before they edit anything? I am using subclipse with tortoise svn.
回答1:
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.
来源:https://stackoverflow.com/questions/6266738/eclipse-svn-subclipse-tortoise-force-lock