【发布时间】:2012-08-03 19:59:24
【问题描述】:
我正在尝试从特定分支递归删除一些版本/文件。
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\"
这有什么问题? 您将如何递归地从分支中删除版本?
【问题讨论】:
标签: clearcase