Clearcase: how to undo all changes in a particular branch?

I made a bug fix in the bug fix branch, but now I need to undo all the changes in this thread. How to do it? I do not want to return each file one at a time: (.

+3
source share
1 answer

I have not tested it recently, but check that the perl script is available with a ClearCase installation called (also available here ): cset.pl

ccperl cset.pl -undo myActivity

He must reverse the action by performing a negative merge (or subplicative merge).
(That is, if you use UCM, since you mention "changeet", which means "UCM activity")

+4
source

All Articles