TFS shows pending changes with status "merge". If I check these in, will any files change? -
I'm merging files in TFS. This is a bit tricky because some files have been moved or deleted in the target.
After merge and resolve conflicts, TFS shows several pending changes with the status "merge".
If I check these, will any file change?
I think if I look at the status of the pending changes (in the "Change column") with the "merge", it only merge the record so that in TFS it is so that if I repeat the merge So it will not try to merge these files again, is that right? I do not want to check this huge list of files and stop changing the contents / names / deleted status of files.
As far as I understand, specially merge means that its merge merge with any other branch . However, I think merge-sama-merge operations are represented.
If a particular file is different in two branches, then the file will have a status of "merge, edit" because it has merged with both the branches and changed the content-wise.
So in other words, if you have a main branch with 2 files, then create dev-branch from it, make changes to merge only one more file in one file, but pending changes The main branch should look like this:
Merge FileA.cs>
FileB.cs> merge, edit
Comments
Post a Comment