What is the easiest way to apply changes from a specific set of changes from one TFS instance to another?
I want to get some kind of patch file from instance A that I can apply to instance B. Since there are two different instances, the traditional branch / merge approach cannot be used. And, as far as I know, TFS does not support patch files in the traditional sense of Unix.
Do I really need to check the change set in instance A and manually commit the corresponding files, which I can then extract to the source tree of instance B?
source
share