RubyMine 2016.1 Help

Diagnosing Problems with Subversion Integration

If any problem occurs with Subversion integration, feel free to contact our support. To facilitate detecting, locating, and resolving your problems, provide detailed information regarding your Subversion integration with RubyMine. This topic lists the necessary information and explains how you can retrieve it.

The following data is usually required to diagnose Subversion problems:

  • The RubyMine version and the build number.
  • The operating system used.

VCS and its general settings

The version control system used in your project or in its parts and the general version control settings applied to your project are specified on the Version Control page of the Settings dialog box. Open the Settings / Preferences Dialog by choosing File | Settings for Windows and Linux or RubyMine | Preferences for OS X, and click Version Control.

A screenshot is helpful:

svnDiagnosticsGeneralSettings.png

Subversion settings

Subversion-specific settings are configured on the Subversion page, under the Version Control node, in the Settings dialog box. Open the Settings / Preferences Dialog by choosing File | Settings for Windows and Linux or RubyMine | Preferences for OS X, and click Subversion under Version Control.

A screenshot is also helpful:

svnDiagnosticsSVNSettings.png

Module structure

The module structure is configured on the Modules page of the Project Structure dialog box. To access the dialog box, choose File | Project Structure on the main menu, click Modules under the Project Settings, and then click the relevant module. For more details, see topic Configuring Project Structure.

A screenshot is helpful:

svnDiagnosticsProjectStructure.png

The format of the local working copy

The format of a working copy is the Subversion format in compliance with which the working copy was created. To view the format of a working copy, choose View | Tool Windows | Changes on the main menu. In the Version Control tool window that opens, switch to the Subversion Working Copies Information tab.

A screenshot is helpful:

svnDiagnosticsSVNWorkingCopiesInformation.png

The parent folders of the branches used

To view the configuration of branches, in the Subversion Working Copies Information tab of the Version Control tool window, click the Configure Branches link.

Provide a screenshot:

svnDiagnosticsSVNBranches

RubyMine log

The RubyMine log is stored in the <RubyMine home folder>/system/logs directory. Archive the contents of the folder and attach it to your support request. To open the folder with RubyMine logs, chooseHelp | Show log in Explorer.

svnDiagnosticsRevealLogInexplorer.png

Enabling svnkit logging

If the data saved in the RubyMine logs is not sufficient to solve the problem and the problem is related to communication protocol or authentication, enablesvnkit logging, reproduce the problem, and attach theidea.log.

To enable svnkit logging, add -Djavasvn.log=true to one of the following files depending on the operating system used:

See Also

Last modified: 21 July 2016