250x250
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
- xcode11
- 경동
- evernote
- todoist
- 온도센서
- 가스비절약
- 온도조절기
- debounce
- npm moment
- ReactNative
- __attribute__
- Node
- EditText
- 린나이온도조절기
- Raspberry Pi
- 가스요금폭탄
- react-native
- IOT
- 네모안
- node.js
- rasppi3
- anydo
- 라온익스
- nodejs
- Swipes
- 에버노트
- 기름보일러
- 나비엔
- REACT
- 난방비절약
Archives
- Today
- Total
어허
[SVN] remains in conflict 에러 해결 본문
728x90
svn up 을 했더니 기존데이터랑 쫑(?)이 나서 C 가 생겼다 ..
머지를 해주고 commit을 하려고 했더니 위와 에라 발생
[dari88@laon2 ictl485d]$ svn commit
svn: Commit failed (details follow):
svn: Aborting commit: '/home/dari88/projects/icontrols_16/qop_package/ictl485d/message_from_ethernet.c' remains in conflict
해결 법
svn remove --force filename
svn resolve --accept=working filename
svn commit
아래는 실제 명령 사례
[dari88@laon2 ictl485d]$ svn resolved message_from_ethernet.c
Resolved conflicted state of 'message_from_ethernet.c'
출처:
http://stackoverflow.com/questions/2406469/svn-remains-in-conflict
728x90
'개발 > Linux' 카테고리의 다른 글
busybox wget으로 ftp id password 다운로드 받기 (0) | 2013.04.25 |
---|---|
[VMware] Cannot open the disk or ~~~~lock the file. (0) | 2013.01.21 |
리눅스 putty등 터미널창에 현재 경로 표시하기 (0) | 2011.12.22 |
sed 명령어 사용법 (1) | 2011.11.11 |
[vi] Makefile 등 tab이 잘 들어가있나 확인하자 (0) | 2011.11.10 |
Comments