본문 바로가기
IT/Find & Fix

SVN Cleanup 오류 뜰 시 해결방법

by flatsun 2019. 8. 18.
반응형

SVN에 Commit이나 Update 수행 시 SVN Cleanup first가 뜨면서 실행이 안되는 경우가 있는데

 

sqllite를 이용하여 해결이 가능하다

 

Downloads - DB Browser for SQLite

Windows Our latest release (3.11.2) for Windows: Note - If for any reason the standard Windows release does not work (e.g. gives an error), try a nightly build (below). Nightly builds often fix bugs reported after the last release. 😄 macOS Our latest relea

sqlitebrowser.org

아래 링크에서 내 사양에 맞는 SQLite를 받아준 뒤 실행하자

다음에 파일 데이터베이스 열기를 누른 후

숨김처리 되어있는 .svn 폴더 안에 wc.db 파일을 열어주자

 

이후 

delete from work_queue;

delete from wc_lock

 

두 줄 실행 후

파일 - 변경사항 저장을 눌러주면 SVN Cleanup 오류가 뜨지 않고

Commit이나 update가 잘 되는것이 보인다

반응형

댓글