Best TFS Viewer for Team Leader

Is there a tool that can give you a quick overview of all TFS changes over the entire day.

Essentially, rather than seeing all the changes one commit at a time, I would like to see all the changes made in a day. Essentially, the viewer combines all the changes into one view. We are using the new version of TFS

hosted on VisualStudio.com.
+3


source to share


2 answers


Team Foundation Sidekicks are a great tool to use outside of Visual Studio to quickly view changes and the current state of files.

Here's a quick overview:



  • The Sidekick story area provides the following features:

    Browse a version control tree with files and folders (similar to Source Control Explorer) Search item (file or folder) by name and select the found item in the version control tree View selected item history either for all users or filtered by user Export history list to CSV file Compare versions files selected in history View selected item properties and pending changes View selected branch tree item and selected branch properties View selected merge history; it is possible to view separately all the merges done with the selected item as the target of the merge (merge with) or with the selected item as the source (merge with)

  • Compare merge targets and source files in history View, the selected item merges the candidates into a tree; possibly select one merge source from the list Compare merge file candidate version with latest target file View selected item labels, either for all users or for filtering by user; the information displayed includes the version of the item in the label. Compare File Versions Between Two Shortcuts View details of the changeset supported in all lists containing Changes in Status The Sidekick application area provides the following Features:
  • View pending changes tree, filtered by specific username (user can be selected from valid users list), TFS project name and change publish date range View lock icon icon in pending change tree easily identify locks View detailed list of pending changes to selected folder in Customize tree detailed list format and export the list to CSV file. Unblock one or more locked files / folders. Undo one or more pending changes in files / folders
+4


source


In VS "Source Control Explorer" you can right click on a folder and select "Compare". In this dialog, you can compare the original folder with the source by selecting a specific changeset or date for the second instance. This will give you an idea of ​​what changed on the last day.



enter image description here

+2


source







All Articles