I don\'t want any directory named build
or dist
to go into my SVN no matter how deep in the tree it is.
Is this possible? In git I just put
svn propset --recursive svn:ignore svn_ignore_rules .
where svn_ignore_rules is a file containing the ignore rules -- one per line
Of course you have to re-run it every time you add a new directory to your repo
svn_ignore_rules can also be considered to be checked into the repo, to be re-useable by other users having write access to the repo