简体   繁体   English

TFS:强制签出最新版本的不可合并文件

[英]TFS: Enforce checkout of latest version for non-mergeable files

We have some files with binary content in our TFS repository. 我们的TFS存储库中有一些二进制内容的文件。 To avoid conflicts we already disabled the option "Enable file merging and multiple checkout" for those file types. 为了避免冲突,我们已经为这些文件类型禁用了“启用文件合并和多重检出”选项。

But we still run into problems when someone checks out an older than latest version of a file which results in a conflict when checking in. 但是当有人签出比最新版本的文件时,我们仍然会遇到问题,导致签入时发生冲突。

Is there any setting to enforce get latest on checkout for specific file types? 是否有任何设置可以强制执行特定文件类型的最新结帐?

The commend way is to do a 'get latest' manually before the check out option. 推荐的方法是在“检出”选项之前手动执行“获取最新”操作。

You can also Enable get latest on check-out box in the Check-Out setting. 您也可以在“结帐”设置中启用“在结帐时获取最新信息”框 Details you can refer this link . 详细信息可以参考此链接 However, just enforcing for specific file types is impossible. 但是,仅强制执行特定文件类型是不可能的。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM