Changes between Version 1 and Version 2 of SvnMimeTypes
- Timestamp:
- 03/28/11 17:21:17 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnMimeTypes
v1 v2 1 `PadreWikiSvnMimeTypes` 1 [[PageOutline(1-4)]] 2 `PadreWikiSvnMimeTypes` Draft 2 3 3 = =Description4 = Description 4 5 5 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. 6 7 7 = =Synopsis8 = Synopsis 8 9 For Perl files *.pl 9 10 {{{ … … 17 18 svn:mime-type=text/x-perl ; tells pygments how to display 18 19 }}} 19 == ==svn:eol-style=native from SVN Chapter 3. Advanced Topics20 == svn:eol-style=native from SVN Chapter 3. Advanced Topics 20 21 native 21 22 … … 25 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. 26 27 \\ 27 = =Enabling Subversion Auto-Props --//this needs to be checked//28 = Enabling Subversion Auto-Props --//this needs to be checked// 28 29 29 30 Open your Subversion config file in a text editor. The file locations are as follows: … … 42 43 }}} 43 44 \\ 44 == =[auto-props] my suggested list for a Perl developer45 *Linux45 == [auto-props] my suggested list for a Perl developer 46 === Linux 46 47 {{{ 47 48 [auto-props] … … 73 74 *.xml = svn:mime-type=text/xml 74 75 }}} 75 *Windows --//this needs to be checked//76 === Windows --//this needs to be checked// 76 77 {{{ 77 78 [auto-props] … … 105 106 }}} 106 107 107 = =Links re:svn:mime108 = Links re:svn:mime 108 109 109 110 * trac http://trac.edgewall.org/wiki/TracSyntaxColoring … … 121 122 == `ToDo` 122 123 123 * Please check and add feedback, thanks.124 * Please check and provided feedback, thanks.
