File subversion.doc.conf of Package subversion-doc
# Example configuration for a subversion repository
# see /usr/share/doc/packages/subversion for the full documentation
#
#
# put the string SVN_DOC in /etc/sysconfig/apache2 APACHE_SERVER_FLAGS
# to enable the URL
# http://localhost/svn-manual/
<IfDefine SVN_DOC>
# some docu:
Alias /svn-manual /usr/share/doc/packages/subversion/html
#
<Directory /usr/share/doc/packages/subversion/html>
<IfModule mod_dir.c>
DirectoryIndex index.html
</IfModule>
Options +Indexes +Multiviews -FollowSymLinks
IndexOptions FancyIndexing \
ScanHTMLTitles \
NameWidth=* \
DescriptionWidth=* \
SuppressLastModified \
SuppressSize
order allow,deny
allow from all
</Directory>
</IfDefine>