close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Jul 14, 2008, 10:28:17 AM (16 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
18 | 18 | the appropriate permissions. The same applies to the Subversion repository |
19 | 19 | Trac is eventually using, although Trac will only require read access as long |
20 | | as you're not using the BDB file system.'' |
| 20 | as you're not using the BDB file system. Also, it seems that project names |
| 21 | with spaces can be problematic for authentication (see [trac:#7163]).'' |
21 | 22 | |
22 | 23 | == Database Connection Strings == |
… |
… |
|
130 | 131 | * `db` |
131 | 132 | * `trac.db` - The SQLite database (if you're using SQLite). |
| 133 | * `htdocs` - directory containing web resources, which can be referenced in Genshi templates. '''''(0.11 only)''''' |
| 134 | * `log` - default directory for log files, if logging is turned on and a relative path is given. |
132 | 135 | * `plugins` - Environment-specific [wiki:TracPlugins plugins] (Python eggs, since [milestone:0.10]) |
133 | | * `templates` - Custom environment-specific templates. |
| 136 | * `templates` - Custom ClearSilver environment-specific templates. '''''(0.10 only)''''' |
134 | 137 | * `site_css.cs` - Custom CSS rules. |
135 | 138 | * `site_footer.cs` - Custom page footer. |
136 | 139 | * `site_header.cs` - Custom page header. |
137 | | * `wiki-macros` - Environment-specific [wiki:TracWikiMacros Wiki macros]. |
| 140 | * `templates` - Custom Genshi environment-specific templates. '''''(0.11 only)''''' |
| 141 | * `site.html` - method to customize header, footer, and style, described in TracInterfaceCustomization#SiteAppearance |
| 142 | * `wiki-macros` - Environment-specific [WikiMacros Wiki macros]. '''''(0.10 only)''''' |
138 | 143 | |
139 | 144 | '''Note: don't confuse a Trac environment directory with the source code repository directory. |