Johan Corveleyn wrote on Thu, Jan 05, 2012 at 01:40:40 +0100: > Another question: is the server-dictated config still "extendable" by > the client? I.e.: if the server already defines a global svn:ignore > value, can the user still append another pattern? Or for autoprops: > maybe I want to have my own extra autoprops in addition to the ones > that are standardized by my organization ... > > I think that would be a quite desirable feature, though I'm uncertain > about the details (should the client be able to decide whether to > override or extend? how? With some special syntax in the config > values? ...). Just wondering ...
What if the server specifies *.c = svn:eol-style=native and the user's config specifies *.c = svn:keywords=HeadURL ? Do both of them take effect? (This may be what you asked.)