tags:

views:

1127

answers:

3

I'm looking for a TFS 2010 GUI client that I can use outside of an IDE. I'm only looking to use the source control features in this case. I'm not talking about work items or build management.

Ideally it would be a complete client that can be used on a machine where Visual Studio is not installed.

Options I know about and why I'm not satisfied with them:

Are there others that I don't know about?

+2  A: 

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"

Ryan
Thanks Ryan. This isn't quite what I'm looking for though as Eclipse is another IDE and I'm looking for something more lightweight. The command line tool isn't technically a GUI client.
Seth Reno
You can download the Eclipse Platform Runtime if you wanted (http://download.eclipse.org/eclipse/downloads/drops/S-3.6RC2-201005201744/index.php#PlatformRuntime) - 49Mb. These drops contain only the Eclipse Platform with user documentation and no source and no programmer documentation. The Java development tools and Plug-in Development Environment are NOT included. You can then install Team Explorer Everywhere into it
Martin Woodward
+2  A: 

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.

Ben Hughes
Thanks, Ben. I have not been able to find TFS explorer for 2010. It was not included on the DVD and I'm not able to find it for download anywhere. From what I've read it is only included if you have the "Ultimate" edition or some such thing.
Seth Reno
Ben Hughes
A: 

.\English\VSTFS2010\TeamExplorer it is here on the TFS install.

john mcfadyen