# HG changeset patch # User Chris Cannam # Date 1287656354 -3600 # Node ID 09b1d4349da3dde58657fd526967edf711801c2b # Parent 9f4ebcdd78a6666fc8bdb27c1e2ac5732e854f92 * Doh - of course we still need the leading 0 for octal diff -r 9f4ebcdd78a6 -r 09b1d4349da3 extra/svn/reposman-soundsoftware.rb --- a/extra/svn/reposman-soundsoftware.rb Thu Oct 21 11:08:27 2010 +0100 +++ b/extra/svn/reposman-soundsoftware.rb Thu Oct 21 11:19:14 2010 +0100 @@ -212,7 +212,7 @@ yield if block_given? else uid, gid = Etc.getpwnam($svn_owner).uid, ($use_groupid ? Etc.getgrnam(project.identifier).gid : Etc.getgrnam($svn_group).gid) - right = project.is_public ? 2775 : 2770 + right = project.is_public ? 02775 : 02770 yield if block_given? Find.find(repos_path) do |f| File.chmod right, f