[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: Karl Fogel <kfogel_at_red-bean.com>
Date: Sat, 22 Mar 2008 14:15:32 -0400

"Kevin Grover" <kevin_at_kevingrover.net> writes:
> How about adding configuration options to svn:ignore? Like .hgignore
> does for setting the syntax.
> eg.
> --------------------------- .hgignore
> # use glob syntax.
> syntax: glob
>
> *.elc
> *.pyc
> *~
> .*.swp
>
> # switch to regexp syntax.
> syntax: regexp
> ^\.pc/
> --------------------------- .hgignore
>
> SVN could have an option:
> option: [+-]casesensative
>
> Where +casentative is the default option (and this maintains comapitility.
> If this could potentially break current properties lists, there could
> be another svn:ignore-options where these were set.
>
> In the processes, couldn't '# blah...' be allowed as comments?

Neat idea! I kind of like that, and it's hard to imagine that anyone
has actually set ignore properties for files matching the regexp:

   ^option: [a-z0-9]+

In other words, it is effectively backwards-compatible.

Anyone think this is a bad idea?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-22 19:16:01 CET

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

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