Repository file permissions
From: Sancho Neves-Graca <sancho_at_neves-graca.org>
Date: 2003-10-14 18:40:19 CEST
Hello,
I have a question about file ownership regarding DB.
To access a SVN repository hosted on Mac OS X 10.2 stored in the
% sudo chown -R www /usr/local/svn/repos1
% sudo chgrp -R www /usr/local/svn/repos1
Otherwise, DB would issue the following error:
Berkeley DB error while opening environment for filesystem
Whenever I want to use svnadmin I change ownership of the directory and
% sudo chown -R <uid> /usr/local/svn/repos1
% sudo chgrp -R <gid> /usr/local/svn/repos1
where <uid> and <gid> are replaced with the IDs of my user.
The problem with this approach is that it prevents me from setting a
% svnadmin dump /usr/local/svn/repos1 --incremental > /tmp/repos1.dump
It seems to me that the DB files should be owned by a certain group
Sincerely, Sancho Neves-Graca
---------------------------------------------------------------------
|
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.