When we do our branching and merging with svn, we always have the same thing happen.
We get a latest copy of the trunk.
Create a branch and switch.
Make some small change on one file in the branch.
Merge branch back into trunk.
At this point, we'll have our one file that needs to be comittied, plus the same 45 extra files. This happens on every single branch and merge, and its always the same 45 extra files. I have no idea how to fix the problem, but its extremely annoying.
Has anyone ever seen this before?
UPDATE: When I do the commit, the files that I actually changed have their Text Status as modified and their property status as blank. The "45 files" are all Text Status normal, Property Status modified.