I am doing file merging in TFS. This is a bit complicated because some files in the target have been moved or deleted.
After merging and resolving conflicts, TFS displays a series of pending changes with the status "merge".
If I check them, will any files be changed?
I think that if I check the pending changes that are displayed (in the "Change" column) with the status "merge", it just updates the merge records in TFS, so if I repeat the merge, it will not try to repeat -build these files. if they have not changed. It is right? I do not want to check this large list of files and end up changing the contents / names / deleted status of the files.
source
share