Under SVN 1.6.5 we have a repo where the "Trunk" is where we do our main development.
We have a "Production" branch that is our live website code.
When development changes are to be pushed out to the live site we do a range of revisions merge from the trunk to sync the trunk and the branch.
In the "Trunk" we have some project information that we don't really want in the "Production" branch.
I can delete it just fine from the "Production" branch but end up getting tree conflicts when merging revisions that have updates to the deleted files.
I know I can do an "Only Record Revisions" merge but am wondering if there is a simpler way to "Ignore" the changes.