PhpStorm 2016.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 /help/img/idea/2016.3/browseButton.png 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 /help/img/idea/2016.3/browseButton.png 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 /help/img/idea/2016.3/ellypsis.png button and select the revision from the Changes Browser dialog box.
Use ancestrySelect this check box to take the ancestry of the Source1 and Source2 URLs into consideration when comparing revisions. If the check box is not selected, only the contents of the files are compared.
Try merge, but make no changesSelect this check box to enable the --dry-run switch of the svn command. If this check box 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.

See Also

Last modified: 23 March 2017