1. 수동으로 설치하기
- SVN 플러그인 다운로드: http://www.eclipse.org/subversive/latest-releases.php
Latest Releases - Eclipse Subversive | The Eclipse Foundation
The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects, including runtimes, tools and frameworks.
www.eclipse.org
- 원하는 버전을 다운로드한다. 내 경우에는 안정된 빌드로 다운받았다. 2016년에 나온 Subversive-4.0.5.I20170425-1700.zip 파일이다.
- 압축을 풀면 여러 폴더가 있다. 그 중에서 plugins 폴더의 jar 파일들을 복사해준다.
- 이클립스가 설치된 plugins폴더에 복사해줍니다. 사람마다 경로가 다 다를 수는 있으나 제 경우엔 아래 경로이다.
D:\eclipse\plugins
2. SVN Connectors (SVNKit) 설치하기
Index of /projects/subversive/download/eclipse/6.0/builds
community.polarion.com
1번 방법으로만 진행하고 이클립스를 다시 시작해보면 SVN Repositories 탭의 목록 또는 아이콘이 잘 표시되는 것을 알 수 있다. 다만 실제로 SVN 연결은 되지 않기에 추가적으로 작업을 한다.
- 원하는 버전을 다운받는다. 나는 Subversive-connectors-allplatforms-6.0.4.I20161211-1700.zip 파일을 다운받았다.
- SVNKit 역시 압축을 해제한다.
- plugins폴더의 jar 파일들을 복사하여 이클립스 plugins폴더에 넣어준다.
- 그 다음 이클립스를 재시작한다.
'IT > java' 카테고리의 다른 글
Lombok annotation 정리 (0) | 2021.10.21 |
---|---|
Spring boot + Swagger 3.0 (0) | 2021.04.13 |
Spring Boot study 메모 (0) | 2019.02.27 |
Restful API (0) | 2017.12.23 |
댓글