team foundation client
is the tam foundation client located in Visual Studio -> tools
thanks in advance
is the tam foundation client located in Visual Studio -> tools
thanks in advance
I think it depends on eactly what you mean by the "team foundation client" :)
We have a separate SKU called "Team Foundation Client" that is basically the Team Foundation components of the IDE minus the compilers/languages/etc. It's a separate installation from the Visual Studio Team Suite SKU, and it's intended for end-users who don't necessarily need all the extra stuff that VSTS includes (e.g. a project manager who only wants to look at bugs but never writes code).
From Visual Studio -> tools, you can launch the Visual Studio Command Prompt window. This puts h.exe in your path, which is the command line client interface to the source control system.
Let me know if that's not what you were looking for.
cheers,
-Jason