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

RE: svnadmin dump || hotcopy : Program version matching error

From: Jeremy Mordkoff <jlm_at_ZeeVee.Com>
Date: Fri, 16 Oct 2009 10:40:53 -0400

> -----Original Message-----
> From: Nicolas.Castagne_at_imag.fr [mailto:Nicolas.Castagne_at_imag.fr]
> Sent: Friday, October 16, 2009 3:49 AM
>
>
>
> > I assume that these commands work properly if you are logged in as svn
> > and you only get these errors when you sudo.
>
> When logged as svn, running:
> > svnadmin dump cordisoff > test
>
> returned:
> svn: Berkeley DB error while opening environment for filesystem
> cordisoff/db:
> Permission non accordée
>
>
>
> I changed the owner of the whole repository to svn:svn
> Then, logged back as svn, running:
> > svnadmin svnadmin dump cordisoff > test
>
> returned:
> svn: Berkeley DB error while opening environment for filesystem
> cordisoff/db:
> Argument invalide
> svn: bdb: Program version 4.2 doesn't match environment version
>
>
>
>
> So, it seems not to be due to the env variables.
>
>
How is your repository normally accessed? Is this working okay?

If you use the svn: protocol, check which user the svnserve service is using. Look at /etc/xinetd.d/svn for the USER = parameter.

Sorry, I can't help with any of the other protocols.

jlm

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2408248

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-16 16:41:50 CEST

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.