PhpStorm 2016.2 Help

Refreshing Status

This feature is helpful if a server, that holds the sources of the project files, is down. The statuses of files and directories become irrelevant, and you are unable to work with the local copy of the project. To avoid such situation, you need to refresh the status of your source files.

When this command is applied, PhpStorm refreshes the status of each file, no matter whether the file has been changed from PhpStorm itself or using any other application.

When working under Perforce control, you can run refresh in two modes:

  • Standard Refresh takes into consideration only the changes made through the PhpStorm integration with Perforce. This improves performance because does not require connecting to the server. However, this approach does not let you know about the changes made outside PhpStorm, for example, right through the p4v client application.
  • Force Refresh considers all the changes made to project, both from PhpStorm and from any other application, for example, right through p4v client.

The status of a file is refreshed only in accordance with the changes in your local workspace. Any changes on the server can be reflected only through synchronization.

To refresh the status of files in your project, do one of the following

  • On the main menu, choose VCS | Refresh File Status.
  • In the Version Control tool window, press Ctrl+F5.
  • In the Version Control tool window, click the Refresh toolbar button refresh.
  • For Perforce integration, do one of the following:
    • To run Standard Refresh, click the Refresh toolbar button img or press Ctrl+F5.
    • To run Force Refresh, click the Force Refresh toolbar button forceRefresh.

See Also

Last modified: 24 November 2016