Using svn:global-ignores for Project-Wide Ignore Patterns

Note to self: If you're using Subversion and want ignore patterns that apply to your entire repository and work for all team members, svn:global-ignores is the solution. Unlike client-side configuration (like TortoiseSVN's global ignore settings), this property lives in the repository itself. Setting It Up Set the property on your repository root: svn propset svn:global-ignores … Continue reading Using svn:global-ignores for Project-Wide Ignore Patterns