On Thu, Feb 27, 2014 at 6:31 AM, Manfred Lotz <manfred.l...@arcor.de> wrote: > Hi there, > Assuming I need this for a certain repository: > > [miscellany] > enable-auto-props = yes > > [auto-props] > *.c = svn:eol-style=native; svn:keywords=Author Date Id Revision > > > Is it possible to enable this locally for the repository. This would > have the advantage that new project people checking out have the right > setting from the beginning without any danger to forget setting this in > their ~/.subversion/config.
If your users use svn 1.8 clients, you can use the new-in-1.8 repository-dictated configuration feature. See here: http://subversion.apache.org/docs/release-notes/1.8.html#repos-dictated-config -- Johan