Sha256: 71f4eee6cca5fc9ce5c61ce6200ced07535deeb20b78de93b77e2dcf086831a5
Contents?: true
Size: 622 Bytes
Versions: 21
Compression:
Stored size: 622 Bytes
Contents
<location /<%= client.path %>> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnvParentDir <%= trac_dir %>/<%= client.path %> PythonOption TracUriRoot /<%= client.path %> PythonOption TracEnvIndexTemplate <%= trac_dir %>/<%= client.path %>/.theme/index/index.html PythonOption PYTHON_EGG_CACHE <%= temp_dir %> </location> <location <%= svn_url %>/<%= client.path %>> DAV svn SVNParentPath <%= svn_dir %>/<%= client.path %> SVNListParentPath On SVNAutoversioning On SVNReposName "<%= server_name %> for <%= client.display_name %>" </location>
Version data entries
21 entries across 21 versions & 1 rubygems