본문 바로가기

카테고리 없음

IntelliJ - SVN: E220001 오류

SVN repository 를 변경한 후 Check out/Commit 은 되지만 log 를 볼 수 없는 희한한 오류가 나타났다.

 

결론부터 말하자면, 지원되지 않는 SVN Connector를 사용하였기 때문에 나타난 오류였다.

다른 개발자들은 Eclipse+Subversive+SVNKit 을 사용하고 있기 때문에 이슈가 없던 것.

 

IntelliJ 는 2018.01 버전부터 SVNKit 지원을 종료하고, 모듈을 삭제하였다고 밝혔다.

https://blog.jetbrains.com/platform/2018/01/svnkit-library-is-removed-from-the-platform/

 

SVNKit library is removed from the platform | The JetBrains Platform Blog

IntelliJ 2018.1 removes the support of svn integration via SVNKit. The library is also removed from the platform dependencies and is no longer available for plugins. Now a command-line svn client is t

blog.jetbrains.com

 

 

즉, 기존 Apache SVN 대신, SVNKit을 지원하는 svn 클라이언트를 사용하면된다.

https://sliksvn.com/download/

 

Download SlikSVN Subversion client

Download SlikSVN, a free Windows command line client for Subversion. Get SlikSVN today!

sliksvn.com