我必须上传更改的文件以进行代码审查,但遇到以下问题:
我需要找到视图中自上次代码审查上传以来已更改的所有文件。我以为我在上次上传评论时标记了所有文件,但看来我没有。
如何在当前视图中查找日期比上次上传日期更新的所有 Clearcase 元素?自上次上传以来已有多次签到。
I've got to upload my changed files for code review, but I have the following issue:
I need to find all the files in my view that have changed since my last code review upload. I thought I labeled all the files when I did the last review upload, but it appears that I didn't.
How do I find all clearcase elements in my current view that have a date newer than the date of my last upload? There have been MANY check-ins since the last upload.
发布评论
评论(2)
这是cleartool find 请求,带有来自 查询语言:(
参见cleartool find 命令的其他示例)
href= " 列出元素(而不是版本,它会显示每个文件的许多签入版本)
这应该可以工作对于快照或动态视图,无论是否为 UCM(“UCM”适用于附加到 UCM 流的视图)。
This is a cleartool find request with a time-based directive from the query language:
(See Additional examples of the cleartool find command)
That will list elements (instead of versions, which would display many checkins versions for every file)
This should work for snapshot or dynamic views, UCM or not ("UCM" being for views attached to an UCM Stream).
您可以在视图中查找早于某个日期的所有版本:
将查找所有文件并避免目录。
You could look for all versions in your view that are older than a date:
Will find all files and avoid directories.