How to prevent TFS 2013 from blocking binary files?

We work with TFS 2013 with Visual Studio 2013 and using the Gated Check-In. With closed registration, it is not possible to locally save pending changes if one of the files is locked .

We do not use locks at all, but:

If you check a file that is of a type that is considered binary, Visual Studio Team Foundation Server can automatically lock it because binary files cannot be combined. ( MSDN )

We want to configure TFS to not block binary files. How can we do this?

+3
source share
1

Visual Studio "", " Team Project", "Source Control..."

, .

, " ". Visual Studio, "", " Team Project", "Source Control..."

+5

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


All Articles