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

Re: Feature Request to discuss - Add to ignore list

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 21 Jan 2008 19:08:28 +0100

tmto wrote:
> Hello,
>
> today i still had a discussion with my colleagues about the feature "add
> to ignore list" in the check for modification dialog.
>
> For example you have log files with the ending *.log and i would use
> "add to ignore list" on file foo.log the following options are available:
> foo.log --> adds the property svn:ignore foo.log
> *.log --> adds the property svn:ignore *.log
>
> The proplem is now that very often the writing of *.log files is diferrent.
> foo.log
> foo.Log
> foo.LOg
> foo.LOG
> ...
>
> I suggest two ways.
>
> - To add the property in the following way svn:ignore [tT][xX][tT]
> - To add a new entry in the "add to ignore list" menu with the option to
> add ALL files with that ending
>
>
> Please tell me about your opinion.

There's one big problem with that approach: it's much much harder to
provide an 'un-ignore' command with such patterns. That's why we haven't
implemented this (yet).

But there are not so many variations anyway. From your above examples, I
seriously doubt that 'foo.LOg' will ever be there. At most there are
three variations (all lowercase, all uppercase, or first letter
uppercase rest lowercase).
And for that, it's not much work to ignore all three manually if/when
they show up.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-01-21 19:08:55 CET

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

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