Yes, this is what happens when you rename a branch to TFS.
Renaming the root folder effectively leads to renaming for each file in this branch - and, therefore, to a conflict for each file when it eventually merges.
@ZephanSchroeder's answer to this question explains things in more detail.
Please note that using Auto Merge will work fine, so you do not need to strictly study each conflict. But this is still a big pain in merging, because you cannot see what has actually changed.
Our team was told not to rename the branches, because it is not worth the confusion that it causes later!
Fuzzylogic
source share