Showing tag results for Team Foundation Server

Feb 9, 2009
Post comments count0
Post likes count0

Why the CheckInEvent doesn’t list all of the files in a changeset

Buck Hodges

I recently received a question from someone about the CheckInEvent. We subscribe to the Notify event using the BisSubscribe tool. Basically we have many applications that share some projects, but as TFS has no mechanism for sharing we have written our own in house app. We have hooked into Notify for the CheckInEvents and we check each file af...

Team Foundation ServerSource ControlTFS API
Feb 6, 2009
Post comments count0
Post likes count0

New book on MSBuild and Team Foundation Build

Buck Hodges

There is now a book dedicated to MSBuild and Team Foundation Build.  The book is written by Sayed Ibrahim Hashimi and William Bartholomew.  Sayed has written about MSBuild before, both in books and MSDN Magazine articles, and William is a Team System MVP with a lot of experience in customizing the build process in Team Foundation.If you w...

Team Foundation ServerTeam BuildMSBuild
Feb 6, 2009
Post comments count0
Post likes count0

Fix for TFS Build 2008 SP1 to speed up your builds

Buck Hodges

Quite a few folks have reported longer build times and noticed that the build details view has a lot more output in it, and as a result of the extra output being logged, the builds are slower.  Aaron has written a post about a hotfix to speed up your builds in the SP1 version of Team Build.  This hotfix, like many others for TFS, is avail...

Team Foundation ServerTeam Build
Feb 6, 2009
Post comments count0
Post likes count0

Team System site overhauled

Buck Hodges

Sharon Elkins has written a post about the newly-redesigned Team System web site.  She has some details on the transformation, but one thing that stands out is the page reduction.  It's got about 75% fewer pages, which means a bunch of old stuff is gone.Check it out and give her your feedback!Technorati tags: team system, vsts

Team Foundation ServerVSTS
Jan 26, 2009
Post comments count1
Post likes count0

How to determine the latest changeset in your workspace

Buck Hodges

[UPDATE 7/25/14] Added equivalent API calls. When you run get for your entire workspace without any argument, you are requesting that the server give you the latest set of files.  Later you might wonder what changeset was used in that get.  To figure that out, you can use the following history command from the root (top) of your workspace...

Team Foundation ServerSource Control
Dec 20, 2008
Post comments count0
Post likes count0

TFS Branching Guide 2.0 released

Buck Hodges

Bijan Javidi announced the release of TFS Branching Guide 2.0 on CodePlex.  Check it out and be sure to send them your feedback on it.  They are always looking for ways to enhance and make it even more useful. TFS Branching Guide 2.0 Welcome to the Team Foundation Server Branching Guidance Community Site! The purpose of this project...

Team Foundation ServerSource Control
Oct 23, 2008
Post comments count0
Post likes count0

Using Team Foundation Build with BizTalk and SSIS projects

Buck Hodges

Unfortunately there are several types of projects that do not work natively with MSBuild.  Jim Lamb, program manager for Team Build, has put together a few posts with pointers on how to get these to work with Team Build. Technorati Tags: team foundation server,team build,biztalk,sql ssis,msbuild

Team Foundation ServerTeam BuildMSBuild
Oct 22, 2008
Post comments count0
Post likes count0

Tools for TFS on CodePlex: TeamReview and Info Kiosk

Buck Hodges

In the past I've written posts on tools for TFS on CodePlex.  I'm happy to say that there are now too many to show in a post.  I'd encourage you to take a look using this query for TFS on CodePlex. A couple of people have sent me email about new tools for TFS on CodePlex, and I thought I'd mention them. here. TeamReview The first one i...

Team Foundation ServerSource ControlTeam Build
Oct 21, 2008
Post comments count0
Post likes count0

New blog by the Team Foundation Server global support team

Buck Hodges

The fine folks that support our customers have started a new blog:  Developer Support Team Foundation Server.  With posts by Trevor Hancock, Jim Saunders, and others on topics ranging from issues with TFS to the BPA (Best Practices Analyzer), you'll want to subscribe to this blog.  They also plan to post monthly summaries of publicly...

Team Foundation Server
Oct 20, 2008
Post comments count0
Post likes count0

Why is the TFS 2008 version control security dialog blank?

Buck Hodges

If you install Service Pack 1 for .NET 3.5 on the server (application tier) without also installing Service Pack 1 for TFS 2008, you will not be able to view permissions in version control.  None of your data has been lost.  What has happened is that the code in ASP.NET that serializes the permission data on the server does not work prope...

Team Foundation ServerSource Control