DataGrip 2022.2 Help

Configure the format of the local working copy

Install the Subversion plugin

This functionality relies on the Subversion plugin that should be installed and enabled in your IDE.

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

  2. Switch to the Marketplace tab and use the search field to find the Subversion plugin.

  3. Click Install and restart the IDE if prompted.

A working copy is a directory that contains a collection of files which you can use as your private work area, as well as some extra files, created and maintained by Subversion. For example, each directory in your working copy contains an administrative directory named .svn.

You can have local working copies created with Subversion 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, or 1.9. DataGrip handles all these formats, giving you a choice to upgrade to the new format or preserve the legacy one.

Switching to another Subversion format is always associated with a specific working copy (directory) under the Subversion control. In other words, one cannot upgrade to a newer Subversion format at the IDE level, but only to a directory under Subversion control.

To change the format of the local working copy, do the following:

  1. Open the Subversion tool window Alt+9.

  2. In the Subversion tool window Alt+9, switch to the Subversion Working Copies Information tab.

    This tab is only available, when the current project sources are entirely or partially under Subversion control.

  3. Scroll to the information on the required directory and click the Change link.

  4. In the Convert Working Copy Format dialog, that opens, select the desired format option.

Last modified: 04 August 2022