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
- afterdelay
- 해몽
- simulator
- setting
- swift3
- UITableView
- Xcode
- swift
- LG유플러스
- UIView
- Bitcode
- error
- 보라카이
- push
- 페이백
- 얻는법
- 포켓몬 GO
- IOS
- 신도림 테크노마트
- 아이폰7
- loop
- 공략
- Example
- 샘플
- Check
- 스마트폰
- GCD
- 포켓볼
- 신도림
- 앱스토어
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