Philip Martin <philip.mar...@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