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
add to your ~/.subversion/config or /etc/subversion/config file:
[miscellany] global-ignores = build dist