Joel Varty
A software architect's thoughts from
Edentity Web Systems
in Toronto, Canada.
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.Net 4.0
Agility
AJAX
Amazon
ASP.NET
C#
Cloud
CSS
Flash
IIS
IIS 7
Javascript
jQuery
JSON
LINQ
LINQ-SQL
Live Writer
Mobile
MVC
Output Cache
Safari
Silverlight
SQL Server
SQL Server 2005
TFS
Threading
TSQL
Video Games
Visual Studio
VS 2010
WCF
Windows 7
WPF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
November 2009 (1)
October 2009 (3)
September 2009 (5)
August 2009 (2)
July 2009 (1)
June 2009 (3)
May 2009 (5)
April 2009 (4)
March 2009 (4)
February 2009 (5)
January 2009 (6)
December 2008 (1)
November 2008 (6)
October 2008 (3)
September 2008 (4)
July 2008 (3)
June 2008 (1)
March 2008 (2)
February 2008 (2)
January 2008 (2)
Browse by Tags
All Tags
»
TFS
(
RSS
)
ASP.NET
Visual Studio
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:
Visual Studio
,
TFS
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:
ASP.NET
,
Visual Studio
,
TFS
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:
Visual Studio
,
TFS
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:
ASP.NET
,
TFS
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:
Visual Studio
,
TFS
More Posts