Is it possible to force the user to lock a file in eclipse before they edit anything? I am using subclipse with tortoise svn.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.