[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Reporting an error

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 18 Oct 2011 11:11:22 +0200

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.
Received on 2011-10-18 11:12:08 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.