问题
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?!
回答1:
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.
回答2:
Inside netbean, right-click on a folder/file, go to "Subversion" -> Ignore.
I am using this and it is working for me.
来源:https://stackoverflow.com/questions/6144453/always-exclude-folders-from-committing-in-svn-for-netbeans