MPS 2023.3 Help

Integrate Project dialog (Subversion)

Use this dialog to integrate differences between two branches in the Subversion repository into a local working copy.

Item

Description

Source 1

In this field, specify the URL address of the first branch to compare. If necessary, click Browse the Browse button and select the desired URL from the Select Repository Location dialog.

Source 2

In this field, specify the URL address of the second branch to compare. If necessary, click Browse the Browse button and select the desired URL from the Select Repository Location dialog.

Revision

For each source, specify the revision to use. The possible options are:

  • HEAD - select this option to use the Head revision of the source.

    The Head revision is suggested by default

  • Specified - select this option to use a revision different from the Head revision. Specify the required revision in the text field. If necessary, click the button and select the revision from the Changes Browser dialog.

Use ancestry

Select this checkbox to take the ancestry of the Source1 and Source2 URLs into consideration when comparing revisions. If the checkbox is not selected, only the contents of the files are compared.

Try merge, but make no changes

Select this checkbox to enable the --dry-run switch of the svn command. If this checkbox is not selected, the sources are merged silently.

Depth

Use this list to specify the range of recursion into subdirectories. The available options are:

  • Empty - select this option to involve only the current file.

  • Files - select this option to involve the files in the folder.

  • Immediates - select this option to involve direct children of the current file.

  • Infinity - select this option to enable full recursion.

Last modified: 07 March 2024