I have a simple structure in TFS. Something like this:
[Main]
|
---------------
| | |
[Br1] [Br2] [Br3]
The code is merged from Main
to Br3
has been worked with in Br3
for a while.
Then one merge happened from Br3
to Main
with a few conflicts (about 15 files) and once trying to check in on Main
branch I get a huge number of files marked as changed to be checked in. I assume those are all the files in the Main
branch. When randomly comparing some of the marked ones, there is no visible change between to two (even if displaying white spaces).
Anyone knows what happened here?
EDIT
How do I find out if the change would only be in the file access rights between my local and server file, and how could I ignore those kind of changes?