view src/set-repository-perms.sh @ 12:e056798af879

fixing problem with shell interpretation.
author Robert McIntyre <rlm@mit.edu>
date Wed, 09 Jan 2013 07:09:37 +0000
parents
children
line wrap: on
line source
1 groupadd --force hg-wheel
2 gpasswd --add hg-committer hg-wheel
3 gpasswd --add r hg-wheel
4 chown -Rv hg-committer:hg-wheel /.hg
5 chmod -Rv g+wrx /.hg