I have a branch in TFS 2010 that is associated with the Gates log string. If I add a file to my project and do a "Check in", the registration under construction will be deleted before my changes are verified ... That is all good!
After the build is completed (successfully), Visual Studio asks me to “Recover” my pending changes. In this case, the Pending Changes windows show the two changed files before . I click the "Restore" button:
- MyProject.csproj (this project, which added a new file)
- MyNewFile.cs (new file added)
But after the return operation, I was left with a new file in the window of pending changes:
If I right-click this file and select Compare → With the latest version ... I was told that the files are identical, so in principle I can simply ignore the file or cancel it ...
But is there a way around this?
source
share