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?")

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