Archive for January 8th, 2010
Subversion’s Ignore List
Posted by Mark in CMCrossroads, Subversion, Tools 'n' Tips on January 8, 2010
The idea behind the Subversion ignore list is very simple: when adding (using svn add or svn import) files into a Subversion repository, any file that matches a pattern on the ignore list is skipped. The ignore list is constructed from two sources: the client specific global-ignores list; any svn:ignore property associated with the directory [...]