Subclipse / Subversive:任何过滤掉本地修改的文件的方法
有没有办法使用 Subclipse 或 Subversive 在 Package Explorer 上应用某种过滤器来隐藏所有未在本地修改的文件?
当我只想专注于本地更改(例如修改它们)时,它有时会非常有用。我知道本地修改的文件在 Package Explorer 中标记(在 Subclipse 中用“星”符号),但在具有数百个文件的大型项目中它没有多大帮助(如果仅修改的文件会更容易和更清晰)可见)。
当然,包含修改文件的包也应该是可见的。
Is there any way using Subclipse or Subversive to apply some kind of filter on Package Explorer that will hide all files that weren't modified locally?
It would be sometimes very useful when I just want focus on my local changes (for example to revise them). I know that files that were modified locally are marked in Package Explorer (in Subclipse by "star" symbol) but in big projects with hundred of files it doesn't help that much (it would be much easier and clearer if only modified files would be visible).
Of course packages containing modified files should be visible as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试过同步视图吗?这会在视图中显示您的所有更改,从而使您可以轻松地使用项目。使用此视图时,您还可以按变更集创建项目并对其进行分组。
使用 Subclipse,我设置同步视图,以便同步工作区中的所有 SVN 项目。然后我将其固定并设置每小时刷新的时间表。本地更改立即刷新,每小时计划是检查存储库中传入更改的频率。
如果您只想查看本地更改,则可以在传出模式下查看视图。
Have you tried the Synchronize view? This shows all your changes in a view which makes it easy to work with the items. You can also create and group items by changeset when using this view.
Using Subclipse, I set the Synchronize view so that all SVN projects in my workspace are synchronized. I then pin it and set a schedule to refresh every hour. Local changes refresh immediately, the hourly schedule is for how often to check the repository for incoming changes.
You can out the view in Outgoing mode if you only want to look at your local changes.