当 SVN 更新可用时让 Eclipse 警告我
我正在开发一个不经常更新的项目。有没有一种方法可以让 Eclipse(首选 Subclipse)在我启动它时警告我,我可能应该先进行更新?
I'm working on a project with infrequent updates. Is there a way Eclipse (pref. Subclipse) can warn me when I launch it that I probably should do an update first?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse Synchronize 视图可以完成此任务。首先要求它同步工作区中的所有 SVN 项目,然后将其设置为按计划刷新,例如每小时刷新。该视图将向您显示所有传入的更改,并允许您检查它们、更新等。
The Eclipse Synchronize view can accomplish this task. First ask it to Synchronize all SVN projects in your workspace, then set it to refresh on a schedule, such as every hour. The view will them show you all incoming changes and allow you to examine them, update etc.