Consider the following problem. You delete the code from the file in change set 10. Later, you realize that the code should not be deleted, and you want to merge it back into its latest version.
How do you do this with TFS with Visual Studio?
Using (Win) CVS, which is as simple as selecting a file, and using the merge options of the update command to merge the changes from the old version back to your latest version. In TFS, I cannot figure out how to do this.
Using the Get a specific version option seems to replace my recent changes, preventing me from merging.
Currently, the only possibility I seem to be to get the old file from the changeset manually and merge the changes using the comparison tool in the latest version.
source
share