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

Re: Error Accessing Remote Repository

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-17 12:33:32 CEST

On Oct 9, 2005, at 07:18, Scott Wilfong wrote:

> I have a repository setup on my iMac that works great. I have an
> eMac that I have installed the svn client on. I have svnserve
> running on the iMac. When I try to access the repository on the
> iMac using svn://ip_address I get the message :
>
> subversion/libsvn_fs/bdb/bdb-err.c:61: (apr_err=160029)
> svn: Berkeley DB error while opening 'nodes' table for filesystem /
> users/scott/Repository/db:
> No such file or directory

Shouldn't /Users be written with a capital U? Not that it probably
matters on Mac OS X's case-insensitive filesystem...

Where is your repository on disk? At /Users/scott/Repository?

What command are you using to start svnserve on the iMac?

What versions of Subversion are you using? I hope you'll say 1.2.3;
if not, upgrade to 1.2.3.

It would be a good idea to convert your repository from BerkeleyDB to
FSFS when you have a minute. So many problems I see on this list seem
to be the result of using BerkeleyDB repositories instead of FSFS
repositories. I'm not sure that's related to your current
difficulties, but I still recommend it to avoid possible future
problems.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 17 12:36:20 2005

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.