On Wed, Aug 21, 2013 at 12:15 PM, Bob Archer <Bob.Archer_at_amsi.com> wrote:
>> Dear TortoiseSVN team,
>>
>> First, thank you for all your efforts to provide such a great tool.
>>
>> Now, my suggestion is regarding the handling of the new svn:global-ignores
>> feature for folders that have not yet been added to the repository.
>>
>> At the moment, until a folder is "added", the svn:global-ignores filter is not
>> applied.
>
> I'm not sure what you are saying here? Are you saying that you can't apply a property to a folder that is NOT versioned? If so, that is correct.
>
I think he means something like the following scenario. Assume you
have a working copy of a directory which has svn:global-ignores set to
ignore files named "foo". In an existing subdirectory, create a file
named "foo". SVN ignores it as intended. Now create a new directory
but do NOT add that directory. Create a new file "foo" within that
unversioned directory.
The OP expects that the file "foo" within the unversioned directory
does not show up in the list of changes, because "foo" is in the
global ignore list.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3063169
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-08-21 23:48:38 CEST