On Mon, Oct 17, 2011 at 04:42:52PM -0700, Aaron Cammarata wrote:
> Hello all -
> 
> I've encountered an error that asked me to send the details to this email.
> 
> I had a 1.6 working copy, and upgrade to Tortoise v1.7.n.
> 
> During the 'upgrade working copy' step, the disc ran out of space.

Oh, interesting. It's quite possible that 'svn upgrade' doesn't handle
this properly. But if something really bad happens, like if the sqlite DB
gets trashed in some way because of this, svn won't ever be able to recover.
 
> In file
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 7393: internal malfunction

This is due to invalid DB state.
Since you already know it happened while you ran out of disk space
there is not much point in trying to debug it. However, if you want
to share your .svn/wc.db file (privately if you like) I could take
a look and try to at least determine what exactly is wrong in the DB.
Maybe we can somehow prevent the inconsistency from occurring.

> I'm guessing the best next step is delete and re-update from the repo?

Yes, you should get a fresh checkout.

Reply via email to