Table of Contents

Ignore svn directories but list all other directories that are not empty

This one works to ignore svn directories but list all other directories that are not empty
find <dome diretory path> -depth -type d -empty -name .svn -prune