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
It is not possible to do this. There are only two ignore mechanisms in Subversion, svn:ignore (which is nonrecursive) and global-ignores (which is not specific to a repository).
svn:ignore
global-ignores