如何在Eclipse中从CVS还原以前的更新

Rac*_*hel 4 eclipse cvs version-control repository

我们的项目正在使用中,CVS并且已经集成了它eclipse,因此我们Team Synchronizing习惯从CVS获取最新代码,但是is there a way to revert the previous commit or update from repositry which we have done ?

我来自git背景,所以我很难从中找到此功能eclipse/cvs,任何建议都将得到高度重视。

Von*_*onC 5

这取决于您所说的“还原”。
git revert实际添加一个新的提交取消由前一个引入的变化。

对于Eclipse,将是(逐个文件):“ Replace With -> History
(请参阅“ 如何使用Eclipse在CVS HEAD中正确回滚到旧版本? ”)

替代文字

然后重新提交。
换句话说,似乎没有任何简单的方法可以做到这一点(当许多文件受到影响时)...