summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2023-06-08 21:12:38 -0400
committerJames McCoy <jamessan@debian.org>2023-06-08 21:12:38 -0400
commit5808931088753d20d0f083d99489bb4f63890598 (patch)
tree984e4ffa99b691b0c6ae965b3b475e7328e3620b
parent181b3d0e29a24641ffb8027c504490832f955370 (diff)
Add commented example for SVNListParentPath in dav_svn.conf
Closes: #1031229 Signed-off-by: James McCoy <jamessan@debian.org>
-rw-r--r--debian/dav_svn.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/dav_svn.conf b/debian/dav_svn.conf
index 94098cb..e1bea9c 100644
--- a/debian/dav_svn.conf
+++ b/debian/dav_svn.conf
@@ -21,6 +21,8 @@
# under a single directory (/var/lib/svn/repo1, /var/lib/svn/repo2, ...).
# You need either SVNPath or SVNParentPath, but not both.
#SVNParentPath /var/lib/svn
+ # Uncomment this to allow listing of the immediate children of SVNParentPath
+ #SVNListParentPath on
# Access control is done at 3 levels: (1) Apache authentication, via
# any of several methods. A "Basic Auth" section is commented out