Delete file from ClearCase checked out on another branch -


i trying delete file in clearcase. when attempt delete message element has checkouts. when version tree on file see file checked out user, in view, on different branch.

how delete file? in addition why doesn't clearcase let me delete file?

you can delete through command line , cleartool, forcing delete (option isn't available gui)

cleartool rmname -force thefile 

don't forget checkout parent directory first, checkin same parent directory, in order see have dereferenced file within said directory.

see cleartool rmname:

–f/orce:

forces removal of name when there @ least 1 checkout of element.
when used –nco, suppresses prompt confirmation.

that work when had before:

enter image description here

, explained in technote "about cleartool rmname , checkouts".


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -