티스토리 뷰
PHPStorm 으로 개발 중 다음의 알림 때문에 Subversion 1.8 필요하게 됨:
다음의 오류가 나타남:
svn: E155021: This client is too old to work with the working copy at ‘/Users/andrea/dev/wp/vvv/www/wordpress-develop’ (format 31). You need to get a newer Subversion client. For more details, see http://subversion.apache.org/faq.html#working-copy-format-change.
현재 svn 버젼 체크:
$ svn --version svn, version 1.7.17 (r1591372) compiled Aug 7 2014, 17:03:25 ...
brew 사용하여 새 svn 설치.
$ brew update Updated Homebrew from 80f2d299 to 93e17517. ... $ brew info subversion subversion: stable 1.8.10 (bottled) https://subversion.apache.org/ Not installed ... $ brew install subversion ==> Installing dependencies for subversion: readline, sqlite, openssl ==> Installing subversion dependency: readline ... ==> Installing subversion ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/subversion-1.8.10_1.mavericks.bottle.3.tar.gz ######################################################################## 100,0% ==> Pouring subversion-1.8.10_1.mavericks.bottle.3.tar.gz ==> Caveats svntools have been installed to: /usr/local/opt/subversion/libexec Bash completion has been installed to: /usr/local/etc/bash_completion.d ==> Summary 🍺 /usr/local/Cellar/subversion/1.8.10_1: 116 files, 9,4M
설치 후 버젼 체크:
$ svn --version svn, version 1.7.17 (r1591372) compiled Aug 7 2014, 17:03:25 ...
어? 예전 버젼 그대로? 어디에 설치된거야?
$ which -a svn /usr/bin/svn /usr/local/bin/svn
자신의 ~/.bash_profile 파일 수정:
export PATH="/usr/local/bin:$PATH"
소프트링크 걸기:
sudo rm /usr/bin/svn & ln -s /usr/local/bin/svn /usr/bin/svn
환경 업데이트 하고 다시 체킹:
$ source ~/.bash_profile $ svn --version svn, version 1.8.10 (r1615264) compiled Aug 25 2014, 10:57:58 on x86_64-apple-darwin13.3.0 ...
PHPStorm preferences 에서 “svn” 설정에서 /usr/local/bin/svn 설정:
오류따위 사라짐:
출처: http://andowebsit.es/blog/noteslog.com/post/how-to-upgrade-subversion-on-osx/
'OS-서버-서비스 > MAC OS X' 카테고리의 다른 글
macOS 에 brew 로 mssql 커맨드라인 도구 sqlcmd, bcp 설치 (0) | 2019.10.21 |
---|---|
macOS 10.12.2 Sierra 이상 ssh key 접속시 암호 항상 물을때 (0) | 2018.11.20 |
Bash script 로 디렉토리 내 euc-kr 파일 utf-8 변환하기 (0) | 2016.11.27 |
MAC OS X에서 IE 테스트하는 빠른, 최고의 방법 (0) | 2014.12.10 |
Textmate2 설치 (0) | 2012.08.13 |
댓글
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
TAG
- JSON
- laravel
- Chrome
- Mac
- iis
- 워드프레스
- Android
- nginx
- PHP
- IOS
- Wordpress
- mssql
- Linux
- javascript
- CSS
- nodejs
- classic asp
- Debug
- sencha touch
- git
- ASP
- centos
- iphone
- API
- Docker
- IE
- 안드로이드
- JQuery
- 한글
- Prototype
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함