Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- IOS
- 얻는법
- push
- 공략
- swift
- error
- 페이백
- 신도림 테크노마트
- simulator
- afterdelay
- GCD
- Example
- swift3
- 보라카이
- setting
- 스마트폰
- 샘플
- 신도림
- UITableView
- 포켓몬 GO
- LG유플러스
- Bitcode
- 포켓볼
- loop
- 아이폰7
- Check
- UIView
- 해몽
- Xcode
- 앱스토어
Archives
- Today
- Total
도래울
맥(xcode)에서 SVN, GIT 연결 끊기 본문
프로젝트 내 .git or .svn 을 제거해주면 된다.
터미널 명령어:
find ./ -name ".svn" | xargs rm -Rf
또는
find ./ -name ".git" | xargs rm -Rf
라고 명령을 입력해주면 알아서 하위폴더의 .svn or .git 폴더를 싹찾아서 제거해준다.
'개발 > iOS' 카테고리의 다른 글
this action could not be completed. try again. (-22421) 오류 해결 (0) | 2017.09.27 |
---|---|
Swift3 Async Callback function example (0) | 2017.07.12 |
hide suggestion list above keyboard (0) | 2017.02.17 |
[iOS] User-Agent 기본 값 바꾸기 (0) | 2017.02.15 |
Swift performSelector: withObject: afterDelay (0) | 2017.02.07 |
Comments