TFS 2010 vs 2008, fixes?

Is there a list of errors or similar in TFS 2010 compared to 2008? We have some problems since 2008, and we are not sure whether they are fixed in 2010 or not.

In particular:

  • TFS 2008 sometimes discards a set of changes, changes are present in the database, but the set of changes binding them together is lost, the next request that someone receives binds these changes to it.
  • TFS 2008 does not cope with the “last” one, we just unlocked the build machines to “get specific”, to get everything + to overwrite, to make sure that it actually receives the latest version of files.
  • TFS 2008 is slow (probably because we have to strain it because we are not doing Get Latest correctly).
+3
source share
1 answer

Based on the comments, it seems that your remaining big problem is "unreliable, last."

You can find the following perspective , illuminating in many ways.

The short version of the story is that the server workspaces are your only option in TFS 2008 and TFS 2010, they are quite incompatible in use depending on what you are doing exactly and what the TFS development team will recognize and intend to give you choose in the next version after TFS 2010.

0
source

Source: https://habr.com/ru/post/1778916/


All Articles