开发者

Eclipse SVN Subclipse Tortoise Force Lock

开发者 https://www.devze.com 2023-03-10 19:57 出处:网络
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 th

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.

  1. Right-Click--> Properties --> Subversion Tab --> Properties... --> New

  2. Choose svn:needs-lock

  3. Check apply property recursively

  4. Click Ok

Now subclipse with force you to get a lock before editing a file.

0

精彩评论

暂无评论...
验证码 换一张
取 消