일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Eclipse
- 태그를 입력해 주세요.
- java
- DB
- 도서
- 엑셀
- 에러
- JEUS
- 자바
- 오류
- Report Designer
- JavaScript
- 성능
- Tomcat
- 회계
- miplatform
- 함수
- Excel
- 기타소득
- 데이터베이스
- error
- 이클립스
- MIP
- 튜닝
- 오라클
- oracle
- 톰캣
- 한글
- 마이플랫폼
- Book
Archives
- Today
- Total
어느 가을날의 전환점
SVN|Error - Previous operation has not finished; run 'cleanup' if it was interrupted. 본문
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
'Development' 카테고리의 다른 글
WEBSQUARE|웹스퀘어 2.0 라이센스 파일 위치 (0) | 2016.02.29 |
---|---|
JAVA|서버 및 자바 성능 관련 자료 모음 (0) | 2016.02.26 |
MAVEN|Nexus - Maven repository manager(내부 리포지토리 구성을 위한 도구) (0) | 2016.01.06 |
IE8|인터넷 익스플로러 8 이하에서 "이 페이지의 스크립트로 인해 Internet Explorer 실행의 속도가 느려질 수 있습니다" 해결 방법 (0) | 2015.03.31 |
DESIGN|파워포인트를 이용한 UI 설계 (PowerMockup) (0) | 2014.08.12 |
Comments