PhpStorm & SVN:如何获取远程副本并覆盖本地副本

PhpStorm & SVN: How to fetch remote copy and override the local copy

在 Zend Studio 中有一个命令 "Replace (e.g. file/dir) with latest from repository",它获取 file/dir 的 SVN 远程副本并覆盖本地副本。

如何在 PhpStorm 中执行相同的操作?

使用 "Revert" 获取最后一个远程副本。 键盘:选择文件 -> Ctrl+Alt+Z 鼠标:选择文件 -> 右键单击​​ -> Subversion -> Revert