Browse by Tags

All Tags » TFS (RSS)

TFS Power Tools – Get Changeset, Rollback Changeset by joelvarty

Check it out - http://blogs.msdn.com/buckh/archive/2005/11/16/493401.aspx It’s command line only at this point, but I like it. Build this into Visual Studio, somebody!   More later - joel
Filed under: ,

TFS: Who edited this text? – Annotations in source control… by joelvarty

If you were ever looking at some code and wondered who actually changed the line of text you were currently looking at, there is a way to do just that! It is called Annotations, and it is a visual tracking of the history of that file’s history in source...
Filed under: , ,

Remember to check-in when you re-format your machine!!! by joelvarty

Besides losing any code you may have written that you’ll never get back, those pending changes or locks will be stored on the server until someone does an “undo” or a workspace delete.   Here is the undo command: tf undo /workspace:TheirWorkspace;DOMAIN...
Filed under: ,

TFS Work Item Changed Notification: Customizing the URL for Team System Web Access by joelvarty

This has been explained a bunch of times – most notably here – I just thought I would capture here what I did to update our TFS instance to solve this issue. Find this file: [drive]:/Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Web...
Filed under: ,

TFS Quick Tip: Use HTML in the History field for Work Items by joelvarty

I have just been editing the project templates to enable HTML in the description field.  As it turns out, the description field is locked down as plain text. This history field is HTML though, and if you want to add formatting to it, just enable...
Filed under: ,
More Posts