How to ignore folder without removing it from my repository

Viewed 27906

I have this tmp/ and cache/ directories, that keep generating files that don't need to be commited.

How can I set it so svn ignores them, but doesn't delete them or remove them from the repository, they are needed for the site to work.

3 Answers
Related