'Rollback' for CVS but 'Revert' for all other VCSes - why different names for the same function?
Is there any reason to name specific function of taking changes back 'Rollback' in case of CVS but 'Revert' in case of all other VCSes?
Please sign in to leave a comment.
Also it's important how people refer to given feature — google shows 206k hits for "cvs rollback" (without quotes) and 492k hits for "cvs revert" (without quotes).
All in all referring to one and the same feature differently in CVS than in other VCSes does no good IMHO.
Then why there's 'Check in' instead of 'Commit' for CVS, Mercurial and Git for example?