我正在尝试从特定分支中递归删除一些版本/文件。
find
提供正确的文件。现在需要rmver
删除版本,但这给了我一个错误。我在语法上苦苦挣扎。
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\"
那有什么问题?您将如何从分支中递归删除版本?