Reputation: 2111
We're using TFS as version control system for our software. Currently the software has two versions in two separate branches: branch "Version 1.0" and branch "Version 2.0". Every fix in "Version 1.0" has to be merged into "Version 2.0". I merge manually from the context menu on the file to be merged.
My problem is that some fixes comprise more than one file located in different folders. Then I have to perform the same action on every file.
Is there a posibility to merge a group of files at once? If not, is there a recomended practice how to perform the merge operation?
Upvotes: 4
Views: 2935
Reputation: 1905
You have a couple options:
In both of these you will still have to resolve issues where a different change was made to the same line in the same file in the source and target branches.
Upvotes: 5