AppCode 2017.3 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, AppCode refreshes the status of each file, no matter whether the file has been changed from AppCode 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 AppCode 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 AppCode, for example, right through the p4v client application.
  • Force Refresh considers all the changes made to project, both from AppCode 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 ⌘R.
  • 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 refresh or press ⌘R.
    • To run Force Refresh, click the Force Refresh toolbar button perforceChangesToolWindowForceRefresh.
Last modified: 27 March 2018

See Also