以大写字母提供版本给独立文件 [英] Provide version to independent files in clearcase

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

问题描述

我最近开始使用透明案例工具来更好地维护代码.但是几天后,我的公司"忘记了从IBM获得许可,结果导致我无法签入我的代码进入清除脚本.为了继续进行编码,我在其他驱动器中创建了一个单独的文件夹,并在该文件夹中复制了代码解决方案.我和我的同事在"45"个工作日内围绕"9865"个解决方案文件进行了修改.现在,公司"为我借了一个许可证,我可以成功访问代码清除案例工具.

I recently started usage of clear case tools for maintenance of code in better way. But after some days my "Company" forgot to take licence from IBM as result I cannot CHECK-IN my code into clearcase. To continue my coding i created a separate folder in other drive and copied code solution in that folder. I and my colleague modified around "9865" files of solution within "45" working days. Now a "Company" borrowed a licence for me and I able to access code clear case tool successfully.

问题是:

如何以更好的方式将我的"9865"文件检入到Clearcase?

How to check in my "9865" files into clearcase in better way?

我尝试过:

将所有解决方案复制到Snapshot视图文件夹位置.但是,全部 更改的文件显示劫持" .

Copied all solution into Snapshot view folder location. but, all changed files are showing "hijack".

推荐答案

最好的方法是使用

The best way is to use clearfsimport: that will automatically checkout, and import your 9865 in one command.

确保首先更新快照视图,以恢复其原始内容.
然后clearfsimport这些文件.

Make sure to update your snapshot view first, in order to restore its original content.
Then clearfsimport those files.

clearfsimport -preview -rec -nset /path/to/sourceDir\* </myview/VOB>

clearfsimport命令将检测添加或修改的文件,并为您进行检出.
如果您使用的是UCM视图,请先设置一个活动.

The clearfsimport command will detect the files added or modified, and do the checkouts for you.
If you are using an UCM view, set an activity first.

clearfsimport进行复制的来源可以是任何常规文件夹.

The source from where clearfsimport does that copy can be any regular folder.

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

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