Changes between Version 2 and Version 3 of SvnMimeTypes
- Timestamp:
- 03/28/11 23:25:46 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnMimeTypes
v2 v3 1 [[PageOutline( 1-4)]]2 `PadreWikiSvnMimeTypes`Draft1 [[PageOutline(2-4)]] 2 {{{PadreWikiSvnMimeTypes}}} Draft 3 3 4 = Description4 == Description 5 5 6 6 Correctly setting svn:mime types will allow files to be displayed in colour in wiki browser, and stored correctly in SVN. (The following was derived from the links below and extensive testing on a development network) I strongly encourage you to read the links provide, so that you become conversant with the concepts contained within, thus making the following sections obvious. 7 7 8 = Synopsis8 == Synopsis 9 9 For Perl files *.pl 10 10 {{{ … … 18 18 svn:mime-type=text/x-perl ; tells pygments how to display 19 19 }}} 20 == svn:eol-style=native from SVN Chapter 3. Advanced Topics20 === svn:eol-style=native from SVN Chapter 3. Advanced Topics 21 21 native 22 22 … … 26 26 Note that Subversion will actually store the file in the repository using normalized LF EOL markers regardless of the operating system. This is basically transparent to the user, though. 27 27 \\ 28 = Enabling Subversion Auto-Props --//this needs to be checked//28 == Enabling Subversion Auto-Props --//this needs to be checked// 29 29 30 30 Open your Subversion config file in a text editor. The file locations are as follows: … … 43 43 }}} 44 44 \\ 45 == [auto-props] my suggested list for a Perl developer46 === Linux45 === [auto-props] my suggested list for a Perl developer 46 ==== Linux 47 47 {{{ 48 48 [auto-props] … … 74 74 *.xml = svn:mime-type=text/xml 75 75 }}} 76 === Windows --//this needs to be checked//76 ==== Windows --//this needs to be checked// 77 77 {{{ 78 78 [auto-props] … … 106 106 }}} 107 107 108 = Links re:svn:mime108 == Links re:svn:mime 109 109 110 110 * trac http://trac.edgewall.org/wiki/TracSyntaxColoring … … 115 115 116 116 * SVN Manual http://subversion.apache.org/docs/ 117 * Chapter 3.Advanced Topics117 * Chapter 3. Advanced Topics 118 118 * File Portability http://svnbook.red-bean.com/nightly/en/svn.advanced.props.file-portability.html 119 * Chapter 9.Subversion Complete Reference119 * Chapter 9. Subversion Complete Reference 120 120 * Subversion Properties http://svnbook.red-bean.com/nightly/en/svn.ref.properties.html 121 121 122 == `ToDo`122 == {{{ToDo}}} 123 123 124 124 * Please check and provided feedback, thanks.
