Build 1.0.9. On my system I need to edit
subversion/libsvn_fs/bdb/strings-table.c and change ENOMEM to DB_BUFFER_SMALL to
use a modern BDB.
svnadmin1.0.9 create repo
svn mkdir -mm file://`pwd`/repo/A
svnserve1.0.9 -dr.
svn co svn://localhost/repo wc
svn up wc
Updating 'wc':
svn: E235000: In file '../src-1.7/subversion/libsvn_wc/wc_db.c' line 11039:
assertion failed (base_status == svn_wc__db_status_incomplete)
Also reported to happen with 1.0.8 mod_dav_svn. If I try to checkout r0 the
checkout itself fails with the same error.