- Backup the file in trouble
- Install sqlite if not installed already: yum install sqlite
- Change directory to the workspace root, and change to .svn
- Find the wc.db in .svn folder, and run: sqlite3 wc.db "select * from work_queue"
- Cleanup work queue: sqlite3 wc.db "delete from work_queue"
- In workspace root level, run command: svn cleanup
No comments:
Post a Comment