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
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.