Eclipse Subversive 新文件自动添加到版本控制中
我使用 Eclipse Helios 和 Subversive:
Subversive SVN Connectors 2.2.2.I20110124-1700
org.polarion.eclipse.team.svn.connector.feature.group
Subversive SVN Team Provider (Incubation) 0.7.9.I20110207-1700
org.eclipse.team.svn.feature.group
Eclipse 和 Subversive 自动将新文件添加到版本控制中。
但似乎这种自动行为是参数化的:*.log
文件不会添加到版本控制中。
此自动行为的配置在哪里?
团队>SVN>属性配置>自动属性?但该面板是空的,没有列出 *.log
文件的规则。
I use Eclipse Helios and Subversive:
Subversive SVN Connectors 2.2.2.I20110124-1700
org.polarion.eclipse.team.svn.connector.feature.group
Subversive SVN Team Provider (Incubation) 0.7.9.I20110207-1700
org.eclipse.team.svn.feature.group
Eclipse and Subversive automatically add new files to version control.
But it seems that this automatic behavior is parametrized: *.log
files are not added to version control.
Where is the configuration for this automatic behavior?
Team>SVN>Properties Configuration>Automatic properties ? But the panel is empty, the rule for the *.log
files is not listed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse
它位于 Team-->Ignored Resources 下。
svn:ignore 属性
您可以设置 svn:ignore 属性从 subversion 中排除某些文件/文件模式:
subversion 全局设置
Subversion 已全局定义不包括:
全局忽略
Eclipse
It is under Team-->Ignored Resources.
svn:ignore property
You can set the svn:ignore property to exclude certain files/file patterns from subversion:
subversion global settings
Subversion has globally defined excludes:
global-ignores