version control - How to revert previous updates from CVS in eclipse -


our project using cvs , integrated eclipse , use team synchronizing latest code cvs is there way revert previous commit or update repositry have done ?

i come git background , having hard time find out functionality eclipse/cvs, suggestion highly apprecaited.

it depends mean "revert".
git revert add new commit canceling changes introduced previous one.

with eclipse, (file file): "replace -> history"
(see "how roll older version in cvs head using eclipse?")

alt text

and make new commit.
in other word, there don't seem simple way (when many files impacted)...


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -