PyCharm Edu 2018.2 Help

Resolving Property Conflicts

A property conflict is reported during synchronization with the server when PyCharm Edu detects differences between the properties of a local file or folder and their server version. PyCharm Edu 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. You have to resolve property conflicts manually and then tell PyCharm Edu to treat the corresponding files and folders as conflict-free.

On this page:

To resolve a property conflict

  1. Open the Version Control tool window 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

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

  • On the context menu of the selection, choose Subversion, and then choose Mark Resolved.

  • When the dialog box is closed, the Local Changes tab of the Version Control tool window shows the affected files as updated and available for checking in to the server.

  • Check in the resolved files.

Last modified: 7 December 2018