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

Re: Q: berkeley DB error?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-26 18:02:07 CEST

On Mon, 2004-04-26 at 10:05, David Petrou wrote:

> svn: Unable to open repository 'file:///Users/dpetrou/svn_repos/vhome'
> svn: Berkeley DB error while opening environment for filesystem
> /Users/dpetrou/svn_repos/db:
> Invalid argument

In my experience, a BDB "invalid argument" error is almost always
indicative of mismatched BDB versions. In other words, some version of
BDB is trying to open a BDB database created by a different version.

I'm guessing that somehow you have multiple versions of BDB installed,
and your binaries aren't all using the same BDB library.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 26 18:06:33 2004

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

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