# HG changeset patch # User Chris Cannam # Date 1290601615 0 # Node ID 8c3409528d3ad7203180e4674441fbea9185d4f0 # Parent 09b1d4349da3dde58657fd526967edf711801c2b * Change default umask (see comment) diff -r 09b1d4349da3 -r 8c3409528d3a extra/svn/reposman-soundsoftware.rb --- a/extra/svn/reposman-soundsoftware.rb Thu Oct 21 11:19:14 2010 +0100 +++ b/extra/svn/reposman-soundsoftware.rb Wed Nov 24 12:26:55 2010 +0000 @@ -311,7 +311,11 @@ next end - project.is_public ? File.umask(0002) : File.umask(0007) +# No -- we need "other" users to be able to read it. Access control +# is not handled through Unix user id anyway +# project.is_public ? File.umask(0002) : File.umask(0007) + File.umask(0002) + log("\taction: create repository #{repos_path}") begin