将包添加到 eclipse 中的 svnignore
我在 eclipse 中使用 subversive 来处理 svn repo。 我想知道如何将包添加到 svn 忽略? 这是因为我已经使用了一个 webservices 包(尚未添加到 SVN)并且我想将其排除在提交到 svn 之外。
我尝试右键单击>团队>添加到 svnignore,但该选项被禁用。
更新:我想忽略的包名称是remote.webservice,它是一个名为remote的目录,其中有一个名为webservice的目录。
I am using subversive in eclipse to work with svn repo.
I was wondering how it's possible to add a package to svn ignore?
This is because I have consumed a webservices package (not yet added to SVN) and I want to exclude it from being committed to svn.
I tried right click > Team > Add to svn ignore, but the option was disabled.
UPDATE: the package name i want to ignore is remote.webservice which is a directory called remote and inside it a directory called webservice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
作为解决方法,您可以通过使用上一级包上的“设置属性”功能来忽略文件夹。
添加以下属性:
As a workaround you can ignore a folder by using the "Set property" function on the package one level higher.
Add the following property:
尝试Windows->首选项->团队->忽略的资源
Try Windows->Preferences->Team->Ignored resources