clearcase-remote-client

Java ClearCase Update on a HTTPS Server

我只是一个虾纸丫 提交于 2021-02-19 07:18:07
问题 I am trying to automate ClearCase, so I can do automatic building. The first step is to update a view by script. I am trying this with the following Java code: StpProvider provider = (StpProvider) ProviderFactory.createProvider( CcProvider.NETWORK_PROVIDER_CLASS, callback); provider.setServerUrl("https://..."); CcProvider m_provider = provider.ccProvider(); m_provider.registerTrustManagerCallback(callback); File viewRoot = new File("D:\\Views\\..."); StpLocation viewLocation = provider

ClearTeam Explorer - CCRC - integrate with Beyond Compare

馋奶兔 提交于 2020-06-13 08:53:29
问题 I am using IBM Rational Clear Case. Due the current world wide health situation, I am forced to work from home. The best way and may be the only one, when using Visual Studio, is working with a Web View (Please correct me if there is a better way) - I assume this is called CCRC (Clear Case Remote Client). It is similar to a Snapshot View but without constant connection to the Clear Case server at work (This statement is not entirely correct). When working with a snapshot view or for that

CCRC checkin with checked out and hijacked files

一笑奈何 提交于 2020-01-03 02:54:12
问题 I'm trying to commit a number of files rcleartool.bat ci file1.cxx file2.cxx only file1.cxx is checkedout file2.cxx is hijacked This commit checks in file1.cxx but leave file2 unchecked in giving me a warning Is there a way to say "check in all files, including the hijacked ones I supply on the command line" or do I have to go through all the hijacked files, check them out and immediately check them back in? Many thanks in advance 回答1: Since the cleartool checkin command does not mention

Annotate (“blame”) in CCRC?

戏子无情 提交于 2019-12-20 03:09:49
问题 In base ClearCase there is a "SVN blame"-style command called "Annotate" that shows who wrote each line in a versioned element. Is there a way to annotate using the remote client (CCRC)? 回答1: Only though command-line, for full ClearCase: See: cleartool annotate (or you have other commercial alternatives, including Tamir's one Visual Annotate, which has a beta supporting CCRC) But cleartool isn't available for CCRC. CCRC has a CLI (command line interface) though. This thread mentions: The

How can I use non-interactive mode of CCRC?

会有一股神秘感。 提交于 2019-12-18 07:11:49
问题 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? 回答1: ClearTeam 8.x As mentioned in "The ClearCase 8.x

How to check user group in ClearCase client server

若如初见. 提交于 2019-12-13 16:29:06
问题 With a full ClearCase installation, CLEARCASE_PRIMARY_GROUP is the usual way to set the main group for a user. What about a CCRC installation through CLI (Java CM CLI or CCRC CLI)? The GUI allows to set a primary group, but how would you set it through command lines? 回答1: With CCRC, the technote swg21423936 mentions: The ClearCase Remote Client Command Line Interface does not support the ability to pass a specific client side ClearCase Group (such as CLEARCASE_PRIMARY_GROUP ) or pass a

ClearCase snapshot views on ClearTeam Explorer

不问归期 提交于 2019-12-13 12:44:03
问题 I launched ClearTeam Explorer for the first time but I can't find how to setup snapshot views... Where are they located in the desktop CTE application? I see dynamic and web views only. Thank you 回答1: Update 2015: As mentioned below, since ClearCase 8.0.1.6 (Dec 2014), snapshot views are supported (release notes): CTE support for snapshot views ClearTeam Explorer (CTE) now supports snapshot views. For more information, refer to the following technotes: 1691355: new features in CMAPI 1691375:

Changing version of a web view using Clearcase rcleartool

坚强是说给别人听的谎言 提交于 2019-12-08 08:59:16
问题 I'm using the rcleartool version that comes with Clearteam Explorer 8.0.0 Running rcleartool -ver gives: C:\Program Files (x86)\IBM\IMShared\plugins\com.ibm.rational.ccrc.cli_8.0.0.v20140305_0215 I can't change my Clearteam Explorer version, but could use a different rcleartool version if it would work. I want to be able to update my entire Web view to a chosen label or version from the command-line. I see that "update -add" allows you to change the load rules, but as far as I can tell doesn

clearcase symbolic link file not visible from a snapshot view

本小妞迷上赌 提交于 2019-12-08 03:33:11
问题 I have created a symbolic link (see below) to a version controlled file from a different vob ( VOB_II ) and the file is visible from a dynamic view whereas it’s not visible from the UCM snapshot view. A.txt --> ..\..\..\VOB_II\SampleDir\A.txt I have the following selection and load rules. element \VOB_II\SampleDir\A.txt ...\branch1\LATEST load \VOB_II\ SampleDir Any ideas why the file is not getting loaded in the snapshot view? I could not figure out what’s wrong. Any help or inputs are much

CCRC CLI lsactivity command

你离开我真会死。 提交于 2019-12-07 23:48:13
问题 I have installed CCRC 7.1.1 with CLI. I was trying to get the list of activities using rcleartool command bit I could not find lsactivity command. Is there any equivalent command or any indirect way to achieve this targetM Also there is no -fmt option for " rcleartool desc " command? This was a very useful option in UCM but could not find in CCRC. Please help me with equivalent command in CCRC. Thanks, Raghav 回答1: The commands supported by rcleartool are listed here. They don't include lsact