VS 2015 Solution Explorer does not identify changed file (TFVC version control)

Asked

Viewed 52 times

0

I’m learning about versioning with TFVC and Git.

Versioned projects with Git modified files are marked with a symbol indicating that you hear change (commit pending)

Already projects managed with TFVC (Team Foundation Version Control) the same does not happen.

Has anyone ever been through it? I’m using VS2015 PRO update 2

inserir a descrição da imagem aqui

  • I did some shit when I created this project, I did a test creating a new one and it works normally. One of the differences I noticed was the absence of the file .vssscc in the problematic project. I don’t know where this file went. :/

  • 1

    All right. : ) @Luizvieira

  • Here is a more detailed explanation of the problem (https://social.msdn.microsoft.com/Forums/vstudio/en-US/7e8c02b7-827b-4ec9-b81b-18101e04a000/vs-2015-tfvc-solution-explorer-pending-changes-icons-not-displayed?forum=visualstudiogeneral)

  • 1

    Well, based on the link you sent, it seems to be a bit of a recurring problem yes. I withdrew my vote to close. Sorry for the confusion. :)

  • 1

    I found the solution, I will post as answer soon! 0/

1 answer

0


To recreate the files responsible for versioning (VS-2015):

File > Source Control > Advanced > Change Source Control

The screen below will be shown:

Change source control

Select the Solution/Project and click on Unbind

Working :)

inserir a descrição da imagem aqui

Source Here

Browser other questions tagged

You are not signed in. Login or sign up in order to post.