clearcase-remote-client

how to merge new folder from a sub branch to the main branch in clearcase?

断了今生、忘了曾经 提交于 2019-12-01 12:10:29
How can I merge a newly created folder in a sub branch to the main branch? I went to the version tree and did create merge by drawing. But it still I cannot see the folder in main branch and the version on main branch is 0. Can someone help? VonC Merging only the folder (by drawing a red arrow between the version of the folder and the destination branch) is not enough. That new folder has been introduced in a parent folder, which needs to be merged as well. That is what would allow you see to see that folder in the destination view. It is best to go to the parent folder in the destination view

how to merge new folder from a sub branch to the main branch in clearcase?

試著忘記壹切 提交于 2019-12-01 11:35:09
问题 How can I merge a newly created folder in a sub branch to the main branch? I went to the version tree and did create merge by drawing. But it still I cannot see the folder in main branch and the version on main branch is 0. Can someone help? 回答1: Merging only the folder (by drawing a red arrow between the version of the folder and the destination branch) is not enough. That new folder has been introduced in a parent folder, which needs to be merged as well. That is what would allow you see to

How to avoid this CCRC error when creating a view?

浪子不回头ぞ 提交于 2019-11-29 12:42:12
Can you creat a view in CCRC if stream is locked ? It seems others can create a view but this one guy is getting an error when trying to create the view: problems performing ClearCase operation Problems were encountered while retrieving view synchronization information and data ClearCase CM server: Error: unable to begin update session: unknown error in view server. ClearCase CM Server: Error: Additional information may be available in the view log on host "hostname". ClearCase CM Server: Error: operation "view_ws_begin_load_session" failed: unknown error in view server Any ideas on how to fix

How can I use non-interactive mode of CCRC?

≯℡__Kan透↙ 提交于 2019-11-29 12:03:13
I'm using rcleartool 8.0.0.6 in windows machine. Is there any way to use rcleartool non-interactive mode? For example, if I type: rcleartool lsview -s , the client will ask me to input Server URL, username/password in interactive mode. Is there anyway to use rcleartool lsview -s -username [username] -pass [password] -server [server] ? I want to use that command in my java code, so non-interactive mode should be better? Any suggestions? ClearTeam 8.x As mentioned in " The ClearCase 8.x remote client command-line interface ( rcleartool ) ": rcleartool is the command-line interface to the IBM

How to use CCRC to get old file versions?

二次信任 提交于 2019-11-28 12:54:13
I'm trying to use CCRC API in order to get, for instance, all versions for a specific file and get some old file version. I've tried to use CHILD_LIST, CHILD_MAP, tried to use CcFile.getVersion().getPredecessor() and then use CcFile.doReadProperties(...) but it seems that the location is remote and then is not possible to get the file using for example getClientPath(). I already saw that is possible to retrieve all versions for a specific file using CCRC plugin and select a specific version clicking in the version three. Does anybody have some example how to retrieve this version without

How to use CCRC to get prievous file version?

╄→尐↘猪︶ㄣ 提交于 2019-11-28 10:33:46
I'm trying to use CCRC API in order to get pervious versions for a specific file and compare with the checkout file. I know ClearCase can use get command. But how it works in CCRC API? Does anybody have some example how to retrieve this version without changing the config spec? Thanks, Crispy VonC rcleartool has seen new commands with CC8.0.0.3 and CC8.0.4 , but is still missing a ' get ' command except for the very latest ClearTeam version (8.0.1: see the rcleartool list of commands ). I said as much in " How do I retreive previous or old version in CCRC 7.1.2 ". With CCRC 8 (aka ClearTeam

How to avoid this CCRC error when creating a view?

眉间皱痕 提交于 2019-11-28 06:22:49
问题 Can you creat a view in CCRC if stream is locked ? It seems others can create a view but this one guy is getting an error when trying to create the view: problems performing ClearCase operation Problems were encountered while retrieving view synchronization information and data ClearCase CM server: Error: unable to begin update session: unknown error in view server. ClearCase CM Server: Error: Additional information may be available in the view log on host "hostname". ClearCase CM Server:

How do I undo a checkin in ClearCase remote client

守給你的承諾、 提交于 2019-11-28 02:08:35
I am using ClearCase remote client Version 7.1.1, and I am wondering if it's possible to delete a version that was checked in by mistake. I know that in ClearCase, this is possible by choosing delete in the right click menu (Versions tree) Anyone has the answer ? Thanks VonC Argh! rmver (see man page) ? I would strongly advice against such an operation which cannot be undone (as I mention and detail in here , here or there ). And rmver is not possible in a CCRC client (even in the latest 7.1.2). What I usually do is a graphical merge from the n-1 version to the n version in order to produce a

How to use CCRC to get old file versions?

戏子无情 提交于 2019-11-27 07:20:09
问题 I'm trying to use CCRC API in order to get, for instance, all versions for a specific file and get some old file version. I've tried to use CHILD_LIST, CHILD_MAP, tried to use CcFile.getVersion().getPredecessor() and then use CcFile.doReadProperties(...) but it seems that the location is remote and then is not possible to get the file using for example getClientPath(). I already saw that is possible to retrieve all versions for a specific file using CCRC plugin and select a specific version

How to use CCRC to get prievous file version?

我是研究僧i 提交于 2019-11-27 06:25:15
问题 I'm trying to use CCRC API in order to get pervious versions for a specific file and compare with the checkout file. I know ClearCase can use get command. But how it works in CCRC API? Does anybody have some example how to retrieve this version without changing the config spec? Thanks, Crispy 回答1: rcleartool has seen new commands with CC8.0.0.3 and CC8.0.4, but is still missing a ' get ' command except for the very latest ClearTeam version (8.0.1: see the rcleartool list of commands). I said