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

RE: Could not open the requested SVN filesystem

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-20 17:20:57 CEST

On Tue, 2004-07-20 at 10:14, Steve wrote:
> > > None of the paths have changed, and the Apache configuration remains the
> > > same as before, when access was working perfectly for three months. Any
> > > ideas as to what's going on?
> >
> > Has *anything* changed? Did you upgrade subversion? Or BDB? What OS
> > is this? What version of subversion? What version of BDB?
> >
>
> Sorry for not including that information. Yes, some things have changed. SVN
> was upgraded from 1.0.0 to 1.0.5. BDB is still 4.2 I believe(that is what I
> installed Apache2 with). FreeBSD 5.2.1 is the OS. I was under the impression
> that nothing should have to change with the repo until a later version(1.2
> maybe?) or did I misread that?

Try running 'ldd' on your various 1.0.5 svn binaries: svn, svnadmin,
svnserve, and so on. Verify that it's really db4.2, and not something
older. That 'invalid argument' error you're seeing from BDB in the
apache errorlog is very likely an older version of BDB trying to open a
database produced by a newer version.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 20 17:23:12 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.