始终排除在 SVN for Netbeans 中提交的文件夹
我使用Netbeans 7.0和内置的SVN客户端进行开发。我希望始终从提交/更新中排除某些文件和文件夹(例如“缓存”或“日志”,因为它们对于存储库本身并不重要)。
我没有找到任何设置来执行此操作,而且 Netbeans 也没有在其常见问题解答中涵盖该主题...我怎样才能实现这一目标?
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?!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如 Mike 所说:在项目窗口中,右键单击文件夹,转到“Subversion”-> “SVN 属性”。
您需要安装 Subversion 插件才能正常工作。
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.
在 netbean 中,右键单击文件夹/文件,转到“Subversion”->忽略。
我正在使用这个,它对我有用。
Inside netbean, right-click on a folder/file, go to "Subversion" -> Ignore.
I am using this and it is working for me.