반응형
SVN - Previous operation has not finished; run 'cleanup' if it was interrupted 에러일때.
clean up 하려면
"Cleanup failed to process the following paths:
Previous operation has not finished; run 'cleanup' if it was interrupted
Please execute the 'Cleanup' command. " 이런 에러 나고.
http://www.sqlite.org/download.html 에서 sqlite 다운로드
sqlite-tools-win32-x86-3360000.zip (1.82 MiB) |
CMD 창으로 해당 .svn 폴더있는 곳으로 들어가서
sqlite3 .svn/wc.db "select * from work_queue"
select 되는게 있으면 삭제
sqlite3 .svn/wc.db "delete from work_queue"
//-- 폴더가 lock 되어있으면
sqlite3 .svn/wc.db "delete from wc_lock"
반응형
'프로그래밍' 카테고리의 다른 글
숫자의 단위 (무한대,무량대수,불가사의,나유타,아승지,항하사) (0) | 2021.10.01 |
---|---|
물어보는 사람이 많아서 정리했습니다: Go언어 (0) | 2021.09.15 |
에디터 - TinyMCE (WYSIWYG editor ) (0) | 2021.08.26 |
원격 접속 - RDP-Wrapper 포트 변경하기 (0) | 2021.08.24 |
[R언어] Rstudio 설치, 기초 강의, R에서 Python 사용하기 (0) | 2021.07.28 |