Edgewall Software

Changes between Version 1 and Version 2 of 1.1/TracEnvironment


Ignore:
Timestamp:
Nov 24, 2014, 12:34:23 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Repositories must be configured through the [repositories] section in Trac 1.1.3 and later.

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracEnvironment

    v1 v2  
    120120Example of a configuration for a Subversion repository used as the default repository:
    121121{{{#!ini
    122 [trac]
    123 repository_type = svn
    124 repository_dir = /path/to/your/repository
     122[repositories]
     123.repository_type = svn
     124.repository_dir = /path/to/your/repository
    125125}}}
    126126
    127127The configuration for a scoped Subversion repository would be:
    128128{{{#!ini
    129 [trac]
    130 repository_type = svn
    131 repository_dir = /path/to/your/repository/scope/within/repos
     129[repositories]
     130.repository_type = svn
     131.repository_dir = /path/to/your/repository/scope/within/repos
    132132}}}
    133133