RE: Re: svn properties display bugs
From: Gavin Lambert <colnet_at_mirality.co.nz>
Date: Mon, 19 Jan 2015 20:48:23 -0800 (PST)
On 19/01/2015 05:03, cpengr quoth:
If you want to know what that rationale was, have a read of this:
http://wiki.apache.org/subversion/InheritedProperties
The short version is that the API makes available the "local" and "inherited" version of *every* property separately, and it's up to the client to decide whether to use one or the other or both, and how to merge values if required. And that decision can be different for each individual property.
As it happens, the rule for svn:ignore is to use only the local value, and the rule for svn:global-ignores is to merge both. But the TSVN property editor was applying more basic rules generically rather than having separate rules for each properly.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.