Reintegrate Merge

Use Modify|Reintegrate Merge to 'reintegrate' changes from another URL to the selected file/directory.

Reintegrate merging is different from the 'normal' merging: It carefully replicates only those changes unique to the source Merge From compared to the local working copy.

Example

You will typically use Reintegrate Merge after the work of a feature branch has been finished and the 'feature' shall be reintegrated into the trunk. Here it's important that all the previous merges from trunk to the feature branch are filtered out to avoid unnecessary merge conflicts, etc. That is -- in short -- what reintegrate does. For a detailed explanation, refer to http://svn.haxx.se/users/archive-2008-05/0808.shtml.

For details regarding the Advanced options, refer to Merge.