First draft of svn recommended config. We have to discuss details (more
or less props and globs, basically) but better have it avaliable soon. Once agreement is achieved, the extra props can be applied. Basic EOL and exec ones have been set already in past commits 3197-3200 and 3205-3206 so that is already working before more Irrlicht work is done. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3207 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
210fe11806
commit
490f249bc5
33
SVN-CONFIG
Normal file
33
SVN-CONFIG
Normal file
@ -0,0 +1,33 @@
|
||||
Please, make sure your SVN client uses something that matches the
|
||||
following config. Specially the autoprops part, that way new files
|
||||
will be added with the right settings. Default config for command line
|
||||
svn is in ~/.subversion/config. If you use SVN for multiple projects
|
||||
simultaneously, remember you can use different configs, at least in
|
||||
cmd line (via --config-dir and for example ~/.subversion/supertuxkart/
|
||||
with a new config file inside).
|
||||
|
||||
[miscellany]
|
||||
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
|
||||
enable-auto-props = yes
|
||||
|
||||
[auto-props]
|
||||
*.c = svn:eol-style=native;svn:keywords=Author Date Id Revision
|
||||
*.cpp = svn:eol-style=native;svn:keywords=Author Date Id Revision
|
||||
*.h = svn:eol-style=native;svn:keywords=Author Date Id Revision
|
||||
*.hpp = svn:eol-style=native;svn:keywords=Author Date Id Revision
|
||||
*.dsp = svn:eol-style=CRLF
|
||||
*.dsw = svn:eol-style=CRLF
|
||||
*.sh = svn:eol-style=native;svn:executable;svn:keywords=Author Date Id Revision
|
||||
*.txt = svn:eol-style=native
|
||||
*.png = svn:mime-type=image/png
|
||||
*.jpg = svn:mime-type=image/jpeg
|
||||
Makefile = svn:eol-style=native;svn:keywords=Author Date Id Revision
|
||||
*.jpeg = svn:mime-type=image/jpeg
|
||||
*.gif = svn:mime-type=image/gif
|
||||
*.svg = svn:mime-type=image/svg+xml
|
||||
*.htm = svn:mime-type=text/html
|
||||
*.html = svn:mime-type=text/html
|
||||
*.css = svn:mime-type=text/css
|
||||
*.pdf = svn:mime-type=application/pdf
|
||||
SConstruct = svn:eol-style=native;svn:keywords=Author Date Id Revision
|
||||
*.xml = svn:eol-style=native;svn:mime-type=text/xml
|
Loading…
Reference in New Issue
Block a user