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.