visual studio - Compare files shows unchanged files TFS -


i trying compare 2 branches on tfs , tfs showing files not have differences.

i tried taking latest , resolving conflicts did not help. don't know what's problem.

enter image description here

enter image description here

what else can make go away?

you need turn off option trim whitespace, can found on compare files toolbar:

compare files toolbar

you can toggle edit -> advanced -> view whitespace see ones spaces vs. tabs, on machine has 3 separate keyboard mappings:

  • ctrl+e, s
  • ctrl+e, ctrl+s
  • ctrl+r, ctrl+w

(you can remap if want going tools -> options -> environment -> keyboard.)


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -