# HG changeset patch # User Chris Cannam # Date 1290601710 0 # Node ID 9c7ad012e34d09ee250f6fa1c0a212da47fed712 # Parent 371eac10df0bde6981a9636dbfbfdd3230a66488# Parent 8c3409528d3ad7203180e4674441fbea9185d4f0 Merge diff -r 371eac10df0b -r 9c7ad012e34d extra/svn/reposman-soundsoftware.rb --- a/extra/svn/reposman-soundsoftware.rb Wed Nov 24 12:20:08 2010 +0000 +++ b/extra/svn/reposman-soundsoftware.rb Wed Nov 24 12:28:30 2010 +0000 @@ -313,7 +313,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