no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | tech:linux:find_command_to_ignore_svn_directories [2014/11/15 15:13] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 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__ | ||