I have an environment set up where my externals point to a different location in every branch. When I merge my code from one branch to another, I always wind up with a merge conflict in the project properties that has to be manually resolved.
This is easily done in the gui since all I need to do is keep my local revision but I need it to either:
- Ignore the fact that there are discrepencies in the externals, or
- Automatically accept my local revisions and keep moving with the merge.
I have tried messing around with the --record-only switch, but that seems to block changes to the code as well as the properties. Is there something that would operate only on the properties, specifically my externals settings?