I use Netbeans 7.0 and the built-in SVN client for developing. I want to always exclude some files and folders from committing/updating (e.g. “cache” or “log”, as they are not important for the repository as such).
I didn’t find any setting to do so and also Netbeans didn’t cover the topic in their FAQs… How can I achieve this?!
As Mike said: in the projects window, right-click on a folder, go to “Subversion” -> “Svn Properties”.
You will need to have the Subversion plugin installed for this to work.