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
One way would be to add some kind of check to either the pre- or post- commit hook but it's note straight forward if you don't own the repo server.