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

Re: Inherited properties for autoprops and log message templates.

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-07-01 03:50:52 CEST

Greg Hudson wrote:
> I don't think we can correctly hardcode which properties should be
> inherited and which shouldn't be. The idea that svn:ignores shouldn't
> be inherited and svn:log-template should be seems bizarre to me, for
> instance.

I think at one point I suggested that iprops have a trinary nature, instead of
binary:

1) name
2) value
3) inheritable

with a signature like this:

     propset PROPNAME --IPROP [INHERIT] -r REV [PROPVAL | -F VALFILE] [URL]

All iprops are always directly inherited by files contained within that
directory. Any iprop set with the INHERIT flag would also be recursively
inheritable by child directories in the contained tree (or we could change the
keyword to INFECT ;-).

This allows us to have our cake and inherit it too... ;-)

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 1 03:51:21 2005

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.