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

Re: Ignore patterns should not be case sensitive (usability)

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Tue, 25 Mar 2008 23:38:34 -0500

Karl Fogel wrote:
>
> Plus a strategy that hasn't been discussed yet: using "/" as an escape
> hatch, since "/" is meaningless in filename patterns (given that
> Subversion and most platforms already reserve it as a path separator).
>

> Agreed, and if we were still worried about compatibility, we'd just
> start such meta-syntactic lines with "/", like
>
> / option: case-insensitive
> *.txt
> *.obj
> / option: case-sensitive
> readme
>
> ...or something along those lines.

Perhaps a simple and slightly perlish:
*.txt/i
could emultate the harder to type
*.[Tt][Xx][Tt]

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
---------------------------------------------------------------------
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-26 05:38:55 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.