Changes between Version 9 and Version 10 of SvnMimeTypes
- Timestamp:
- 08/14/11 21:02:57 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnMimeTypes
v9 v10 1 1 [[PageOutline(2-4)]] 2 {{{Padre WikiSvnMimeTypes}}} Draft2 {{{Padre Wiki Svn:Mime-Types}}} Draft 3 3 4 4 == Description … … 9 9 For Perl files *.pl 10 10 {{{ 11 svn:eol-style=native ; sets line ending translation for SVN storage12 svn:mime-type= application/x-perl ; tells pygments how to display13 svn:executable ; enables client to make executable11 svn:eol-style=native ; sets line ending translation for SVN storage 12 svn:mime-type=text/x-perl ; tells pygments how to display 13 svn:executable ; enables client to make executable 14 14 }}} 15 15 For Perl files *.pm 16 16 {{{ 17 svn:eol-style=native ; sets line ending translation for SVN storage18 svn:mime-type= application/x-perl ; tells pygments how to display17 svn:eol-style=native ; sets line ending translation for SVN storage 18 svn:mime-type=text/x-perl ; tells pygments how to display 19 19 }}} 20 20 === svn:eol-style=native from SVN Chapter 3. Advanced Topics … … 24 24 if a user on a Windows machine checks out a working copy that contains a file with an svn:eol-style property set to native, that file will contain CRLF EOL markers. A Unix user checking out a working copy that contains the same file will see LF EOL markers in his copy of the file. 25 25 26 Note that Subversion will actually store the file in the repository using normali zed LF EOL markers regardless of the operating system. This is basically transparent to the user, though.26 Note that Subversion will actually store the file in the repository using normalised LF EOL markers regardless of the operating system. This is basically transparent to the user, though. 27 27 \\ 28 28 == Enabling Subversion Auto-Props --//this needs to be checked// … … 41 41 42 42 [auto-props] 43 *.pl = svn:eol-style=native; svn:mime-type= application/x-perl; svn:executable44 *.PL = svn:eol-style=native; svn:mime-type= application/x-perl45 *.pm = svn:eol-style=native; svn:mime-type= application/x-perl46 *.psgi = svn:eol-style=native; svn:mime-type= application/x-perl47 *.perl = svn:eol-style=native; svn:mime-type= application/x-perl48 *.t = svn:eol-style=native; svn:mime-type= application/x-perl43 *.pl = svn:eol-style=native; svn:mime-type=text/x-perl; svn:executable 44 *.PL = svn:eol-style=native; svn:mime-type=text/x-perl 45 *.pm = svn:eol-style=native; svn:mime-type=text/x-perl 46 *.psgi = svn:eol-style=native; svn:mime-type=text/x-perl 47 *.perl = svn:eol-style=native; svn:mime-type=text/x-perl 48 *.t = svn:eol-style=native; svn:mime-type=text/x-perl 49 49 *.png = svn:mime-type=image/png 50 50 *.gif = svn:mime-type=image/gif
