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.
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.
For those finding this question, this issue no longer exists as it was resolved through an option in the preferences section of Subversive.