- In the Local tab of the Changes tool window, select the conflicting file:

- On the main menu, or on the context menu of the selection, choose . Files Merged with Conflicts dialog box appears.
- If you want to accept the server version and overwrite your local changes, click Accept Theirs. If you want to force your changes to the repository, click Accept Yours. Clicking Merge opens the merge tool, where you can accept or discard each change individually. So doing, the file is automatically marked as resolved, and auxiliary files are deleted.
- Once the conflicts are successfully resolved, commit your local version to the repository.
-
Open the conflicting file in the editor, and do one of the following:
- Edit the contents within the conflict markers as required.
- Copy one of the auxiliary files on top of your working file.
-
Do one of the following:
- Select the file in the Project tree or in the Local tab of the Changes tool window, and choose Subversion, and then choose Mark Resolved on the context menu of the selection.
- With the conflicting file opened in the editor, right-click the mouse anywhere in the editor tab. On the context menu choose Subversion, and then choose Mark Resolved.
- On the main menu, choose .
-
In the Mark Resolved dialog box, that opens, select the check box next to the name of the file in question.
Tip
- To appoint all the conflicting files for marking as resolved, click the Select All button.
- To clear the list of candidates for marking as resolved, click the Deselect All button.
- Click the Mark Resolved button.

