SVN-CONFIG 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Please, make sure your SVN client uses something that matches the
  2. # following config. Specially the autoprops part, that way new files
  3. # will be added with the right settings. Default config for command line
  4. # svn is in ~/.subversion/config. If you use SVN for multiple projects
  5. # simultaneously, remember you can use different configs, at least in
  6. # cmd line (via --config-dir and for example ~/.subversion/supertuxkart/
  7. # with a new config file inside).
  8. [miscellany]
  9. global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* ._* .DS_Store *.blend1 *.blend2
  10. enable-auto-props = yes
  11. [auto-props]
  12. *.c = svn:eol-style=native;svn:keywords=Author Date Id Revision
  13. *.cpp = svn:eol-style=native;svn:keywords=Author Date Id Revision
  14. *.h = svn:eol-style=native;svn:keywords=Author Date Id Revision
  15. *.hpp = svn:eol-style=native;svn:keywords=Author Date Id Revision
  16. *.dsp = svn:eol-style=CRLF
  17. *.dsw = svn:eol-style=CRLF
  18. *.sh = svn:eol-style=native;svn:executable;svn:keywords=Author Date Id Revision
  19. *.txt = svn:eol-style=native
  20. *.png = svn:mime-type=image/png
  21. *.jpg = svn:mime-type=image/jpeg
  22. Makefile = svn:eol-style=native;svn:keywords=Author Date Id Revision
  23. *.jpeg = svn:mime-type=image/jpeg
  24. *.gif = svn:mime-type=image/gif
  25. *.svg = svn:mime-type=image/svg+xml
  26. *.htm = svn:mime-type=text/html
  27. *.html = svn:mime-type=text/html
  28. *.css = svn:mime-type=text/css
  29. *.pdf = svn:mime-type=application/pdf
  30. SConstruct = svn:eol-style=native;svn:keywords=Author Date Id Revision
  31. *.xml = svn:eol-style=LF;svn:mime-type=text/xml
  32. *.py = svn:eol-style=native;svn:keywords=Author Date Id Revision