SVN 으로부터 체크아웃 되어있는 프로젝트를 Intellij와 연동하는 과정에서
Cannot load supported formats: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified
에러가 발생했다.
Settings -> Version Control -> Subversion 에서 User Command line client 체크를 해제하였더니
정상적으로 연동되었다. SVN 의 환경 변수가 등록이 안되어 있거나, 실행 파일을 못찾아서 그런 것 같은데. 알아봐야겠다.