I have a svn:external property in my trunk project. From that trunk I have a branch coming out that has a svn:external to a different path. The branch is constant. That means I don't want to close it a i'm continually working on it.
When changes have been made in the branch I want to merge them back into the trunk. The thing is, I want all the changes EXCEPT the svn:external property.
When I try to merge, I don't get a conflict because svn is too smart and does update on the property. If I had a conflict I could use mine always.
I thought about using a svn hook to revert that specific change but I want to use that as a last resort.
Any other ideas? Many thanks!