Dev
MacOS SVN command line client 프로그램 설치
얼그레이퀸아망
2018. 3. 10. 16:33
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
명령어를 실행하여 해결되었다는 경우도 있었다.