我们使用Visual Studio 2013与TFS 2013合作,并使用Gated Check-In。使用Gated Check-In,无法在本地保留待定更改if one of the files is locked。
我们根本不使用锁,但是:
如果签出的文件类型被视为二进制文件,则Visual Studio Team Foundation Server可能会自动锁定它,因为无法合并二进制文件。 (MSDN)
我们希望将TFS配置为不锁定二进制文件。我们怎么做到这一点?
答案 0 :(得分:6)
In Visual Studio, use the "Team" menu, then "Team Project Collection Settings", then "Source Control..."
From there you can change which types allow File Merging.
You might also want to see if "Enable multiple check-out" is checked. You can find this in Visual Studio, use the "Team" menu, then "Team Project Settings", then "Source Control..."