IntelliJ IDEA 2026.1 Help

Integrate to Branch

Install the Subversion plugin

This functionality relies on the Subversion plugin, which you need to install and enable.

  1. Press Ctrl+Alt+S to open settings and then select Plugins.

  2. Open the Marketplace tab, find the Subversion plugin, and click Install (restart the IDE if prompted).

Use this dialog to specify the options for integrating changes into a branch.

Item

Tooltip

Description

Source branch URL

This read-only field shows the URL address of the source branch.

Target branch URL

This read-only field shows the URL address of the target branch.

Integrate into working copy

From this list, select the path to the local working copy into which the changes will be integrated.

Ignore whitespaces

Select this option if whitespaces are not important.

Try merge, but make no changes

Select this option to preview merge results by enabling the --dry-run switch of the svn command. If this option is unchecked, sources are merged silently.

Add

Click this button to add a working copy to the list.

Remove

Click this button to remove the selected working copy from the list.

23 February 2026