Thanks again Jeremy
>How is your repository normally accessed?
I access it using apache, from a distant machine.
eg: svn co http://192.../svn/myrepository
> Is this working okay?
Definitely yes ! I have never had a single problem from any of the various
OS i use.
Another question is:
is there a svn and svnadmin subcommand allowing to get svn's settings and
berkeley db's settings ?
Thanks,
Nicolas
>> -----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].
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2408264
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-16 17:50:42 CEST