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
Bash oneliner for multiple ignores:
svn propset svn:ignore ".project"$'\n'".settings"$'\n'".buildpath" "yourpath"