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

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:
> I guess if I want to ask about the rationale for the svn inheritance
> mechanism in the case of svn:ignore, I'll discuss it with the svn devs.

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.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3094499

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-01-20 05:48:26 CET

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.