이클립스(2)
-
이클립스에서 SVN IP 변경 방법
1. SVN Repositoties 선택 2. svn 경로 우클릭 > Relocate 선택 3. Next 선택(변경할 프로젝트 확인 가능) 4. New URL 에서 IP 변경
2024.03.07 -
eclipse indigo git 설치
1. plugin 경로에 egit.zip 파일 넣기 (2.3.1.201302201838-r) 본인에 맞는 egit 다운로드 https://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F EGit/FAQ - Eclipsepedia What is Git? Git is a distributed SCM/VCS, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile. The EGit project is implementing Ec..
2022.08.12