Zend Studio 从提交中排除文件
有人知道如何在 Zend Studio 中从提交中排除文件吗?我发现 Netbeans 中的这个选项非常有用,并且也想在这里使用它。
我的项目中有一个外部项目,我必须对其进行更改,但不希望它们提交。
Does anybody know how to exclude files from commit in Zend Studio? I found this option in Netbeans very useful and would like to use it here, too.
I have an external in my project I had to make changes to, but don't want them committed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 Zend Studio 上启用此选项。
导航到 SVN 首选项(窗口 -> 首选项 -> 团队 -> SVN),然后取消选中第一个设置的最后一个选项“在资源更改窗格中显示选定的资源。否则资源将显示在表中”。
You can enable this option on Zend Studio.
Navigate to SVN Preferences (Window -> Preferences -> Team -> SVN), and uncheck the last option of first set "Show selected resources in resource changes pane. Otherwise resources are shown in table".
右键单击文件夹/文件:转到团队 ->添加到 svn:ignore...
这是版本 9 的情况。
Right-click on the folder/file: go to Team -> Add to svn:ignore...
That's with version 9.