RubyMine 2023.3 Help

Resolve property conflicts

A property conflict is reported during synchronization with the server when RubyMine detects differences between the properties of a local file or folder and their server version. RubyMine does not attempt to resolve property conflicts automatically, and displays the conflicting files and folders under the Merged with property conflicts node in the Update Info tab of the Version Control tool window Alt+9. You have to resolve property conflicts manually and then tell RubyMine to treat the corresponding files and folders as conflict-free.

Resolve a property conflict

  1. Open the Version Control tool window Alt+9 and switch to the Repository tab.

  2. In the Changed Files pane, select the conflicting file.

  3. Choose Properties Diff from the context menu of the selection, or click propertiesDiff.png on the toolbar.

  4. Explore the differences in the Subversion properties difference viewer:

    svnPropertiesDiffRemoteResults.png
  5. Update the properties so the conflict is resolved.

To mark a file as resolved

  1. In the Update Info tab of the Version Control tool window Alt+9, select the fixed file under the Merged with property conflicts node. As you can see, the file is still displayed in red as conflicting.

  2. From the context menu of the selection, choose Subversion, and then choose Mark Resolved.

  3. When the dialog is closed, the Changes view shows the affected files as updated and available for checking in to the server.

  4. Check in the resolved files.

Last modified: 23 August 2023