What is the best-practice for maintaining a source code repository that automatically (or, at least, by default) rejects the inclusion of /bin, /obj, *.suo, etc. files?
Should each developer be required to set a "global ignore" pattern list for their SVN client installation? [This seems too broad of an exclusion.]
Or, should the source repository maintainer flag each offending file and directory with an SVN:exclude? [This seems too time consuming.]
Or, is there another way to do this? Is it possible with SVN to create ignore lists that are folder-level specific?