Why doesn't TFS get latest get the latest?

前端 未结 18 1150
陌清茗
陌清茗 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:48

    "Get latest version" by default will only download the files that have changed on the server since the last time you ran "Get latest version". TFS keeps track of the files you download so it doesn't spend time downloading the same version of the files again. If you are modifying the files outside of Visual Studio, this can cause the consistency problems it sounds like you are seeing.

提交回复
热议问题