On Sun, 30 Aug 1998, 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?

With rcs I use `rcs -o1.4 filename` where 1.4 is the revision to remove,
then filename will be 1.3. I don' t know how CVS handle that.

Andrea[s] Arcangeli

Reply via email to