On Sat, Aug 24, 2013 at 1:00 PM, Jakub Zelenka <bu...@php.net> wrote:
> Hi Hannes, > > I don't know if there are any instructions about how to setup svn on the >> wiki.. >> I believe most people checkout the doc-en magic module: >> https://svn.php.net/repository/phpdoc/modules/doc-en/ >> That includes the en/ directory as svn:external along with the doc-base >> folder. >> >> > Thanks for your answer! > > I was wondering what svn:mime-type you prefer. When I add the fann dir > it's automatically set most of the files as bin (application/xml). I am not > sure if there is some preference of the mime-type. It would make sense to > set it as text/xml ... If you prefer text/xml, what is preferred > svn:eol-style ? Just want to make sure before I commit... :) > > I have this in my ~/.subversion/config [miscellany] log-encoding = utf-8 enable-auto-props = yes [auto-props] *.xml = svn:eol-style=native;svn:keywords=Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL As long as the mime-type isn't set to any binary format its fine (otherwise we can't diff it). We don't set the mime-type specifically, so you can leave it alone. -Hannes