Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to specify per-file lock types?

We have e.g. an excel sheet in the repository that is used for code generation. When any developer has checked out the excel sheet it should not be checked out by anyone else. This can be done by specifying the "Check Out lock type" via the check out dialog. But this has to be done manually by the developer. Is there a way to force this lock type on several files so that it is used automatically?

like image 583
PVitt Avatar asked Feb 25 '23 23:02

PVitt


1 Answers

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

like image 75
Ewald Hofman Avatar answered Mar 08 '23 07:03

Ewald Hofman