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
svn propset takes --recursive as an option, so you can do this, with two downsides:
svn propset
--recursive
svn:ignore