rename element in clearcase with @@ in filename -
for reason users produced files end in "@@
" (...) (i think because have in ccrc gui option show version extended pathname , think has somewhere little bug).
now... unable remove or rename these files (it returns "not object in vob")
how can rename or remove these files?
update
resolved forgot use complete rmname "a.doc@@@@\bla\1", after full path delete them.
the simplest solution try list , remove objects base clearcase view directly on ccrc server (or base clearcase client).
from kind of clearcase installation (ccrc server or full clearcase client), have access cleartool (the clearcase cli -- command line interface --), , can:
cleartool ls
: list files in view, check files@@
indeed therecleartool rmane -force
remove them
the op used
cleartool rmname "a.doc@@@@\bla\1"
, meaning had use extended path (file name + @@
+ version path) of file ended @@
, hence 4 @
: file@@@@version
.
Comments
Post a Comment