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 r
You can add a svn property to the parent folder: svn:ignore.
If you use tortoise: Right click -> Properties -> SVN -> Properties... -> (add or edit)
Right click -> Properties -> SVN -> Properties... -> (add or edit)
In the console: svn propset svn:ignore [path/file(s)]
svn propset svn:ignore [path/file(s)]