TortoiseSVN shows icon decorations in Windows Explorer which show whether there are any uncommitted changes in a particular directory tree. For example:
The above image shows that somewhere in the directory tree of Trunk
there is a changed file.
However, I often use the ignore-on-commit
changelist to hold changes which I never want to commit - for example Web.config
changes related to connection strings.
I cannot rely on the icon decorations letting me know whether I have changes, as they will also show up with a red (!) even if there's only Web.config
changes. This adds unnecessary noise to Explorer.
Is there a way to change this so that only changes I want to commit are flagged as changes in Explorer?