How to delete or clear the svn:ignore list from base repository recursively. I want to clear all svn:ignore
问题 How to delete or clear the svn:ignore list from base repository recursively. Basically I want no filter or files in the ignore list without having to track down every single file and create them to unignore them individually. A previous developper added a bunch of files to the ignore list at random levels of the repository and I want to remove ALL elements of the ignore list. Don't want to do it manually for each single file/folder. 回答1: Get all definitions: $ svn propget -R svn:ignore . and