Jens Rieks wrote: > On Monday 11 April 2005 13:48, Ron Blaschke wrote: >> I think this is just a mime-type issue. > Yes, that seems to be the reason. I looks like all *.t files are affected. > Is there a way to specify the mime-type on a filetype basis?
I think it's always the client deciding the mime-type. The server doesn't have a say in this (maybe with a server hook, but probably not). Look for a file F<config> in your subversion configuration directory (probably F<.subversion>, on Windows it's F<Application Data/Subversion>). See C<enable-auto-props> in the section C<miscellany>, and the section C<auto-props>. http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-7-sect-2.4 Ron
