Roland Hoesch wrote:
> Hello,
> I installed subversion on my SuSE 9.1 box, I imported projects and anything
> works fine on the host, where the repositroy resides.
> But when I'm logged in on another host, which mounted the filesystem, where
> the repository is stored, I get this error message:
>
> rlh@troubadix:~> svnadmin verify /net/svn/sasRepos
> svn: Berkeley DB error while opening environment
> for filesystem /net/svn/sasRepos/db:
> Invalid argument
>
> How can I access the repository from another host?
>
You're accessing your repository over an NFS mount? Please stop unless
you're quite comfortable with the idea of totally corrupting the
underlying berkeley db database. This is all over the documentation, if
you want to access the repository from another machine you'll have to
use svn+ssh://, svn://, or http:// access, file:// (or svnlook,
svnadmin, or anything else that directly opens the repository) simply
will not work.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 28 17:29:10 2004