Mojahedul Hoque Abul Hasanat wrote:
> I am new to CVS. I committed a few changes. Now I want to revert the
> changes and go back to a tagged revision. Of course I can checkout that
> release and work on it. But what I want is to rollback the commits, and
> bring the repository to the previous state.
>
> In other words, I want to remove any changes in the repository after that
> tag. Is this possible?
CVS doesn't include any option to discard information from the
repository.
If you want to `revert' to a previous version, you can checkout the
appropriate files from that version, as described in my response to
your original posting of this question.
--
Glynn Clements <[EMAIL PROTECTED]>