Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 580
Radek Benkel Avatar asked Feb 09 '11 12:02

Radek Benkel


2 Answers

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).

like image 90
Jenko Avatar answered Oct 10 '22 06:10

Jenko


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.

like image 24
MiSHuTka Avatar answered Oct 10 '22 05:10

MiSHuTka