在Clearcase视图中查找比特定日期新的文件? [英] Find files in Clearcase view newer than a specific date?

查看:62
本文介绍了在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.

如何在当前视图中查找所有clearcase元素日期比上次上传日期新的日期?自上次上传以来,已经进行了很多次签入。

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.

推荐答案

这是 cleartool查找查询语言

(请参见 cleartool find命令的其他示例

cleartool find <vobtag> -element "{created_since(target-data-time)}" -print

这将列出元素(而不是 versions ,它将显示每个文件的许多签入版本)

That will list elements (instead of versions, which would display many checkins versions for every file)

这应该适用于快照或动态观看次数(是否为UCM)( UCM用于附加到UCM流的观看次数)。

This should work for snapshot or dynamic views, UCM or not ("UCM" being for views attached to an UCM Stream).

这篇关于在Clearcase视图中查找比特定日期新的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆