Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Ignore a folder in subversion (See related posts)

# In this case, ignore contents of 'coverage' folder in current directory.
svn propset svn:ignore 'coverage' .

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts