1

Is there a way to change the created by of an element?

The problem is someone made a change to a file as Domain.Users (I am not sure why it did not error out). Since it was first change to that file the stream and the first revision on that file is created as Domain.Users. Now the problem is other users are not able to checkout that file. It give permission denied errors.

Is there any way to fix this?

Thanks!

clearcase
  • 91
  • 6

1 Answers1

0

You should, as an admin, be able to do a:

cleartool protect --chgrp agroup afile@@

Note the final two @@, in order to protect the element, and not the version.

See:

Also, make sure your user has a CLEARCASE_PRIMARY_GROUP user environment variable set to the right group (ie the main group of the Vob), and that user is actually registered in said Vob group, in order for the next checkout/checkin version to be correctly protected.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250