I am somewhat lost in merges. I develop in a single branch and merge it into the trunk when a piece of code is done. Somehow, there are still differences between the trunk and branch, which means every time I switch from the branch to the trunk or the otherway around, several files are updated, added and deleted.
As said, I am somewhat lost and think there must be a pretty easy solution to this; I just don't see it.
Any help or pointers are appreciated. If there's more information you need, please ask.
UPDATE:
I have now manually edited all files to be identical and have commit them several times. All files are now technically the same, but for some reason, when switching from branch to trunk or the other way around, they still appear as updated files.
UPDATE 2:
When switching still 4 files and 1 directory appear as updated, even though they are EXACTLY the same across the branch/trunk. Is there any way to fix this and why could it be happening?
Any ideas?