Changes between Version 60 and Version 61 of WikiStart
- Timestamp:
- 09/23/10 12:08:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WikiStart
v60 v61 106 106 107 107 108 == Present repository files with wikitext markup == 109 110 The Trac browser presentation of text files in the repository can be made to 111 use wikitext markup by setting an svn property on the file. For example with : 112 {{{ 113 svn propset svn:mime-type text/x-trac-wiki README.txt 114 }}} 115 An example file using this : 116 * source:dybgaudi/trunk/Database/DbiValidate/README.txt 117 118 108 119 == File Attachments == 109 120