Where is the SVN Version Control Console Tab? Follow
According to http://www.jetbrains.com/phpstorm/webhelp/console-tab.html one should see the VCS commands (output) in the Version Control Console Tab. I am using SVN 1.6.16 on OSX 10.7.2 with PHPStorm 2.1.5 (latest build) and I do not get such a console tab. I couldn't find any preference to activate/deactivate this tab. Any hints?
Thank you, Robert
Please sign in to leave a comment.
This tab is available only for version control systems that are integrated via command line tools (Git, Perforce).
Subversion integration doesn't use command line executable, it works with SVN protocol directly, therefore there are no commands to show in this tab and it's not avaiable when using SVN.
Thank you for your quick response. I need the list of filenames, when committing. Is there a way to get this list anywhere else than in the console?
Commit Project dialog will show you all the changes, it's also possible to view them in the Changes | Local tab.
I am sorry, I wasn't clear enough. I need a way to copy the filenames, so that I can use them later on. I was looking for an easier way than to use Changes | Local (where I can select the files and then use CTRL-C), but I can live with that. Thanks for your help.
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206372949/comments/207459739
@Serge Baranov hello,I just close the version control tab,but I can't find how to reopen it
5000413106, please click View | Tool Windows | Version Control.