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

67 Views Asked by At

We have some files with binary content in our TFS repository. 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?

1

There are 1 best solutions below

1
PatrickLu-MSFT On

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.

enter image description here