I just started using SVN, and I have a cache directory that I don\'t need under source control. How can I ignore the whole directory/folder with SVN?
I am using Vers
If your directory foo is already under version control, remove it first with:
foo
svn rm --keep-local foo
svn propset svn:ignore foo .