简体   繁体   中英

is it possible to set specific file extensions as exclusive check out only, with TFS

It seems that concurrent edits of certain file types (dtsx in my case) is just more hassle than it's worth. How can I configure TFS (hopefully at the server, but at the client if necessary) such that certain file types are checked out as exclusive, while continuing to allow concurrent edits on "simpler" files, like .cs.

Choose Team | Team Foundation Server Settings | Source Control File Types... . In this dialog you can add a new File Type for extension dtsx and specify that file merging and multiple check out are NOT to be allowed. Then any check out will be accompanied by a lock . You will see this already set up for some file types, eg Image Files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM