Edgewall Software

Changes between Version 17 and Version 18 of TracOnRhel4


Ignore:
Timestamp:
Jun 29, 2006, 5:28:44 AM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnRhel4

    v17 v18  
    6161If you don't want to use Trac with a source code repository, simply leave the ''path'' empty (the ''type'' information doesn't matter, then).
    6262
    63 For some systems, it is possible to specify not only the path to the repository, but also a ''scope'' within the repository. Trac will then only show information related to the files and changesets below that scope. The Subversion backend for Trac supports this; for other types, check the corresponding plugin's documentation.
    64 
    6563Example of a configuration for a Subversion repository:
    6664{{{
     
    7068}}}
    7169
    72 The configuration for a scoped Subversion repository would be:
    73 {{{
    74 [trac]
    75 repository_type = svn
    76 repository_dir = /path/to/your/repository/scope/within/repos
    77 }}}
    78 
    79 == Directory Structure ==
     70== Directory Structure of Trac Environment ==
    8071
    8172An environment directory will usually consist of the following files and directories: