본문 바로가기

에러

Spring Tool Suite 4에서 SVN connect 설치 안될 때

* 상황

STS에서 SVN을 이용하기 위해 설치하는데 방화벽 때문에 SVN connector가 다운로드가 되지 않았다.

그동안의 에러 메시지
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.
Unable to connect to repository http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/content.xml
Unable to connect to repository http://community.polarion.com/projects/subversive/download/eclipse/6.0/builds/content.xml
Connect to http://community.polarion.com:80 [community.polarion.com/3.121.72.147, community.polarion.com/54.93.207.170] failed: Connection refused: no further information

계속해서 SVN connector를 연결하기 위해 자동으로 주소를 연결해주는데 그 주소는 끝까지 접속되지 않아서 다운로드 받을 수 없었다.

그래서 수동으로 설치하려고 했는데 수동으로 설치하는 것도 주소로 연결해서 설치하다보니 모든 주소가 다 막혀있다는 것을 알게 되었다.

 

* 해결방법

0. sts를 실행 중이라면 꺼준다.

1. 전자정부프레임워크 exe 파일 위치의 폴더에서 plugins 폴더로 진입한다.

2. svn을 검색하여 다음과 같은 파일 2개를 찾아 sts 폴더 내 plugins 폴더로 붙여넣는다.

(혹시나 해서 jar 파일을 풀어봤는데 큰 의미가 없는 것 같다 ...)

3. sts를 다시 실행시키면 제대로 인식한다 ...

 

* 참고자료

https://stufeel.tistory.com/19

 

SVN 수동설치

나의 경우 이클립스 마켓플레이스에서 svn을 추가하면 계속 에러가 나서 설치가 안 됐다. 그래서 수동으로 설치하는 방법을 검색해서 해결한 후 정리한다. 1. SVN 플러그인 다운로드=> http://www.eclip

stufeel.tistory.com

https://osspit.org/eclipse/subversive-connectors/

 

Index of /eclipse/subversive-connectors

 

osspit.org

반응형