Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 SVN 忽略属性添加到我的项目中以忽略目标文件夹和.classpath。
所以我通过了团队→设置属性,但我不知道名称和值的配置会如何。我该怎么做?
您可以svn:ignore使用Team → Add to svn:ignore在文件的右键单击上进行设置。但是,如果文件已经提交到 SVN,则不会启用此选项。
svn:ignore
您需要将其从 SVN 中删除,清理本地存储库,然后添加svn:ignore.