Christian Daudt <csd_ob@daudt.org> writes:
> Ok,
> ran into a completely different error doing the same test locally:
>
> subversion/libsvn_client/commit.c:670: (apr_err=160029)
> svn: Berkeley DB error
> svn: Commit failed (details follow):
> subversion/libsvn_fs/tree.c:2364: (apr_err=160029)
> svn: Commit succeeded, deltification failed
> subversion/libsvn_fs/bdb/bdb-err.c:61: (apr_err=160029)
> svn: Berkeley DB error while deleting string for filesystem
> /home/csd/tmp/repo/db:
> Cannot allocate memory
Almost every time I've seen this, it's been about database locking.
In this case, I can almost *guarantee* that you saw the problem
because deltification happens inside one big fat Berkeley transaction,
and you just flat ran out of locks.
I, uh... should probably just fix that tonight, shouldn't I?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 28 04:42:30 2003