r1687317 | stefan2 | 2015-06-24 16:03:17 +0000 (Wed, 24 Jun 2015) On the svn-mergeinfo-normalizer branch: Fix the detection of revisions operative on some sub-tree, the old check was produced false positives for parent path changes. Reported by: Stefan Hett < stefan at egosoft . com > * tools/client-side/svn-mergeinfo-normalizer/log.c (in_subtree): New check function. (svn_min__operative): Filter for operative changes using the new check.
r1691520 | stefan2 | 2015-07-17 11:37:02 +0000 (Fri, 17 Jul 2015) Follow-up to r1689518: Fix a segfault when --remove-obsoletes wasn't specified. * tools/client-side/svn-mergeinfo-normalizer/logic.c (remove_obsolete_line): Be a no-op without the --remove-obsoletes option. Found by: Stefan Hett < stefan at egosoft . com >