Always exclude folders from committing in SVN for Netbeans

拈花ヽ惹草 提交于 2019-12-10 02:38:54

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!