어허

[SVN] remains in conflict 에러 해결 본문

개발/Linux

[SVN] remains in conflict 에러 해결

AKDK 2013. 1. 18. 10:05
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
"이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."
공유하기 링크
Comments