How to perform Subversion's switch in PHPStorm
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.
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).
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.
精彩评论