Showing tag results for Source Control

Dec 9, 2005
Post comments count0
Post likes count0

Backing up and restoring Team Foundation

Buck Hodges

Rob Caron posted a link to the re-launched VSTS User Education team blog.  It includes a post of the procedures for backing up and restoring Team Foundation Server.  That includes the databases, SharePoint, reports, etc.  It also includes restoring TFS to a different server.  There have been lots of requests for this in the foru...

Team Foundation ServerSource Control
Dec 9, 2005
Post comments count0
Post likes count0

Team Foundation Version Control API documentation

Buck Hodges

I've mentioned the Team Foundation Version Control client API example before as good way to get started with the API, and there are examples with labels and items too.  You can find documentation for the classes and methods in the Team Foundation Version Control API in the October Visual Studio SDK release.  Once you install it, you can f...

Team Foundation ServerSource Control
Dec 8, 2005
Post comments count0
Post likes count0

The “Filter by solution” button

Buck Hodges

You are probably familiar with the Pending Changes window if you've been using Visual Studio with Team Foundation (View -> Other Windows -> Pending Changes).  Have you ever wanted to have the Pending Changes window show only the pending changes for files in the currently open solution and not all of the other changes in your workspa...

Team Foundation ServerSource Control
Dec 7, 2005
Post comments count0
Post likes count0

Source Control Explorer now shows more information about the state of items

Buck Hodges

One of the problems that users encounter when using Source Control Explorer is knowing what state the file or folder is in, particularly if it is shown in gray rather than black text.  In beta 3 refresh and ealier, gray text meant that the file or folder was unmapped, cloaked, deleted, or not downloaded.  There was no way to tell a d...

Team Foundation ServerSource Control
Dec 5, 2005
Post comments count0
Post likes count0

Using VS to get the URI for a Team Project

Buck Hodges

Someone asked a question today about getting the URI for a Team Project.  James Manning's Team Project code sample showed how to do it using the API.  However, that was overkill in this case.  Bill Essary pointed out that you can select the Team Project in Team Explorer, right-click on it, and choose Properties (rather than right-cli...

Team Foundation ServerSource Control
Dec 5, 2005
Post comments count0
Post likes count0

New CTP of Team Foundation is available (NOT supported by go-live)

Buck Hodges

Jeff Beehler has just written a post about the newly-released December CTP of TFS.  Jeff describes some of what changed, but probably the most important thing is that it is NOT supported under the go-live license.  There will not be any migration scripts to move to it or from it.The reason for that is that this release hasn't been th...

Team Foundation ServerSource Control
Oct 27, 2005
Post comments count0
Post likes count0

Changing the encoding of a pending add works for RTM

Buck Hodges

I had mentioned in my September 10th post on file type detection that you couldn't change the encoding on a pending add, without undoing the add and re-adding it.  While it won't work in beta 3 or beta 3 refresh, you'll be able to change the encoding on a pending add in the next public release.  That means you can use the edit command wit...

Team Foundation ServerSource Control
Oct 26, 2005
Post comments count0
Post likes count0

Displaying the sizes and dates of files in the server

Buck Hodges

Have you wished that the output of the dir command from tf.exe would show you the dates and sizes of the files like cmd.exe's dir command?  Even though tf.exe won't do that in version 1, the version control API provides the call necessary.  This little app is similar to my last post on displaying labels on a file.  You can find ...

Team Foundation ServerSource ControlTFS API
Oct 25, 2005
Post comments count0
Post likes count0

Displaying the labels on a file, including label comments

Buck Hodges

Unfortunately, there's not a fast, efficient way to see the list of labels in the system with the full comment without also seeing a list of all of the files included in a label.  You also can't efficiently answer the question, "What labels involve foo.cs?"  While this won't be changed for v1, you can certainly do it u...

Team Foundation ServerSource ControlTFS API
Oct 21, 2005
Post comments count0
Post likes count0

Team Foundation Beta 3 Virtual PC is headed your way

Buck Hodges

The beta 2 Virtual PC image was hugely popular.  The new Team Foundation beta 3 VPC image is now making its way up to MSDN.  So, later today or Monday you'll be able to download and run a single-server and client beta 3.  Just make sure you have plenty of RAM since you'll be running everything on one machine (say 2GB+).

Team Foundation ServerSource Control