Thanks to this reference for a solution that worked on Mac with svn
installed via brew
.
cd {work-dir-base}
sqlite3 .svn/wc.db "delete from work_queue"
Here is another blog entry dealing with this issue.
Thanks to this reference for a solution that worked on Mac with svn
installed via brew
.
cd {work-dir-base}
sqlite3 .svn/wc.db "delete from work_queue"
Here is another blog entry dealing with this issue.