以大写字母查找文件 [英] find files in clearcase

查看:67
本文介绍了以大写字母查找文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

情况:
一个VOB,2个视图(主开发和分支视图)。

situation: one vob, 2 views (main dev and branch view).

我需要查找在分支视图中创建的所有文件因此无法通过合并管理器找到。

i need to find all files that where created in the branch view and therefore can't be found via merge manager.

有人能够提供帮助吗?

谢谢

推荐答案

在进行cleartool查找时,我推荐的两个信息来源和示例是:

When it comes to cleartool find, the two sources of information and example I recommend are:

  • SAMECS find command
  • IBM find examples

在您的情况下:

cleartool find -all -ele "brtype(mybranch) && !brtype(main)" -print

(假设 main dev表示 branch'main')

(supposing "main dev" means "branch 'main'")

cleartool find -all -type f -ele "brtype(mybranch) && !brtype(main)" -print

将限制为仅文件(而非目录)

would limit that to files only (not directories)

这篇关于以大写字母查找文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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