Subversion configuration
Edit the file ~/.subversion/config
Make sure the following line is not commented out:
enable-auto-props = yes
In the section [auto-props], add the following entries:
*.js = svn:eol-style=native *.xml = svn:eol-style=native *.java = svn:eol-style=native *.txt = svn:eol-style=native *.xconf = svn:eol-style=native *.xweb = svn:eol-style=native *.xmap = svn:eol-style=native *.properties = svn:eol-style=native *.css = svn:eol-style=native *.xsl = svn:eol-style=native *.xsd = svn:eol-style=native *.dtd = svn:eol-style=native *.ent = svn:eol-style=native *.nsh = svn:eol-style=native *.nsi = svn:eol-style=native *.ini = svn:eol-style=native *.conf = svn:eol-style=native



There are no comments.