]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - README
repo_shell honors git ACLs
[repo_shell.git] / README
diff --git a/README b/README
index 432904e8d1072763f25d481e7dd7eb8df6080690..91d9301de89884f9a50c45e7bfb4b642ba6b35e8 100644 (file)
--- a/README
+++ b/README
@@ -40,6 +40,7 @@ The /etc/repo_shell.cfg configuration file is straightforward:
     owner=repo
     git_root=/var/lib/git
     svn_root=/var/lib/svn/repositories
+    git_acl_file=/var/lib/git/.gitacls
 
 The owner field denotes the user that owns all repositories.  The git_root and
 svn_root fields identify the path to the respective repositories.  The latter
@@ -61,6 +62,9 @@ example:
     svnadmin create --fs-type fsfs <svn_root>/newreponame
     git --git-dir <git_root>/newrepopath.git init --bare
 
+Please see the svncreate for an example helper script for subversion repository
+creation.
+
 To use external viewers that directly interrogate the repository, the simplest
 solution is to have those viewers run as another user belonging to the owner's
 primary group.  In this case, in the examples above, a umask of 027 is