Changes between Version 4 and Version 5 of Trac Environment


Ignore:
Timestamp:
Apr 12, 2015, 9:30:13 PM (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac Environment

    v4 v5  
    107107Example of a configuration for a Subversion repository used as the default repository:
    108108{{{#!ini
    109 [trac]
    110 repository_type = svn
    111 repository_dir = /path/to/your/repository
     109[repositories]
     110.type = svn
     111.dir = /path/to/your/repository
    112112}}}
    113113
    114114The configuration for a scoped Subversion repository would be:
    115115{{{#!ini
    116 [trac]
    117 repository_type = svn
    118 repository_dir = /path/to/your/repository/scope/within/repos
     116[repositories]
     117.type = svn
     118.dir = /path/to/your/repository/scope/within/repos
    119119}}}
    120120