Hello Andreas+
So i have tried to read the RDC docs, but it doesnt make any sense -
it tells alot about how the configuration should look, but not how to
implement the feature...
I realize that the clientside can still be modified accordingly, and I
want to push/enforce the keyword configuration from serverside.
The documentatio doesnt make any sense to me... Did you have success
implementing RDC?
br
thomas
Quoting Andreas Stieger <Andreas.Stieger_at_gmx.de>:
> 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:33:30 CEST