How do I get the latest version of my solution recursively like its done in the solution explorer context menu of Visual Studio? Need to do this from the command line or via a macro.
/* 'tf get' only gets contents of a folder recursively (not solution). It does not look at project dependencies and so on. That won't work. */
I'm trying to automate a part of my daily routine by using a set of batch files. I am sure a lot of developers would love to have something like this.