| 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
to choose the required branch in the Select Branch dialog box that opens.
Note
|
| Url | In this text box, specify the location of the required repository through its full URL address. Click the Browse button
to open the Select Repository Location dialog box.
Note The text box is enabled only when the Update/Switch to specific Url check box is selected. |
| Update/Switch to specific revision |
Select this check box 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
to open the Changes Browser dialog box.
By default, WebStorm suggests to update your local working copy the HEAD revision. This option corresponds to the
--non-recursive (-N)--non-recursive (-N) switch of the Subversion updateupdate command.
|
| Depth | Use this drop-down list to specify the range of recursion into subdirectories. The available options are:
|
| Force Update | Select this check box 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 |
During synchronization with the server (update), SVN locks your working copy one subtree after another by creating empty lock files
in the corresponding .svn administrative directories. After that SVN starts comparing file hashes to detect which local files need synchronization.
|
| Do not show this dialog in the future |
Select this check box to have WebStorm perform future updates silently.
To have WebStorm show this dialog box before update again:
|

to choose the required branch in the 