Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It is no longer in TortoiseSVN because Subversion 1.8 deprecated the --reintegrate option. Subversion 1.8 has automatic reintegration handling/detection. </p> <p>See: <a href="http://subversion.apache.org/docs/release-notes/1.8.html">Subversion 1.8 release notes</a>, specifically <a href="http://subversion.apache.org/docs/release-notes/1.8.html#auto-reintegrate">the auto-reintegrate section</a></p> <p>Here is the relevant area, for convenience:</p> <blockquote> <p><strong>Automatic reintegration merge (--reintegrate option deprecated)</strong></p> <p>During merges which merge all eligible revisions from another branch, Subversion 1.8 will automatically decide whether or not the merge is reintegrating a branch. Therefore, reintegrating a branch does no longer require the --reintegrate option for correct operation.</p> <p>The --reintegrate option of svn merge is now deprecated and its use is discouraged. To reintegrate a branch, have a clean working copy of trunk and run the following command in its top-level directory:</p> <pre><code>$ svn merge ^/branches/my-branch </code></pre> <p>This merge will still perform similar sanity checks which svn merge --reintegrate performed in earlier releases:</p> <ul> <li>The working copy must not be a mixed-revision working copy.</li> <li>The working copy must not have switched subtrees.</li> <li>There must be no gaps in revision ranges merged from the reintegration target (e.g. the trunk) to the reintegration source<br> (i.e. the branch to be reintegrated).</li> </ul> <p>If any of these conditions are detected, the merge is aborted and the necessary steps must be taken to fix the problem before the branch can be reintegrated. In contrast to a --reintegrate merge, an automatic reintegration merge into a working copy with local modifications is allowed.</p> <p>Merging to-and-fro between two branches in any order is possible using the automatic reintegration merge (the "keep-alive dance" is no longer necessary). For best results, it is recommended to always merge all eligible revisions, i.e. not using the -r or -c options of svn merge. Merging just a subset of eligible revisions increases the likelihood of problems during future merges.</p> <p>Using --reintegrate in Subversion 1.8 will force a reintegration merge, whether or not that's the right merge to perform in the given situation.</p> </blockquote> <p><strong>In your case, you should do the following</strong>:</p> <ol> <li>Make sure you're using a clean, no modifications, up-to-date trunk working copy as you normally would</li> <li>TortoiseSVN -> Merge on this working copy root</li> <li>Select "Merge a range of revisions"</li> <li>Select the branch you are reintegrating</li> <li>Do not specify a revision range (to merge all eligible revisions)</li> <li>Subversion 1.8 should autodetect the reintegration and perform the same safety checks</li> <li>Proceed with your merge normally</li> </ol> <p>According to the compatibility table, a Subversion 1.8 client can perform this auto-reintegrate as long as your Subversion server and repository format are each version 1.5 or later. </p> <p>I haven't done an auto-reintegrate yet myself, I'm just going off the release notes.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload