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

Re: [RFC] Server Dictated Configuration

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Thu, 5 Jan 2012 02:56:22 +0200

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.)
Received on 2012-01-05 01:57:11 CET

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

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