Showing tag results for Source Control

Sep 18, 2006
Post comments count0
Post likes count0

VC API: CheckIn() may return 0

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
Post comments count0
Post likes count0

Sept. 6th Team System chat transcript is now available

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
Post comments count0
Post likes count0

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

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 13, 2006
Post comments count0
Post likes count0

Customizing the new TreeDiff power toy

Buck Hodges

If you haven't seen the new TreeDiff, you can see a screen shot in Brian Harry's post about the new release.  It provides a VSS-style project difference tool that allows you not only to see what's changed but also reconcile changes.Tan Phan, a developer on the version control client team, has written a post describing how to customize the Tree...

Team Foundation ServerSource Control
Sep 13, 2006
Post comments count0
Post likes count0

What do you want in the way of power toy checkin policies?

Buck Hodges

Mario Rodriguez, a program manager on TFS version control, is seeking your input on what you need in the way of checkin policies for a future power toys release.  An example might be a policy that wraps another policy to provide path filtering to more precisely control what files are subject to a particular checkin policy.Please leav...

Team Foundation ServerSource Control
Sep 12, 2006
Post comments count1
Post likes count0

How to handle “The path X is already mapped in workspace Y”

Buck Hodges

This has come up before on the forums, but I don't think I've ever posted about it here.  Today I saw a reference to the TFS Workspace Gotcha! post in today's Team System Rocks VSTS Links roundup.  There's a command to deal with the problem, but it's not obvious.Here's the post. I have been working with a team that has recently migra...

Team Foundation ServerSource Control
Sep 8, 2006
Post comments count0
Post likes count0

TFS API documentation is now on the MSDN web site

Buck Hodges

Rob Caron mentioned that the SDK documentation is now on the MSDN web site.  That SDK documentation includes the Team Foundation Server API documentation.  Last year I pointed out where to find the version control documentation in the massive download that is the VS SDK, but you don't need to do that now.So, the good news is that the docu...

Team Foundation ServerSource ControlTeam Build
Sep 7, 2006
Post comments count0
Post likes count0

More power: New power toy release (tfpt) includes VSS-style project difference!

Buck Hodges

[UPDATE 8/9/07]  I fixed the broken link to the power tools page.Brian Harry announced the latest release of the Team Foundation Power Toys in the post, New TFS Power Toys Available!.  In his post he gives a quick description of each of the new commands and the major enhancements.One of the most important aspects of this release is that t...

Team Foundation ServerSource ControlTeam Build
Sep 7, 2006
Post comments count0
Post likes count0

TFS tools on CodePlex

Buck Hodges

I ran two searches on CodePlex to see what folks are developing for TFS.  One search was for "TFS" and the other was for "Team Foundation," which I hope would be enough to catch them all.  The second search only yielded one additional project (Time Tracker).It's always cool to see what folks come up with.  Highly-motivated individual...

Team Foundation ServerSource ControlTeam Build
Sep 1, 2006
Post comments count0
Post likes count0

Branching and merging strategies

Buck Hodges

I saw Rob Caron mention this new MSDN article, and it's a topic that comes up relatively frequently.  If you've wanted to know more about different strategies for organizing your branches, this article provides a nice overview and links for you to dig deeper.  Another link that may interest you is an article on branching models mentioned ...

Team Foundation ServerSource Control