# SVN :::info SVN 手動處理 Clean up fail 說明 ::: 1.執行 svn update, 錯誤訊息提示 :::warning Please execute the 'Cleanup' command. ::: 2.執行 svn cleanup, 錯誤訊息提示 :::warning Cleanup failed to process the following paths: C:\XX\XX\XX Previous operation has not finished; run 'cleanup' if it was interrupted Please execute the 'Cleanup' command. ::: 3.符合以上錯誤開始鬼打牆的 clean up > clean up failed > svn 建議你Clean up > ..... ## 手動Clean up 1. 進入該SVN資料匣中並進入 .svn 資料匣中 2. 打開commandline 3. 執行sqlite3指令,清除鎖定db ```shell= >sqlite3 wc.db sqlite>delete from work_queue; sqlite>delete from wc_lock; ``` 4. 執行svn cleanup 5. 執行svn update ###### tags: `svn` `cleanup fail`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up