Re: [RFC] Server Dictated Configuration
From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Thu, 5 Jan 2012 13:17:34 +0100
On Thu, Jan 5, 2012 at 1:56 AM, Daniel Shahaf <danielsh_at_elego.de> wrote:
Indeed, that's my question. Or:
Server specifies
global-ignores = *.o ...
User happens to spread *.class files around in his working copy and
global-ignores = *.class
But, if at some point we might want to allow (well-behaved) clients to
*.c += svn:keywords=HeadURL
or
*.c = ;svn:keywords=HeadURL
or something like that.
Oh, but what about "multi-valued" auto-props:
Server specifies:
*.c = svn:keywords=Author Date
User wants to also add HeadURL as keyword:
*.c += svn:keywords=HeadURL
Hm, that's really an edge case, probably not that interesting :-) ...
Maybe "overriding" would also need a special syntax in the future, to
*.c == svn:keywords=HeadURL
or something like that ...
-- JohanReceived on 2012-01-05 13:18:54 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.