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 there
  • cleartool 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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -