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

Re: <URL is not a versioned resource> with a new repository

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-01-30 16:47:52 CET

Carine Bournez <carine@w3.org> writes:
 
> bash-2.05a$ svnadmin shell myreposit
>
> svn_error: #21074 : <Berkeley DB error>
> Berkeley DB error while opening `nodes' table for filesystem myreposit/db:
> Invalid argument

It turned out his solaris box was using the "other" BSD libc
implementation (ucblib.so), instead of the standard systemV
/usr/lib/libc.so.

As soon as he removed ucblib from his library path, and compiled with
gcc (rather than ucbcc), db4 started working correctly for him.

So we should make a note somewhere: db4 does *not* work with
ucblib/ucbcc.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:01 2006

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.