如何使用 Eclipse 和 TFS Everywhere 过滤签入 TFS 2010 的文件类型?
我正在将 TFS for java 与 eclipse 结合使用(到处运行 TFS)。 他想设置一个过滤器,以便过滤以“.”开头的文件和文件夹。不会被检查。 我该如何设置? 这是服务器端过滤器还是客户端过滤器? 我是在 Eclipse 还是 Team Explorer 中设置它?
I'm using TFS for java with eclipse (running TFS Everywhere).
He wants to set a filter so that files and folders beginning with '.' won't get checked in.
How do I set it?
Is that a server or client side filter?
Do I set it in Eclipse, or in Team Explorer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用插件的团队项目忽略功能来过滤由 Eclipse 的 TFS 插件忽略的文件类型,该功能由
.tpignore
文件。如果您使用的是 Eclipse 的 TFS 插件 SP1(如果您还没有使用,我们建议您升级),那么您只需右键单击该文件夹并选择 Team >忽略。
You can filter the types of files that are ignored by the TFS plug-in for Eclipse using the Team Project ignore functionality of the plug-in, which is exposed by
.tpignore
files.If you're using the SP1 of the TFS plug-in for Eclipse (and we'd recommend upgrading, if you haven't) then you can simply right-click on the folder and select Team > Ignore.