Is there a way to exclude {ignore-on-commit} changes from the decorations of the TortoiseSVN Explorer icon?

TortoiseSVN shows icons in Windows Explorer that show if there are any uncommitted changes in a particular directory tree. For instance:

TortoiseSVN icon decoration

The above image shows that somewhere in the Trunk directory tree there is a modified file.

However, I often use the ignore-on-commit change list to store changes that I never want to make, such as Web.config changes associated with connection strings.

I cannot rely on the decoration of the icons, letting me know if I have any changes, as they will also display with red (!), Even if only Web.config changes there. This adds unnecessary noise to Explorer.

Is there a way to change this so that only the changes I want to commit are marked as changes in Explorer?

+6
source share
2 answers

I recently upgraded to TortoiseSVN version 1.8.3 (I used 1.7.x before), and it seems that now there is an option to do just that! It works great.

enter image description here

+1
source

Is there any way to change this

Not. Work with icons.

  • for all files
  • using the same
  • is always
+2
source

All Articles