close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Mar 15, 2010, 9:46:23 AM (16 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
20 | 20 | as you're not using the BDB file system. Also, it seems that project names |
21 | 21 | with spaces can be problematic for authentication (see [trac:#7163]).'' |
| 22 | |
| 23 | ''Note: "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.'' |
22 | 24 | |
23 | 25 | == Database Connection Strings == |
… |
… |
|
134 | 136 | * `log` - default directory for log files, if logging is turned on and a relative path is given. |
135 | 137 | * `plugins` - Environment-specific [wiki:TracPlugins plugins] (Python eggs, since [trac:milestone:0.10 0.10]) |
136 | | * `templates` - Custom [trac:ClearSilver ClearSilver] environment-specific templates. '''''(0.10 only)''''' |
137 | | * `site_css.cs` - Custom CSS rules. |
138 | | * `site_footer.cs` - Custom page footer. |
139 | | * `site_header.cs` - Custom page header. |
140 | 138 | * `templates` - Custom Genshi environment-specific templates. '''''(0.11 only)''''' |
141 | 139 | * `site.html` - method to customize header, footer, and style, described in TracInterfaceCustomization#SiteAppearance |
142 | | * `wiki-macros` - Environment-specific [WikiMacros Wiki macros]. '''''(0.10 only)''''' |
| 140 | * ''`templates` - Custom [trac:ClearSilver ClearSilver] environment-specific templates. '''(0.10 only)''' '' |
| 141 | * ''`site_css.cs` - Custom CSS rules.'' |
| 142 | * ''`site_footer.cs` - Custom page footer.'' |
| 143 | * ''`site_header.cs` - Custom page header.'' |
| 144 | * ''`wiki-macros` - Environment-specific [WikiMacros Wiki macros]. '''(0.10 only)''' '' |
143 | 145 | |
144 | 146 | '''Note: don't confuse a Trac environment directory with the source code repository directory. |