Can I specify lock types for each file?

We have, for example, an excel sheet in the repository that is used to generate the code. When a developer checks an Excel worksheet, it should not be checked by anyone else. This can be done by specifying "Check Block Type" in the check dialog box. But this must be done manually by the developer. Is there a way to force this type of lock on multiple files so that it is automatically used?

+4
source share
1 answer

You can specify which file types can be combined. You can change the setting in Team -> Team Collection Collection Settings -> Source Control File Types.

+8
source

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


All Articles