Update Project Dialog (Subversion)
Ctrl+T
Use this dialog box to update the local working copy of a file, directory, or project with a revision from the repository.
Item | Description |
---|---|
Update/Switch to specific Url |
|
Use Branch | In this text box, specify the location of the required repository through its branch name. Click the Browse button ![]()
|
Url | In this text box, specify the location of the required repository through its full URL address. Click the Browse button ![]() The text box is enabled only when the Update/Switch to specific Url checkbox is selected. |
Update/Switch to specific revision | Select this checkbox to synchronize your local working copy with a specific revision different from the HEAD revision. The Update/Switch to specific revision text box becomes enabled. In this text box, specify the number of the revision to be used. Click the Browse button ![]() |
Depth | Use this drop-down list to specify the range of recursion into subdirectories. The available options are:
|
Force Update | Select this checkbox to have local files replaced with the files from the repository even if the local files have modifications and thus abandon the local modifications. |
Update administrative information only in changed subtrees | This option only applies to working copies older than SVN 1.7 managed by SVNKit. During synchronization with the server (update), SVN locks your working copy one subtree after another by creating empty When this option is selected, SVN first checks if any files from a subtree have been modified on the server, and locks this subtree (i.e. creates a |
Ignore Externals | Select this checkbox if you do not want WebStorm take into account externals definitions during update. |
Do not show this dialog in the future | Select this checkbox to have WebStorm perform future updates silently. To have WebStorm show this dialog box before update again:
|