/ Published in: Other
The first command will revert from version 10 to version 5, by "deleting" versions 6-10. The second command rolls back to the version immediately before the most recent version.
If you don't check out beforehand, the merge will be saved to a temp file (ClearCase will tell you the name of the temp file when it's created).
Expand |
Embed | Plain Text
ct merge -delete -to <file> -version \main\6 \main\10 ct merge -delete -to <file> -version \main\LATEST
You need to login to post a comment.
