개발
Subversive설치후 SVN Connector가 설치 되지 않아 발생되는 문제 해결.
Z700zZz
2016. 1. 11. 11:30
한동안 Git을 사용하다가 새로운 프로젝트에 들어오면서 오랜만에 SVN을 설치 했다.
Eclipse Marketplace에서 subversive최신 버전을 선택하고 설치 후 재시작을 했는데 프로젝트가 제대로 받아지지 않는다.
SVN: '0x00400006: Validate Repository Location' operation finished with error:
Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
대략 이런 내용..
SVN Connector가 없다라는 내용 같은데..
원래는 Subversive가 설치가 되고 재시작시 SVN Kit을 깔라고 나오는데 안나오는 경우가 생긴다.
이때 위와 같은 에어가 발생하게 된다.
제일 마지막에 보면 수동으로 설치 하는 방법이 있는데 저대로 따라 하면 문제는 해결된다.
최신 버전 설치 해주면 문제는 해결..
에러 내용에 해결 방법이 있는데 검색해서 이상한 방법이나 해보고 있었다니..