如何在 PHPStorm 中进行 Subversion 切换
是否可以从 PHPStrom 界面执行 switch
Subversion 命令?我正在寻找它,寻找它,但找不到它。
Is it possible to make a switch
Subversion command from interface of PHPStrom? I'm searching for it and searching and can't find it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不确定您正在使用的 PHP Storm 版本,但是...
右键单击您的项目,Subversion >更新目录...
如果您没有看到省略号,则必须按住 Shift,因为您未选中“调用这些命令时显示选项对话框”选项(请参阅下面的注释)。
Unsure of the version of PHP Storm you're using but...
Right click your project, Subversion > Update Directory...
You must hold Shift if you don't see the ellipses because you unchecked the "Display options dialog when these commands are invoked" option (see comments below).
如果您在“更新”对话框中设置了“不再显示此窗口”复选框,则可以在单击“VCS 更新”按钮时按 Shift 键,或在选择“更新目录”时按住它,以便能够切换分支。
If you set "Don't show this window again" checkbox in "Update" dialog you can press Shift key when clicking "VCS Update" button or hold it when selecting "Update Directory" to be able to switch branches.