PyCharm 2017.2 Help

Integrating Changes to Branch

PyCharm allows you to integrate changes into a selected branch, and commit the results of such integration to the repository. Do the following:

  1. In the Version Control tool window, switch to the Repository tab.
  2. Right-click the changelist you want to integrate, and select Subversion | Integrate to Branch from the context menu:
    /help/img/idea/2017.2/svnIntegrateToBranch.png

    If you want to integrate separate files instead of the whole changelist, select them in the Changed Files pane and choose Subversion | Integrate To Branch from the context menu.

    If you are using SVN 1.5 or higher both on the server and in your local working copy, select the relevant changelist/file(s) in the Changelists or Changed Files pane and click /help/img/idea/2017.2/integrateToBranch.png on the toolbar.

    /help/img/idea/2017.2/svnIntegrateFilesToBranch.png

    The Integrate to Branch dialog opens displaying the URL addresses of the source and target branches and a list of available local working copies.

  3. From the Integrate into working copy list, select the path to the local working copy into which the selected changelist will be integrated.

    To add a path to the list, click the /help/img/idea/2017.2/new.png button.

    To remove a path from the list, click the /help/img/idea/2017.2/delete.png button.

  4. To preview the merge result by enabling the --dry-run switch of the svn command, select the Try merge, but make no changes check box.

    If this check box is not selected, sources are merged silently.

  5. Click OK. The Commit Changes dialog opens.
  6. Review the summary, specify the necessary options, and run commit.
Last modified: 26 October 2017

See Also