-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On the 'apply-processor' branch: Add cb_table->adjust_merge_source() …
…callback whose implementations may adjust the source for tree conflict. * subversion/libsvn_client/client.h (svn_client__apply_processor_callbacks_t): Add adjust_merge_source method. * subversion/libsvn_client/merge.c (apply_processor_adjust_merge_source): Implement function. (do_merge): Initialize cb_table.adjust_merge_source with a pointer to the apply_processor_adjust_merge_source function. * subversion/libsvn_client/merge_processor.c (record_tree_conflict): Move code disabled by TODO_FILTER_MERGEINFO to merge.c::apply_processor_adjust_merge_source(), but call it instead, do a little rearrangement of the local variables, invoke make_conflict_versions() once, but use the adjusted source. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/apply-processor@1922163 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
3 changed files
with
66 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters