Is it possible to install certain file extensions only as exclusive checks, with TFS

It seems that simultaneous changes to some file types (dtsx in my case) are just more hassle than worth it. How can I configure TFS (I hope on the server, but if necessary on the client) so that certain types of files are excluded as exclusive, while continuing to allow simultaneous changes to "simpler" files, such as .cs.

+3
source share
1 answer

Choose Team| Team Foundation Server Settings| Source Control File Types.... In this dialog box, you can add a new file type for the extension dtsxand indicate that file merging and multiple validation are NOT allowed. Then any check will be followed lock. You will see that this is already configured for some types of files, such as image files.

+8
source

Source: https://habr.com/ru/post/1736497/


All Articles