Re: svn commit: r1547866 - /subversion/trunk/subversion/libsvn_fs_fs/rep-cache.c
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 05 Dec 2013 14:30:23 +0000
Stefan Sperling <stsp_at_elego.de> writes:
> I think we do want umask permissions. The rep-cache is written by
Create a repository with group write access:
(umask 002 ; svnadmin create repo)
-rw-rw-r-- 1 pm pm 2 Dec 5 14:27 repo/db/current
Accidentally commit with umask denying all group/other access
(umask 077 ; svn mkdir -mm file://`pwd`/repo/A)
If we created the new files with umask permissions we would break future
-rw-rw-r-- 1 pm pm 2 Dec 5 14:28 repo/db/current
Ideally we would like to do something similar for the rep-cache but at
(umask 077 ; svn import repo/format -mm file://`pwd`/repo/A/f)
-rw-rw-r-- 1 pm pm 2 Dec 5 14:28 repo/db/current
I think what we need to do is copy the permissions of an existing
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2013-12-05 15:31:03 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.