/etc/subversion/config | ~/.subversion/config

...

[miscellany]
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
 *.ncb *.suo *.dsw *.dsp *.obj *.res *.ilk *.pdb *.pdb
 *.exe *.dll *.lib *.exp release debug BuildLog.htm
 *.rar *.zip *.7z *.cab *.pdf *.ps *.avi *.mkv *.wav
 *.lnk *.tmp CVS *.pyc *.pyo

...

enable-auto-props = yes

[auto-props]
*.in         = svn:eol-style=native
*.inc        = svn:eol-style=native
*.patch      = svn:eol-style=native
*.java       = svn:eol-style=native
*.js         = svn:eol-style=native
*.sql        = svn:eol-style=native
*.c          = svn:eol-style=native
*.cpp        = svn:eol-style=native
*.h          = svn:eol-style=native
*.s          = svn:eol-style=native
*.asm        = svn:eol-style=native
*.conf       = svn:eol-style=native
*.py         = svn:eol-style=native
*.xml        = svn:eol-style=native;svn:mime-type=text/xml
*.classpath  = svn:eol-style=native;svn:mime-type=text/xml
*.project    = svn:eol-style=native;svn:mime-type=text/xml
*.xsl        = svn:eol-style=native;svn:mime-type=text/xsl
*.html       = svn:eol-style=native;svn:mime-type=text/html
*.htm        = svn:eol-style=native;svn:mime-type=text/html
*.css        = svn:eol-style=native;svn:mime-type=text/css
*.vcproj     = svn:eol-style=CRLF;svn:mime-type=text/xml
*.txt        = svn:eol-style=CRLF
*.bat        = svn:eol-style=CRLF
*.inf        = svn:eol-style=CRLF
*.dsp        = svn:eol-style=CRLF
*.dsw        = svn:eol-style=CRLF
*.rc         = svn:eol-style=CRLF
*.def        = svn:eol-style=CRLF
*.pl         = svn:eol-style=LF;svn:executable;svn:mime-type=text/x-perl
*.sh         = svn:eol-style=LF;svn:executable;svn:mime-type=text/x-sh
*.png        = svn:needs-lock;svn:mime-type=image/png
*.jpg        = svn:needs-lock;svn:mime-type=image/jpeg
*.gif        = svn:needs-lock;svn:mime-type=image/gif
*.tif        = svn:needs-lock;svn:mime-type=image/tiff
*.bmp        = svn:needs-lock;svn:mime-type=image/bmp
*.pdf        = svn:needs-lock;svn:mime-type=application/pdf
*.zip        = svn:mime-type=application/zip
*.jar        = svn:mime-type=application/zip
*.sxw        = svn:mime-type=application/zip
*.sxc        = svn:mime-type=application/zip
*.sxi        = svn:mime-type=application/zip
*.ttf        = svn:mime-type=application/octet-stream;svn:needs-lock
*.bin        = svn:mime-type=application/octet-stream
*.exe        = svn:mime-type=application/octet-stream
*.dll        = svn:mime-type=application/octet-stream
*.lib        = svn:mime-type=application/octet-stream
*.exp        = svn:mime-type=application/octet-stream
*.so         = svn:mime-type=application/octet-stream;svn:executable
COPYING      = svn:eol-style=native;svn:needs-lock
LICENSE      = svn:eol-style=native;svn:needs-lock
AUTHORS      = svn:eol-style=native
INSTALL      = svn:eol-style=native
README       = svn:eol-style=native
TODO         = svn:eol-style=native
ChangeLog    = svn:eol-style=native
Makefile     = svn:eol-style=LF
configure    = svn:eol-style=LF;svn:executable