/etc/fusionforge/config.ini.d/scmsvn.ini 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 14 15 16 17 18 19 20 21 | [scmsvn]
; Current scmsvn is production ready.
; plugin_status is a string.
; valid means : production ready.
; Any other strings means it's under work or broken and plugin
; is available in installation_environment = development only.
plugin_status = valid
use_dav = yes
use_ssl = "$core/use_ssl"
use_ssh = yes
anonsvn_login = anonsvn
anonsvn_password = anonsvn
default_server = "$core/scm_host"
repos_path = "/srv/svn"
serve_root = "$scmsvn/repos_path"
apache_auth_realm = "$core/apache_auth_realm"
; ^ note: in FF < 6.0 it was "Document repository"
plugin_status = valid
|