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

Re: Assertion Failed: workqueue.c

From: Philip Martin <philip_at_codematters.co.uk>
Date: Thu, 13 Oct 2011 09:47:47 +0100

Patrick Quirk <P.Quirk_at_smt.com> writes:

> I upgraded to 1.7 yesterday when the new version of Tortoise came out,
> and used it with no issues last evening and today until I encountered
> this assertion:
>
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\workqueue.c'
> line 672: assertion failed (checksum != NULL)

Is this a working copy that you checked-out with the old 1.6 Tortoise
and upgraded to 1.7, or is it a working copy that you checked-out with
1.7?

> Now any time I attempt anything (cleanup, update, commit, etc) in that
> WC I always get this assertion (using Tortoise or the command line).
> I got it first while running an update on my working copy after
> resolving a conflict (resolved using 'theirs').

A text-conflict or a tree-conflict? Do you have any local modifications
to the working copy? Adds, deletes, copies etc.?

Is the sqlite3 utility readily available on Windows? If it is then run:

  sqlite3 .svn/wc.db "select * from work_queue"

-- 
Philip
Received on 2011-10-13 10:48:27 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.