Needs to be faster when retrieving changes. It takes forever to bring back the list of changed objects after you make a commit. I
Needs to be faster when retrieving changes. It takes forever to bring back the list of changed objects after you make a commit. I have to make multiple commits at a time, some are single items some are multiple items. Each commit is based on a change set developed in TFS. It takes all day to get through 88 items just because of the time it takes to refresh the list.
Use a rolling refresh of the list after the initial load, new objects can be added in the background, those that are committed just get dropped from the list and those that were on it before stay active until that client session has completed.
-
Jacob Stamm commented
This is probably much better than it used to be, but sometimes the speed is still pretty slow. I wonder if there are still some optimizations left to be made
-
Nick D commented
This is still a massive issue, and I'm now on version 5.3.something !
As the original poster said, if you've got to submit a load of changes, and enter a different comment for each item, it can take hours to get through it - committing and retrieving changes every time. -
Can I ask what version of SQL Source Control you are on?
We made significant improvements to list generation performance in v3.0.9.18.
Further improvements in performance when Data is linked will follow in a subsequent release next week.