Visual Studio 2017 + TFS - Performance Issues

1

I have a VS 2017 installation using TFS as a version control, and when I'm doing merge from one branch with another it takes a long time to load the < in> changeset .

Has anyone ever had this kind of problem? Do you know how to solve?

    
asked by anonymous 20.04.2017 / 19:12

1 answer

1

Merges always occur on the client machine, usually those who use TFVC are using Visual Studio for this. The process you are referring to seems more like uploading the code to the server, ie checking in.

In addition to verifying the "weight" of the merge you are doing, large merges usually take longer, so make small increments of code, review your branch strategy; check the health of the TFS server: CPU usage, available memory, ...

You should also check:

  • Is the server dedicated to TFS?
  • How is the health of the database?
23.04.2017 / 17:48