Kamesh,
This fixes the problem we discussed today in issue
http://subversion.tigris.org/issues/show_bug.cgi?id=2821#desc22 and
passes merge_tests.py. How does this look to you?
[[[
Fix reopened issue #2821.
See http://subversion.tigris.org/issues/show_bug.cgi?id=2821#desc22
* subversion/libsvn_client/merge.c
(drive_merge_report_editor): When describing subtrees of the merge
target with differing mergeinfo there was a bug where we *didn't*
consider a child not requiring any merge as a differing subtree. We
must consider these and call reporter->set_path for these subtrees,
otherwise the merge is repeated.
* subversion/tests/cmdline/merge_tests.py
(avoid_repeated_merge_on_subtree_with_merge_info): Remove comment
about XFail status.
(test_list): Remove XFail from
avoid_repeated_merge_on_subtree_with_merge_info.
]]]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-09 19:29:01 CEST