On Fri, Mar 21, 2008 at 2:42 AM, John M. Black <johnmblack_at_gmail.com> wrote:
> (Before I begin, let me say this is *not* about the filesystem itself;
> I respect the current decision to keep filesystem operations
> case-sensitive.)
>
> However, making *Ignore patterns* case-sensitive is I think
> counterintuitive for this particular feature. The typical use case
> for Ignore is to ignore all files of a certain type, most of which
> will be encountered at some point in the future and don't exist yet.
> Can anyone think of a use case where a user or group of users would
> intentionally want to ignore .TXT files but not .txt or .Txt files?
>
> Imagine trying to cover all the bases. You'd have to add:
> .TXT
> .TXt
> .TxT
> .tXT
> .Txt
> .tXt
> .txT
> .txt
>
> I for one don't feel like entering every file extension 8 times.
Really? I thought they were globs, meaning this should work:
*.[tT][xX][tT]
Though probably not intuitive, it's one line instead of 8...
HTH,
Erik.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-22 19:24:41 CET