본문 바로가기
JAVA

[Eclipse] SVN Connector 오프라인 설치 진행

by Hwoarang757 2023. 1. 27.

출처 : https://ssamdu.tistory.com/8

 

[이클립스] 이클립스 플러그인(plugin) 수동 설치(오프라인 상태에서 플러그인 설치)

여러 프로젝트를 나가보면 정말 자주 있는 슬픈 상황 중 하나가 인터넷이 되지 않는 경우이다. 이런 경우에 이클립스에 플러그인(plugins)을 jar 파일로 다운로드하여서 수동으로 설치해야 하는 경

ssamdu.tistory.com

 

왜 그런지 이유는 알 수 없지만 , 아래 사이트가 접속이 되지 않아 

Eclipse -> Preference -> Version Control ( Team ) -> SVN -> SVN Connnector를 다운로드 할 수가 없었습니다 -_-;;

http://community.polarion.com/

 

 

오프라인 설치 한 과정은 아래와 같습니다.

 

1. 2개의 파일을 /eclipse/plugins 디렉터리에 복사 하였습니다.

저 같은경우 , 전자정부프레임워크로 설치해놓은 Eclipse 디렉터리에서 복사 할 수 있었습니다.

org.polarion.eclipse.team.svn.connector.svnkit18_6.0.4.I20161211-1700.jar

org.polarion.eclipse.team.svn.connector_6.0.4.I20161211-1700.jar

 

 

2. eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info 파일을 오픈하여 위의 2개 파일에 대한 정보를 추가 하였습니다.

org.polarion.eclipse.team.svn.connector,6.0.4.I20161211-1700,plugins/org.polarion.eclipse.team.svn.connector_6.0.4.I20161211-1700.jar,4,false
org.polarion.eclipse.team.svn.connector.svnkit18,6.0.4.I20161211-1700,plugins/org.polarion.eclipse.team.svn.connector.svnkit18_6.0.4.I20161211-1700.jar,4,false

예시 파일과 같이 아래에 2줄을 추가 하고 저장 하였습니다.

 

위의 2줄을 bundles.info 맨 아래 추가 한 후 저장 하여 Eclipse 를 다시 시작 하였을 시에 

SVN Connector 가 연결된 것을 확인 하였습니다.