0

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?

Martin
  • 1

1 Answers1

0

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

PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62
  • Hi Patrick, thanks for the answer. Unfortunately for code files it's the desired behavior, just for binaries it would be better the other way. – Martin Apr 04 '16 at 06:54