TortoiseSVN lists files as modified, but they are identical
Posted
by BJ Safdie
on Stack Overflow
See other posts from Stack Overflow
or by BJ Safdie
Published on 2010-04-15T16:09:25Z
Indexed on
2010/04/15
16:13 UTC
Read the original article
Hit count: 297
I am merging a hot fix from our QA branch back into our Dev branch. Five files have changed. I do a fresh checkout of the Dev branch. I then do a merge (range of revisions) from QA into the Dev working copy. It brings in five files and there is a conflict on an external and ignore property -- which I resolve by "using local" (dev).
When I check modifications or commit, I expect to see the five files I merged as the only changes. However, I get close to 700 "modified" files showing up in the commit dialog. If I select one of these file and "Compare with base," WinMerge comes up and says the "files are identical."
I have tried this with the file dates set to "last committed" and not.
- Why are all of these files showing up as modified, when they are identical?
- What in the merge is causing this?
- How do I prevent SVN/TortoiseSVN from getting confused this way in the future?
© Stack Overflow or respective owner