728x90
아파치 사이트 접속
https://subversion.apache.org/packages.html
MacOS용 SVN 프로그램 중,
WANdisco 선택.
사이트 방문하여, 이름과 회사 이메일을 등록하고, 회사 이메일을 통해 설치 파일 다운로드 받았다.
/opt/subversion 하위에 설치 파일들이 설치 되며,
/etc/path.d 폴더 하위에 svn 파일이름(cat /etc/path.d/svn)으로 /opt/subversion/bin 경로 잡아 주었다.
그 후, 다음과 같은 메세지와 함께
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
svn 명령어가 동작하지 않아 stackoverflow 사이트에서 도움을 받아
xcode-select --install
명령어를 실행하여, command line tool을 설치 한 뒤 문제가 해결 되었다.
컴퓨터 상태에 따라서
xcode-select --reset
명령어를 실행하여 해결되었다는 경우도 있었다.
'Dev' 카테고리의 다른 글
Apache Server에서 TLS 설정 개념잡기 (0) | 2019.03.29 |
---|---|
리눅스에 Apache / Tomcat (0) | 2019.02.25 |
Jeus6 (max-use-count) 집념이고 싶은 막무가내 테스트 (1) | 2018.01.09 |
메이븐 로컬의 별도 Repository 설정 (0) | 2017.08.02 |
최신프로젝트 생성 pom (0) | 2017.08.01 |