I'm trying to recursively delete some versions/files from a specific branch.
find
delivers the right files. Now it would be up to rmver
to remove the version but this gives me an error. I'm struggling with the syntax.
cleartool> find Component\Test -element "brtype(P_Testing_device)" -exec "rmver -f \"%CLEARCASE_PN%@@\main\G_Testing_device\P_Testing_device\LATEST\""
cleartool: Error: Extra arguments: "%CLEARCASE_PN%@@\main\G_Testing_device\P_Testing_device\LATEST\"
What's wrong with that? How would you recursively delete versions from a Branch?