Search code examples
visual-studio-2013tfsversion-controlsource-control-explorer

How to extract specific version to a separate path?


I want to extract a specific version of my full solution out of TFS with the Source Control Explorer, but to a separate path.

There is the option "Get Specific Version", but this seems to overwrite my current working directory.

Isn't there an option which allows just to extract a specific version and save it to some separate path?


Solution

  • You can simply create a new workspace to map to another folder and get the specific version into this workspace. This will also allow you to switch between these two folders from Source Control Explorer easily.

    enter image description here