Search code examples
svnversion-controltortoisesvnsubversivesvnignore

How do I remove one svn:ignore rule?


Let's say I have a directory under SVN control and I have a LOT of svn:ignore rules defined for this directory. I want to remove only one of those rules. How can I achieve this?

I only found a command line solution to remove all rules, but this is not for me :)

PS: any solution will do: command line, eclipse, Tortoise


Solution

  • If tou are using TortoiseSVN you probably expect some graphical interface to do this, so:

    click Right Mouse Button on the directory you want to edit, then TortoiseSVN > Properties

    And use the buttons and list there.