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
TO KEEP DIRECTORIES THAT SVN WILL IGNORE:
svn delete --keep-local path/directory_to_keep/*
svn propset svn:ignore "*" path/directory_to_keep