How to disable checkbox “Enable multiple check-out” for new projects?

我们两清 提交于 2019-12-02 10:22:11

问题


I am using TFS 2010. When I created a new project in the Team Project Settings> Source Control checkbox "Enable multiple check-out" on by default. How to disable checkbox "Enable multiple check-out" for new projects?


回答1:


You need to edit your Process Template.

At first, download it locally by selecting in VS "Team" > "Team Project Collection Settings" > "Process Template Manager...", then click on your template & select Download. This will send all the files on you local PC.

Now open the local file "..\VersionControl\VersionControl.xml" and change entry <exclusive_checkout required="false" /> into true.

Return to "Team" > "Team Project Collection Settings" > "Process Template Manager..." and now select Upload.

Once this is done any new Team Project you generate will have this option "Enable multiple check-out" unset by default.



来源:https://stackoverflow.com/questions/8519495/how-to-disable-checkbox-enable-multiple-check-out-for-new-projects

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