自动交付合并 [英] deliver merge automatic

查看:62
本文介绍了自动交付合并的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的要求是关于清箱运输:我想自动化交付(无人工干预/没有交付失败)过程:交付时-如果存在任何合并问题1.如果CC能够合并文件,则可以合并它,2.如果CC无法合并-我不希望它失败,而是不要合并该特定文件(恢复该文件的合并),请继续处理下一个文件.3.列出被跳过的文件,以便以后可以手动合并.

My Requirement is regarding clearcase delivery: I want to automate delivery(no manual intervention/no deliver failure) process: While delivering - if there is any merge issue 1.if CC is able to merge files, its good- let it merge, 2.if CC is not able to merge - i don't want it to fail, instead lets not merge that particular file(revert merge for that file), proceed with next files. 3.List the files that are skipped, so that i can manually merge later.

我怀疑我们是否可以一步一步完成此操作,但是请告诉我是否可行,并进行操作.

i doubt we can do this in a single step, but let me know if this is possible, and process to do it.

推荐答案

最初,我尝试使用以下命令来获取要合并的文件列表(文件名,活动重命名以避免混淆):

initially i tried below commands to get the list of file to merge(file names, activities are renamed to avoid confusion):

cleartool findmerge活动:a @ \ a_pvob活动:b @ \ a_pvob -fcsets -ftag Accept_deliver_stream -type d -merge -log c:\ temp \ am.log

cleartool findmerge activity:a@\a_pvob activity:b@\a_pvob -fcsets -ftag Accept_deliver_stream -type d -merge -log c:\temp\am.log

cleartool findmerge活动:a @ \ a_pvob活动:b @ \ a_pvob -fcsets -ftag Accept_deliver_stream -type f -print -log c:\ temp \ af.log

cleartool findmerge activity:a@\a_pvob activity:b@\a_pvob -fcsets -ftag Accept_deliver_stream -type f -print -log c:\temp\af.log

因此它将命令列表返回到af.log文件,当我尝试执行这些命令时,即使一小时后它仍挂起,一条命令是:

so it returned list of commands to af.log file, when i am trying to execute those commands, it just hangs even after one hour, one command is:

cleartool findmerge M:\ WM2011_DEV_INTG_WMOSBUILD_01 \ WM08 \ CPP \ base \ foundation \ general \ invupdates \ InvUpdate.cpp -fver \ main \ Mainline_Int \ WM08_Integration \ WM09_Integration \ WM2010_DEV_INTG \ MAIN_WM -9

cleartool findmerge M:\WM2011_DEV_INTG_WMOSBUILD_01\WM08\CPP\base\foundation\general\invupdates\InvUpdate.cpp -fver \main\Mainline_Int\WM08_Integration\WM09_Integration\WM2010_DEV_INTG\MAIN_WM_Int\WM2012_IND\9 -log NUL -merge -cqe

这篇关于自动交付合并的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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