Can't find SVN settings / menu items
Hi.
I'm using fresh install of IntelliJ IDEA 15 Ultimate. I've a project from SVN repository and trying to use Idea SVN tools. But I can't find any SVN settings or menu items. I've searched at:
* File -> Settings -> Version Control. I can see Git, GitHub items there, but no SVN;
* VCS -> Enable Version Control Integration... There is Git, but no SVN;
* VCS -> Checkout from Version Control. Can see Git, no SVN.
It seems that this distro completely misses svn integration. Are there any was to turn it on?
请先登录再写评论。
Please check that Subversion plug-in is enabled: http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html .
Had the same problem. Solved by going into Settings > Version Control > Directory Mappings and changing the <Project> default VCS to Subversion, instead of Git. (Or just adding a specific directory with Subversion as VCS works too).
The Git menu at the top is then changed back to VCS.