Hello, On 03/06/14 11:24, James French wrote: > I have a repo where I want to force .a files to always get added (ie not > ignored), irrespective of any ignore settings in user config files. I am > happy to set the repo to not ignore any file, if that is easier. I guess > I’m after an svn:global-no-ignore property…
The repository dictated configuration introduced in 1.8 will only /extend/ the client-side global-ignores configuration setting, not override it. There is no support for enforcing for something /not/ to be ignored, other than through deployed run-time configurations, hooks or simply a project policy. Further, adding a file to version control is still an entirely separate user action from not ignoring it. Andreas