Eric Hanchrow wrote: Here's the relevant bits from my
config file:[miscellany] ### Set enable-auto-props to 'yes' to enable automatic properties ### for 'svn add' and 'svn import', it defaults to 'no'. ### Automatic properties are defined in the section 'auto-props'. enable-auto-props = yes [auto-props] *.pl = svn:eol-style=native;svn:executable;svn:keywords=Id *.pm = svn:eol-style=native;svn:keywords=Id
To which you might want to add: *.t = svn:eol-style=native;svn:keywords=Id;svn:mime-type=text/plain
