Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 3 and Version 4 of TracEnvironment


Ignore:
Timestamp:
06/05/14 14:37:16 (10 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracEnvironment

    v3 v4  
    1919 although the user under which Trac runs will only require write access to a Subversion repository created with the BDB file system; for other repository types, check the corresponding plugin's documentation.
    2020 
    21  - `initenv` when using svn repository does not imply that trac-admin will perform `svnadmin create` for the specified repository path. You need to perform the `svnadmin create` prior to `trac-admin initenv` if you're creating a new svn repository altogether with a new trac environment, otherwise you will see a message "Warning: couldn't index the repository" when initializing the environment.
     21 - `initenv`, when using an svn repository, does not imply that trac-admin will perform `svnadmin create` for the specified repository path. You need to perform the `svnadmin create` prior to `trac-admin initenv` if you're creating a new svn repository altogether with a new trac environment, otherwise you will see a message "Warning: couldn't index the repository" when initializing the environment.
    2222
    2323 - Non-ascii environment paths are not supported
     
    141141 * `db`
    142142   * `trac.db` - The SQLite database (if you're using SQLite).
    143  * `htdocs` - directory containing web resources, which can be referenced in Genshi templates. '''''(since 0.11)'''''
     143 * `htdocs` - directory containing web resources, which can be referenced in Genshi templates using `/htdocs/site/...` URLs. ''(since 0.11)''
    144144 * `log` - default directory for log files, if logging is turned on and a relative path is given.
    145145 * `plugins` - Environment-specific [wiki:TracPlugins plugins] (Python eggs or single file plugins, since [trac:milestone:0.10 0.10])
    146  * `templates` - Custom Genshi environment-specific templates. '''''(since 0.11)'''''
     146 * `templates` - Custom Genshi environment-specific templates. ''(since 0.11)''
    147147   * `site.html` - method to customize header, footer, and style, described in TracInterfaceCustomization#SiteAppearance
    148148
    149 '''Caveat:''' ''don't confuse a Trac environment directory with the source code repository directory.''
     149=== Caveat: don't confuse a ''Trac environment directory'' with the ''source code repository directory'' #Caveat
    150150
    151151This is a common beginners' mistake.
     
    155155----
    156156See also: TracAdmin, TracBackup, TracIni, TracGuide
    157