I don\'t want any directory named build or dist to go into my SVN no matter how deep in the tree it is.
build
dist
Is this possible? In git I just put
As of subversion 1.8, there is now the svn:global-ignores property which works like svn:ignore but recursively (so set this on your top-level directory)
svn:global-ignores
svn:ignore