We are using Jenkins for our continuous integration and in one job Jenkins checks in files into out Clear Case Integration Stream. Recently during one job the ClearCase checkin failed with the following message:
cleartool: Error: Operation "create_version" unavailable for manager "_xxx_file"
(Operation pathname was:
"D:\Programs\IBM\RationalSDLC\ClearCase\lib\mgrs\_xxx_file\create_version")
cleartool: Error: Unable to store new version. cleartool: Error:
Unable to check in "Path/To/File/xxx
I was able to trace back the error, but the file in ClearCase is messed up since then. Every time someone tries to update his view connected to the integration stream he gets the following error message:
Unable to load "xxx": unknown error in VOB.
I can't see the file in the Rational Explorer or in Windows Explorer, but when I click "Compare with Previous Versions
" on the containing folder I can see the file in both windows (belonging to current and previous version).
That behavior really confuses me.
I am pretty new to Clear Case and I would love to have a simple way to retrieve the previous version (something similar to git revert
).