[ intelliJ ] intelliJ에서 git 또는 svn 연동 시 오류 해결 방법

2022. 5. 25. 12:06Editor/intelliJ

728x90
반응형

Browse Subversion Repository를 통해 git이나 svn 주소를 입력했는데 다음과 같은 에러 메시지가 나타날 때가 있습니다.

 

  

  Cannot run program "svn" (in direcetory "") : CreateProcess error=2, 지정된 파일을 찾을 수 없습니다  

 

 

1. https://www.visualsvn.com/downloads/ 여기에 접속하여 ApacheSubversion command line tools를 다운받습니다.

 

Downloads | VisualSVN

The most favored way to setup and maintain an enterprise level Apache Subversion server on the Microsoft Windows platform. VisualSVN Server is useful either for home, small business or enterprise users. Includes Apache Subversion 1.14.2 command line tools.

www.visualsvn.com

 

 

2. Settings > Version Control > Subversion에서 Path to Subversion executable의 값을 다운받은 svn의 경로에서 svn.exe로 설정해 줍니다.

 

3. SVN Repositories를 확인 후 오류가 그대로 남아 있다면 intelliJ 재기동이나 새로고침을 하면 완료됩니다.

728x90
반응형