Eclipse SVN Subclipse Tortoise Force Lock

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-23 04:22:15

问题


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.

  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.



来源:https://stackoverflow.com/questions/6266738/eclipse-svn-subclipse-tortoise-force-lock

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!