Visual Studio TFS shows unchanged files in the list of pending changes

前端 未结 6 695
故里飘歌
故里飘歌 2020-12-04 15:11

I see a file in pending changes window. I try to compare it with latest version and I get an a message \'The files are identical\' If the files are identical why is this fi

6条回答
  •  有刺的猬
    2020-12-04 15:49

    Visual Studio 2012 introduced a new concept called Local Workspace.

    When the Workspace Location is configured to be Local, then it will place a local copy of the original file (Just like SVN / CVS).

    It will then automatically hide unchanged files from pending changes.

    Use the TFS Source Control Explorer to "Edit..." the TFS Workspace, and change the "Advanced..."-setting Location from Server to Local.

提交回复
热议问题