[SVN 오류해결] svn cleanup failed-previous operation has not finished; run…
페이지 정보
작성자 JMStudy 작성일17-03-07 19:07 조회5,315회 댓글0건본문
Previous operation has not finished; run 'cleanup' if it was interrupted
svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
이전 작업 도중이 완료되지 못하였습니다. 만약 작업 중단되었다면 'cleanup' 을 실행하세요.
SVN cleanup 실패 - 이전 작업이 완료되지않았습니다. 만약 작업 중단되었다면 'cleanup' 을 실행하세요.
그런데 cleanup 을 하고 실행해도 같은 오류가 계속하여 뜹니다.
* SqlLite 내려 받은 후, 프로젝트의 SVN 폴더에 복사합니다.
SQLite Download Page : http://www.sqlite.org/download.html
Precompiled Binaries for Windows
- sqlite-tools-win32-x86-3170000.zip 파일 다운
(A bundle of command-line tools for managing SQLite database files, including the command-line shell program, the sqldiff.exe program, and the sqlite3_analyzer.exe program.)
압축을 푸시면 sqlite3.exe 파일이 하나 있습니다.
이 파일을 문제가 발생한 프로젝트의 .svn 폴더에 복사합니다. (프로젝트의 하위 폴더에 있습니다.)
그리고 윈도우 커맨드창(Command Window)을 실행하여 해당 경로로 이동한 후, 아래 명령어 2개를 순차적으로 실행합니다.
sqlite3 .svn/wc.db "select * from work_queue"
sqlite3 .svn/wc.db "delete from work_queue"
svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
이전 작업 도중이 완료되지 못하였습니다. 만약 작업 중단되었다면 'cleanup' 을 실행하세요.
SVN cleanup 실패 - 이전 작업이 완료되지않았습니다. 만약 작업 중단되었다면 'cleanup' 을 실행하세요.
그런데 cleanup 을 하고 실행해도 같은 오류가 계속하여 뜹니다.
* SqlLite 내려 받은 후, 프로젝트의 SVN 폴더에 복사합니다.
SQLite Download Page : http://www.sqlite.org/download.html
Precompiled Binaries for Windows
- sqlite-tools-win32-x86-3170000.zip 파일 다운
(A bundle of command-line tools for managing SQLite database files, including the command-line shell program, the sqldiff.exe program, and the sqlite3_analyzer.exe program.)
압축을 푸시면 sqlite3.exe 파일이 하나 있습니다.
이 파일을 문제가 발생한 프로젝트의 .svn 폴더에 복사합니다. (프로젝트의 하위 폴더에 있습니다.)
그리고 윈도우 커맨드창(Command Window)을 실행하여 해당 경로로 이동한 후, 아래 명령어 2개를 순차적으로 실행합니다.
sqlite3 .svn/wc.db "select * from work_queue"
sqlite3 .svn/wc.db "delete from work_queue"
댓글목록
등록된 댓글이 없습니다.