I just created a branch of my svn repository. I'm going to be working in the branch for another week or so, so I used the "switch" command to switch over to the branch. Everything seemed to work fine, except now if I do an svn update on the trunk, it automatically merges the changes from the branch into the trunk!
How I prevent this from happening? I have some stuff in the branch that is specific to that branch (configuration stuff) and I don't want that getting merged in automatically.