====== Client Subversion ====== Dans ''~/.subversion/config'' : [miscellany] global-ignores = *.o *.lo *.la .DS_Store enable-auto-props = yes [auto-props] *.c = svn:eol-style=native *.cpp = svn:eol-style=native *.h = svn:eol-style=native *.dsp = svn:eol-style=CRLF *.dsw = svn:eol-style=CRLF *.sh = svn:eol-style=native;svn:keywords=Id *.pl = svn:eol-style=native;svn:keywords=Id *.txt = svn:eol-style=native;svn:keywords=Id *.png = svn:mime-type=image/png *.jpg = svn:mime-type=image/jpeg *.gif = svn:mime-type=image/gif *.svg = svn:mime-type=image/svg+xml *.html = svn:eol-style=native;svn:keywords=Id *.php = svn:eol-style=native;;svn:keywords=Id *.lua = svn:eol-style=native;;svn:keywords=Id *.sms = svn:eol-style=native;;svn:keywords=Id *.smp = svn:eol-style=native;;svn:keywords=Id *.jar = svn:mime-type=application/octet-stream *.java = svn:eol-style=native;svn:keywords=Id *.html = svn:eol-style=native;svn:keywords=Id *.woo = svn:eol-style=native;svn:keywords=Id *.wod = svn:eol-style=native;svn:keywords=Id *.sql = svn:eol-style=native;svn:keywords=Id *.plist = svn:eol-style=native;svn:keywords=Id *.classpath = svn:eol-style=native;svn:keywords=Id *.project = svn:eol-style=native;svn:keywords=Id *.api = svn:eol-style=native;svn:keywords=Id