[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN 1.8.10 server side configured autoprops

From: Andreas Stieger <Andreas.Stieger_at_gmx.de>
Date: Wed, 1 Apr 2015 17:13:28 +0200

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
Received on 2015-04-01 17:13:58 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.