How do I stop Subversive from setting svn:mime-type
to text/plain
on initial commit?
My Java code is being checked into my repository with the svn:mime-type
property set as text/plain
, and as a result my web-based SVN viewer (trac) isn't syntax highlighting.
edit: I should add I'm running Eclipse 3.5 and the most recent version of Subversive with the SVNKit 1.3.0 (for SVN 1.6) adapter.
edit: Actually it looks like I'm running Subversive, not Subclipse - sorry.