Showing tag results for Source Control

Mar 9, 2006
Post comments count0
Post likes count0

Configuring different diff/merge tools for Team Foundation Version Control

Buck Hodges

Many of you probably know that you can specify your own diff/merge tool.  One thing that's not mentioned on that documentation page is that you can specify * for the Extension field to change the default diff or merge tool.James Manning recently put together a nice post on configuring different diff and merge tools, making it easier to properl...

Team Foundation ServerSource Control
Mar 3, 2006
Post comments count1
Post likes count0

How to change the computer name and update the owner name for a workspace

Buck Hodges

As part of the information about a workspace, the version control server records the name of the computer that hosts a workspace and the user that owns the workspace.  If you need to change your computer name or your user name, how do you tell the server to update the workspace information?The command line, tf.exe, provides two options, /updat...

Team Foundation ServerSource Control
Mar 2, 2006
Post comments count0
Post likes count0

How to create shadow folders in TFS

Buck Hodges

One of the features from VSS that TFS does not support "out of the box" is shadow folders.  Last year, one of our interns, Philip, wrote short guide to setting up shadow folder for TFS by using Scheduled Tasks in Windows (he also wrote tfpt.exe). I've attached the MS Word document to this post.  You can read the introduction below.  ...

Team Foundation ServerSource Control
Feb 22, 2006
Post comments count0
Post likes count0

Want to influence the next version of TFS? Now is the time!

Buck Hodges

Brian Harry has a new post requesting your input for the next version of TFS.  The team has just started planning for TFS, so now is the best time to let him know what you would like to have in the next version. Team Foundation Server and the Future With V1 now mostly behind us we're starting to look ahead to what comes next.  We're colle...

Team Foundation ServerSource Control
Feb 22, 2006
Post comments count0
Post likes count0

Determining the amount of space required to store files and work items

Buck Hodges

Recently someone asked how to estimate the space required for the databases on a Team Foundation Server.  To do that, we can take a look at our own dogfood server to see where the space goes.  With that information and some knowledge of how the system works, we can come up with a useful way to estimate the approximate space required by th...

Team Foundation ServerSource Control
Feb 21, 2006
Post comments count0
Post likes count0

Robert Horvick’s blog posts on branch and merge history

Buck Hodges

Robert Horvick, now a dev on the version control team, has been writing a series of posts on using the branch and merge API methods.  If you want to explore that area, I recommend checking out his posts.Following merge history using the TFS command line is the introductory look at what he's trying to do.  Then he walks through creati...

Team Foundation ServerSource Control
Feb 21, 2006
Post comments count0
Post likes count0

TFS MSSCCI Provider Beta 2 is available — disable strong name validation

Buck Hodges

As has been announced in several different blogs, the second beta of the MSSCCI provider is available, providing VS integration for users with VS 2003 and earlier (you cannot use it with VS 2005, because we provide the full experience with Team Explorer in VS 2005). For it to work, you will need to disable strong name validation for the beta 2 asse...

Source Control
Feb 20, 2006
Post comments count0
Post likes count0

Updating TFS event listeners to work with RC and RTM releases

Buck Hodges

You may have read before about the fact that the TFS protocol version number changed between beta 3 and RC.  As a result, you have to upgrade pre-RC clients when you upgrade the server to RC or RTM (the version number for RTM should be the same as RC).The other thing you'll need to update is any web services that you have subscribed to TFS eve...

Source Control
Feb 20, 2006
Post comments count0
Post likes count0

Branch and merge and other useful posts

Buck Hodges

Rob Caron pointed out a post over at Vertigo Software regarding the tf.exe command line (I like the command line too, but I'm biased :-).  There's also a nice post on branching and merging, along with quite a few other useful posts.  Check it out.

Team Foundation ServerSource Control
Feb 20, 2006
Post comments count0
Post likes count0

List of tools and add-ins for TFS

Buck Hodges

Richard Hundhasen mentioned that he's trying to keep a list of tools and add-ins for TFS at http://teamsystemexperts.com/widgets.aspx.

Team Foundation ServerSource Control