[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: Erik Huelsmann <ehuels_at_gmail.com>
Date: Wed, 26 Mar 2008 22:14:25 +0100

> > I agree with Karl that such a line is highly unlikely to be used in
> > existing ignore rules such that it should not affect backward
> > compatibility in practice.
> >
> > http://svn.haxx.se/users/archive-2008-03/0781.shtml
>
> 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.
>
>
> > Or maybe global-ignores could be changed into a section by itself,
> > just like auto-props is:
> >
> > [global-ignores]
> > *.bak
> > *.o
> > *.lo
> >
> > I like this best, as this would have the advantage that it could then
> > use exactly the same syntax as svn:ignore for setting the case
> > sensitivity mode. Specifying global-ignores the "old" way would still
> > be supported for backwards compatibility but would remain case-
> > sensitive.
>
> Yup.
>
> Erik, I don't think this discussion is moot. There *are* things we can
> do here. It may be that for some reason we decide to do nothing, but
> compatibility concerns need not force the decision, fortunately.

Ok. Assuming that you'd want the same for global-ignores, how does
this proposal map to global-ignores (which is only a single line!)?

Bye,

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-26 22:14:52 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.