How do you get subversion diff summary to ignore mergeinfo properties?

Posted by tolomea on Stack Overflow See other posts from Stack Overflow or by tolomea
Published on 2010-05-03T02:30:35Z Indexed on 2010/05/03 2:38 UTC
Read the original article Hit count: 300

Filed under:
|
|
|
|

I have subversion 1.6.5 client and 1.5.4 server. And I mostly only care about diffs on fully repository paths, not working copies.

When diffing branches ones that have been merged already show up as identical except for the mergeinfo properties.

This is a touch annoying for a human who has to then look through the changes looking for anything that might be a real change.

However it's somewhat worse in out use case as we have scripts that run around checking on the merge state of various things and the mergeinfo properties cause them to highlight a lot of things as being out of sync when they aren't.

Is there a way to get the diff summary to ignore the mergeinfo properties?

© Stack Overflow or respective owner

Related posts about svn

Related posts about merge