X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=README;fp=README;h=5226c0e9375de1af42f67cae13a0325841256b4d;hb=f2582fa1b78e219188a9fce96fa4b29dc4c34915;hp=b20c859eeac5465ccf3a8788723568e2e5b42d82;hpb=23709023139b1aab626f7ff01d364e254771c78f;p=repo_shell.git diff --git a/README b/README index b20c859..5226c0e 100644 --- a/README +++ b/README @@ -36,7 +36,6 @@ To install repo_shell: The /etc/repo_shell.cfg configuration file is straightforward: - [core] owner=repo git_root=/var/lib/git svn_root=/var/lib/svn/repositories @@ -85,9 +84,9 @@ svnserve.conf set a global authz.conf file, using the standard hooks and activating svnperms.conf for branch-based commit control. These are suggestions outside the scope of the repo_shell program itself. -Access controls for git repositories uses a feature built-into repo_shell. -The /etc/repo_shell.cfg file lists a core parameter git_acl_file, which -should be set to the name of the git acl file. A recommended name is -/var/lib/git/.gitacls, with permissions 0400. See git_acl.cfg.example for -information on the format of this file, which is similar in concept, but -different, than subversion's authz.conf file format. +Access controls for git repositories uses a feature built-into repo_shell. The +/etc/repo_shell.cfg file lists a parameter git_acl_file, which should be set to +the name of the git acl file. A recommended name is /var/lib/git/.gitacls, with +permissions 0400. See git_acl.cfg.example for information on the format of this +file, which is similar in concept, but different, than subversion's authz.conf +file format.