Reputation: 2996
Is there a way, with power tools or other extensions, to make it so that the changeset number is be displayed on an alert?
Currently it displays on the status bar, but disappears after a while, or at least make this more prominent?
Upvotes: 2
Views: 1312
Reputation: 3069
Output from TFS commands shows up in Visual Studio's Output window, but you need to change the "Show output from" dropdown to "Source Control - Team Foundation". Check-ins will produce output like:
Changeset 1234567 successfully checked in.
Upvotes: 2
Reputation: 12668
You can setup alerts in TFS which sends you an email with the checkin information, including the changeset number. There is an limited alert editor shipped with visual studio (see in the menu Team -> Project Alerts). You can choose the option "Anything checked in"
There are also the power tools which give an editor with more options. You can then filter also on user name. But be aware that everybody should set up their own alert.
Upvotes: 1