IntelliJ IDEA 2026.1 Help

Update Project dialog (Perforce)

Install the Perforce plugin

This functionality relies on the Perforce plugin, which you need to install and enable.

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

  2. Open the Marketplace tab, find the Perforce plugin, and click Install (restart the IDE if prompted).

Use this dialog to update the local working copy of a file, directory, or project with a revision from the repository.

Item

Description

Revert unchanged files before sync (p4 revert -a)

Select this checkbox to discard changes made to open files. This option corresponds to the Perforce revert command. For more information, refer to p4 revert reference.

Force sync (-f)

Select this checkbox to forcibly copy files from the depot into the workspace. This option corresponds to the Perforce sync command. For more information, refer to p4 sync reference.

Run resolve automatically after the sync (p4 resolve -am)

Select this checkbox to resolve conflicts between file revisions. This option corresponds to the Perforce resolve command. For more information, refer to p4 resolve reference.

Do not show this dialog in the future

If this checkbox is selected, the specified actions will be performed silently in future.

24 February 2026