Development
SVN|Error - Previous operation has not finished; run 'cleanup' if it was interrupted.
어느가을빛
2016. 9. 20. 08:47
[오류]
Share project was failed.
Previous operation has not finished; run 'cleanup' if it was interrupted.
[원인]
SVN Update과정에서 비정상 종료(오류)로 처리가 정상 완료되지 못하여 작업큐에 작업이 존재하는 경우 발생.
[해결방법]
1) CleanUp 실행.
2) CleanUp으로 해결이 안되는 경우 SqlLite 설치 후 "WORK_QUEUE"테이블의 잔여 작업 데이터를 삭제.
- 소스 디렉토리의 "./svn.wc.db"를 오픈.
*SQLite Download Page
#참조
1) http://kure0769.tistory.com/entry/SVN-cleanup-fail-%EC%B2%98%EB%A6%AC
2) http://ooz.co.kr/281