svn::auto-props and svn:needs-lock

2021-12-08 Thread Sebastian Weilhammer
Hello, I'm having trouble with these features. I have a folder on which I have set svn:auto-props to *=svn:needs-lock=*. I have another folder within this folder for which I would like anything inside to not require locks. It seems, I have no way of removing auto setting the needs lock property

Re: svn::auto-props and svn:needs-lock

2021-12-09 Thread Justin MASSIOT | Zentek
Hi Sebastian, As far as I've understood, since Subversion 1.8 the property "svn:auto-props" is automatically inherited. Have you tried to overcharge the property at the node you want a variation? Not sure but it might take precedence... Justin MASSIOT | Zentek On Wed, 8 Dec 2021 at 23:30, Seb

Re: svn::auto-props and svn:needs-lock

2021-12-09 Thread Sebastian Weilhammer
Hello Justin, So that's the thing, I cannot seem to remove the svn:needs-lock from svn:auto-props for the node in question and I can't change it's value in such a way where it will stop adding svn:needs-lock to newly added files. If that's what you mean by overcharge? Essentially setting svn:auto

Re: svn::auto-props and svn:needs-lock

2021-12-09 Thread Justin MASSIOT | Zentek
By overcharge I meant "define a new property with a value which differs from the one that is inherited", either for svn:auto-props or svn:needs-lock. I'm really not sure it would work, but it's worth the try. Justin MASSIOT | Zentek On Thu, 9 Dec 2021 at 10:43, Sebastian Weilhammer < sebastian

Re: svn::auto-props and svn:needs-lock

2021-12-09 Thread Sebastian Weilhammer
Is that not what I'm doing by setting svn:auto-props to *= on the child node? On Thu, Dec 9, 2021 at 10:46 AM Justin MASSIOT | Zentek < justin.mass...@zentek.fr> wrote: > By overcharge I meant "define a new property with a value which differs > from the one that is inherited", either for svn:auto

Re: svn::auto-props and svn:needs-lock

2021-12-09 Thread Justin MASSIOT | Zentek
Not if the needs-lock attribute is also set by a "svn:auto-props" property, I suppose. Justin MASSIOT | Zentek On Thu, 9 Dec 2021 at 11:18, Sebastian Weilhammer < sebastian.weilham...@madheadgames.com> wrote: > Is that not what I'm doing by setting svn:auto-props to *= on the child > node? >

Re: svn::auto-props and svn:needs-lock

2021-12-10 Thread Daniel Sahlberg
Den tors 9 dec. 2021 kl 11:18 skrev Sebastian Weilhammer < sebastian.weilham...@madheadgames.com>: > Is that not what I'm doing by setting svn:auto-props to *= on the child > node? > I have tried the following, I think this is matches what you are trying to do. This is done using Subversion 1.14.