Changes between Version 4 and Version 5 of Trac Environment
- Timestamp:
- Apr 12, 2015, 9:30:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Environment
v4 v5 107 107 Example of a configuration for a Subversion repository used as the default repository: 108 108 {{{#!ini 109 [ trac]110 repository_type = svn111 repository_dir = /path/to/your/repository109 [repositories] 110 .type = svn 111 .dir = /path/to/your/repository 112 112 }}} 113 113 114 114 The configuration for a scoped Subversion repository would be: 115 115 {{{#!ini 116 [ trac]117 repository_type = svn118 repository_dir = /path/to/your/repository/scope/within/repos116 [repositories] 117 .type = svn 118 .dir = /path/to/your/repository/scope/within/repos 119 119 }}} 120 120