You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/02/28 09:47:49 UTC

svn commit: r1294525 - /incubator/syncope/committers/subversion/config

Author: ilgrosso
Date: Tue Feb 28 08:47:49 2012
New Revision: 1294525

URL: http://svn.apache.org/viewvc?rev=1294525&view=rev
Log:
Fixing subversion config for SVG (with the same XUL exception)

Modified:
    incubator/syncope/committers/subversion/config

Modified: incubator/syncope/committers/subversion/config
URL: http://svn.apache.org/viewvc/incubator/syncope/committers/subversion/config?rev=1294525&r1=1294524&r2=1294525&view=diff
==============================================================================
--- incubator/syncope/committers/subversion/config (original)
+++ incubator/syncope/committers/subversion/config Tue Feb 28 08:47:49 2012
@@ -196,11 +196,11 @@ README = svn:eol-style=native;svn:mime-t
 *.rng = svn:eol-style=native;svn:keywords=Date Revision Author HeadURL Id
 *.rnx = svn:eol-style=native;svn:keywords=Date Revision Author HeadURL Id
 *.sh = svn:eol-style=native;svn:executable;svn:mime-type=text/plain;svn:keywords=Date Revision Author HeadURL Id
-*.svg = svn:eol-style=native;svn:keywords=Date Revision Author HeadURL Id
 *.sln = svn:eol-style=CRLF;svn:mime-type=text/plain;svn:keywords=Date Revision Author HeadURL Id
 *.sql = svn:eol-style=native;svn:mime-type=application/sparql-query;svn:keywords=Date Revision Author HeadURL Id
 *.sparql = svn:eol-style=native;svn:mime-type=application/sparql-query;svn:keywords=Date Revision Author HeadURL Id
-*.svg = svn:mime-type=image/svg+xml;svn:eol-style=native;svn:keywords=Date Revision Author HeadURL Id
+# svg should be: image/svg+xml, but svn thinks it's binary then
+*.svg = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date Revision Author HeadURL Id
 *.tex = svn:eol-style=native;svn:mime-type=text/tex;svn:keywords=Date Revision Author HeadURL Id
 *.tld = svn:eol-style=native;svn:mime-type=text/plain;svn:keywords=Date Revision Author HeadURL Id
 *.txt = svn:eol-style=native;svn:mime-type=text/plain;svn:keywords=Date Revision Author HeadURL Id