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?