Dear Wiki user, You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.
The "SimpleAndSafeMerges" page has been changed by JulianFoad: http://wiki.apache.org/subversion/SimpleAndSafeMerges?action=diff&rev1=15&rev2=16 ... }}} + === Diff of Mergeinfo Only (feature) === + After doing a merge into my working copy, I wanted to know what changes Subversion thinks it has merged. My current option seems to be "svn diff" and manually try to filter out everything except mergeinfo changes. It would be good to have a dedicated way to show mergeinfo changes. + + * Main use case: show all changes (from all source branches) that are locally merged into this WC. + * Generalization: show merge info changes (only), for any supported "diff" targets. + * Specializations (e.g. only merges from a specific source branch) are possible but not necessary initially. + === Mergeinfo Diff (bug) === Diff, when displaying an added mergeinfo property on a sub-tree, should diff against the previously inherited mergeinfo, not say that all this new mergeinfo represents merges that have just been done. Similarly for a deleted prop.
