changeset 53:9c7ad012e34d live

Merge
author Chris Cannam
date Wed, 24 Nov 2010 12:28:30 +0000
parents 371eac10df0b (current diff) 8c3409528d3a (diff)
children 87f9c79026e5
files extra/svn/reposman-soundsoftware.rb
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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