So how do you fix it? Replace your db with something new.
# cd /path/to/working/copy/.svn
# mv wc.db wc.db.old
# sqlite3 wc.db.old
sqlite> .backup main wc.db
sqlite> .exit
Got this amazing info here.
# cd /path/to/working/copy/.svn
# mv wc.db wc.db.old
# sqlite3 wc.db.old
sqlite> .backup main wc.db
sqlite> .exit
Got this amazing info here.
No comments:
Post a Comment