🌍
English
It's necessary to change svn file configuration for a optimal use.
On windows XP, the configuration file is located on folder “C:\Documents and Settings\<USERNAME>\Application Data\Subversion\” and it's named “config”.
On windows Vista, the configuration file is located on folder “C:\Users\<USERNAME>\AppData\Roaming\Subversion\” and it's named “config”.
config file should look like:
[miscellany] enable-auto-props = yes [auto-props] *.php = svn:eol-style=LF *.tpl = svn:eol-style=LF *.css = svn:eol-style=LF *.sql = svn:eol-style=LF *.html = svn:eol-style=LF *.js = svn:eol-style=LF *.htc = svn:eol-style=LF *.txt = svn:eol-style=LF