PhpStorm 2016.2 Help

Changing Read-Only Status of Files

In this section:

Basics

Different version control systems have different semantics for the action of removing read-only status from a file so that you can edit it. Some systems never put read-only status on local files at all unless specifically configured to do so (i.e. the system is configured to support the file locking model).

Different version control systems use different names for this action: check out, edit, Open for Edit, or Get. Regardless of the terminology used by your VCS, if it sets read-only status on your local working files, you can remove read-only status and make files writeable from within PhpStorm, which will also take care of setting a lock on the server, or take whatever other action is required by the VCS, via the respective VCS integration.

This behavior is configurable in the Confirmation page of the Version Control settings.

Enabling explicit removal of read-only status

To enable explicit removal of read-only status:

Changing writable status by icon

You can make a file writable using the lock icon uiStatusLock.png in the Status bar. Open the desired file in the editor, and click the lock, as shown below:

img

Example

Removing read-only status in Perforce looks as follows:

  1. With the Show "Clear Read-Only Status" Dialog option enabled, an attempt to edit a file brings up the respective dialog box.

    If you click the radio button Using file system, the file will not be added to the default changelist. If you click radio button Using version control integration, the file is added to the default changelist.

See Also

Last modified: 24 November 2016