harish
harish

Reputation: 51

Clearcase uncheckout Issue

I am having an issue with ClearCase when checkin/uncheckout:

Error undoing checkout D:\cc_views\test_cvob\test.cpp

No permission to perform operation uncheckout
Must be one of Object creator , element owner, vob owner,memeber of clearcase group

Unable to cancel checkout for D:\cc_views\test_cvob\test.cpp

Note: I'm able to uncheckout/checkin other files in the view

How would you troubleshoot this error message?

Upvotes: 2

Views: 416

Answers (1)

VonC
VonC

Reputation: 1323523

The first way to troubleshoot that kind of error message is by having a look to the rights associated with the version and the file element (with a traling '@@'):

cleartool descr -l test.cpp
cleartool descr -l test.cpp@@

It can be sometime linked to an update issue. Try:

cleartool update -overwrite test.cpp

Upvotes: 1

Related Questions