[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.martin_at_wandisco.com>
Date: Fri, 14 Oct 2011 12:41:09 +0100

Philip Martin <philip.martin_at_wandisco.com> writes:

> and then running update, but I haven't yet managed to reproduce the
> assert.

Think I've got it:

svnadmin create repo
svn mkdir -mm file://`pwd`/repo/A
svn import -mm repo/format file://`pwd`/repo/A/f
svn co file://`pwd`/repo wc -r1

# insert bogus incomplete working node
sqlite3 wc/.svn/wc.db "insert into nodes (wc_id, local_relpath, op_depth, parent_relpath, presence, kind, depth) values (1, 'A', 1, '', 'incomplete', 'dir', 'infinity')"

svn up wc
svn: E235000: In file '../src-1.7/subversion/libsvn_wc/workqueue.c' line 672: assertion failed (checksum != NULL)
Aborted

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-10-14 13:41:52 CEST

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

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