Hello, > i want to define autoprops (serverside dicated) for some repos in my > large SVN installation. However it have been missed out in the > documentation how this is achieved. The docs rely on a "config file", > but not a name to it, so i tried and make a > $REPOS_NAME/conf/[repons.conf|config] - doesnt work. I add this to my
Huh? While the run-time client configuration uses a config file section like below, [miscellany] enable-auto-props = yes this was for the *previous* client-side autoprops feautre. You want this inside the repository tree, as versioned properties. See https://subversion.apache.org/docs/release-notes/1.8.html#repos-dictated-config So you would start with setting or editing the svn:auto-props property on a suitable repository path. Andreas