36 | | - support for `svn:needs-lock` property |
37 | | - support for `svn:externals` property (which can be [TracIni#svn:externals-section configured]) |
| 36 | - Support for the `svn:needs-lock` property |
| 37 | - Support for the `svn:externals` property (which can be [TracIni#svn:externals-section configured]) |
| 38 | - The `svn:mime-type` property is used to select the syntax highlighter for rendering the file. For example, setting `svn:mime-type` to `text/html` will ensure the file is highlighted as HTML, regardless of the file extension. It also allows selecting the character encoding used in the file content. For example, if the file content is encoded in UTF-8, set `svn:mime-type` to `text/html;charset=utf-8`. The `charset=` specification overrides the default encoding defined in the `default_charset` option of the `[trac]` section of [TracIni#trac-section trac.ini]. |