/etc/fusionforge/httpd.conf.d/vhost-scm-macros-scmsvn.inc is in fusionforge-plugin-scmsvn 6.0.5-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <Macro ScmsvnUser $user>
<Location /authscm/$user/svn>
DAV svn
SVNParentPath ${FF__scmsvn__repos_path}
# Note: ^ this need to be in the macro, doesn't work in a LocationMatch
# This is pretty annoying, because this requires a plugin-specific macro :/
# <LocationMatch /authscm/[^/]+/svn>
# -> Can't open file '/srv/svn/authscm/format'
</Location>
</Macro>
# Note: macros defined in a separate file because they can't be
# defined twice (e.g. included twice from http and https virtualhosts)
|