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?

1

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.

1

请先登录再写评论。