Why doesn't TFS get latest get the latest?

前端 未结 18 1137
陌清茗
陌清茗 2020-11-30 00:22

Why Why WHY doesn\'t TFS\'s get latest work consistently?

You would have thought that feature would have been tested thoroughly.

What I have to do is, get sp

18条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 00:33

    Tool: TFS Power Tools

    Source: http://dennymichael.net/2013/03/19/tfs-scorch/

    Command: tfpt scorch /recursive /deletes C:\LocationOfWorkspaceOrFolder

    This will bring up a dialog box that will ask you to Delete or Download a list of files. Select or Unselect the files accordingly and press ok. Appearance in Grid (CheckBox, FileName, FileAction, FilePath)

    Cause: TFS will only compare against items in the workspace. If alterations were made outside of the workspace TFS will be unaware of them.

    Hopefully someone finds this useful. I found this post after deleting a handful of folders in varying locations. Not remembering which folders I deleted excluded the usual Force Get/Replace option I would have used.

提交回复
热议问题