Standalone GUI client for TFS 2010 Source Control

If you use eclipse I've heard good things about the teamprise stuff but haven't tried it myself. They got bought by microsoft and now you can download the eclipse plugin here It also looks like it has a fully functional command line client that you could use instead of TFS Power Tools.

From the description: "Eclipse plug-in and cross-platform command-line client for Visual Studio 2010 Team Foundation Server"


If you have a SVN client, such as TortoiseSVN on your machine, you can use SVNBridge.

SvnBridge acts as a bridge between a subversion client and TFS. You point SvnBridge at the TFS server, and point the subversion client at SvnBridge. This allows the developer to use a subversion client with any TFS server without needing to change the TFS server in any way. See http://svnbridge.codeplex.com/ for more info.


You can install Team Explorer (on the TFS install DVD, or you can download it from MSDN) without needing to have VS2010 installed - Team Explorer will install a 'shell' VS2010 with only the TFS features available - none of the IDE components.

Update: the VS11 beta version is now available.

Tags:

Tfs