JetBrains Rider 2017.3 Help

Integrate Project Dialog (Subversion)

VCS | Integrate Project


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

ItemDescription
Source 1In this text box, specify the URL address of the first branch to compare. If necessary, click the Browse button browseButton and select the desired URL from the Select Repository Location dialog box.
Source 2In this text box, specify the URL address of the second branch to compare. If necessary, click the Browse button browseButton and select the desired URL from the Select Repository Location dialog box.
RevisionFor 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 ellypsis button and select the revision from the Changes Browser dialog box.
Use ancestrySelect 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 changesSelect this checkbox to enable the --dry-run switch of the svn command. If this checkbox is not selected, the sources are merged silently.
DepthUse this drop-down 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: 19 April 2018

See Also