Showing results for September 2006 - Buck Hodges

Sep 29, 2006
0
0

Adding a path filter to a CheckinEvent subscription using bissubscribe

Buck Hodges
Buck Hodges

This week, a couple of people asked (forum post 1 and forum post 2) how to subscribe to the CheckinEvent notification when there's a checkin under a particular tree.  The first person wanted to filter by path in order to kick off continuous integration.  The second person wanted to filter by path for email subscriptions.Here's the command...

Team Foundation ServerSource ControlTeam Build
Sep 26, 2006
0
0

SP1 beta is now available

Buck Hodges
Buck Hodges

For Team Build users, I'll spare you the suspense and tell you that there are no meaningful changes in Team Build itself in SP1.  There are changes in other parts of the system, though, that will be of some benefit.Version control users will get a number of fixes, but most are related to scalability.Brian Harry described many of the TFS S...

Team Foundation ServerSource ControlTeam Build
Sep 25, 2006
0
0

How to measure performance using the web service performance dialog

Buck Hodges
Buck Hodges

You may have read about the Team Foundation activity log, which is a database table containing the web service requests executed by the server (turning it on, interesting queries, and more interesting queries).  You may have also seen posts about turning on tracing, both server tracing (see Patrick Carnahan's first response) and...

Team Foundation ServerSource ControlTeam Build
Sep 23, 2006
0
0

Documentation error results in a build that never ends when building setup projects (.vdproj)

Buck Hodges
Buck Hodges

There's an error in the MSDN documentation on how to build Visual Studio setup projects with Team Build, which several customers have hit now (see this Team Build MSDN forum question).  The result is that the build hangs; it never returns.  The reason is that there's a line break in the MSBuild XML snippet on the MSDN documentation p...

Team Foundation ServerTeam Build
Sep 23, 2006
0
0

How to determine whether tests passed and building a specific version

Buck Hodges
Buck Hodges

Aaron Hallberg has written a couple of posts about Team Build that started with questions from users.  The first deals with how to determine, from code, whether tests passed. Determining Whether Tests Passed in Team Build In a forum post a while back, I laid out a method for determining whether tests had passed during a build.  More recen...

Team Foundation ServerTeam Build
Sep 18, 2006
0
0

VC API: CheckIn() may return 0

Buck Hodges
Buck Hodges

Back in March, I wrote a post called How to check in changes on behalf of other users.  Among other things, you'll find the documentation comments for the Workspace.CheckIn() method, which you'll notice is now on MSDN.  While that and How to validate check-in policies, evaluate check-in notes, and check for conflicts are probably the...

Team Foundation ServerSource ControlTFS API
Sep 15, 2006
0
0

Sept. 6th Team System chat transcript is now available

Buck Hodges
Buck Hodges

Brian Keller mentioned that the transcript of the Sept. 6th chat is now available. Team System "Chat" transcript now available It looks like the the transcript from our September 6th "Chat" on MSDN is now available. It was great meeting everyone who could make it - we had nearly 150 people during the live session which is simply incredible! Team Sy...

Team Foundation ServerSource ControlTeam Build
Sep 14, 2006
0
0

TFS API: How to choose between TeamFoundationServerFactory.GetServer() and the TeamFoundationServer constructor

Buck Hodges
Buck Hodges

Occasionally the question of whether to use the TeamFoundationServerFactory.GetServer() method or the TeamFoundationServer constructor comes up, and someone recently asked this question on an internal list.  The answer depends on the needs of the application that you are writing.  In this post, I'll discuss the main differences betwe...

Team Foundation ServerSource ControlTeam Build
Sep 14, 2006
0
0

Building web projects with Team Build

Buck Hodges
Buck Hodges

Bernardo Heynemann wrote a nice pair of posts on using Team Build to build and deploy web projects.  While he uses the recently-released continuous integration tool from Notion Solutions (Team CI), there are a number of continuous integration tools for Team Build. Team Build 101 (Part 1 of 2) Team Build 101 (Part 2 of 2) Today we engaged in&nb...

Team Foundation ServerTeam Build
Sep 14, 2006
0
0

Team Build API: GetBuildUri() and GetBuildDetails()

Buck Hodges
Buck Hodges

Aaron Hallberg plans to periodically post descriptions and examples of some of the more relevant Team Build web service methods.  There's no good source for this information currently.  Even the Team Build API documentation recently published on MSDN won't help you much, as I described here.  If you have particular methods you'd like...

Team Foundation ServerTeam Build