Changing Version Control in IntelliJ IDEA

I changed the folders containing the project code from Git to SVN, but IntelliJ seems to be the same as before, so I cannot work with SVN

+6
intellij-idea
source share
2 answers

Ctrl + Alt + S (Project Settings) → Version Control

It must specify the project directory and that it uses VCS. Change it there.

+6
source share

Here is a good document regarding issues with multiple version control systems:

IntelliJ Website

+1
source share

All Articles