clearcase

Not able to set a view on clearcase getting i/p o/p error

好久不见. 提交于 2020-01-13 19:41:06
问题 Everything was working fine except the storage which was almost full 97% approx and after some time i started getting below errors. When i tried to vi/ or ls the file i am getting the below errors. ls: cannot open directory .: Input/output error I tried to set a new view which is giving me the below error. cleartool: Warning: Unable to preserve working dir "/vob/*" from old view in new view: Input/output error. cleartool: Warning: Setting current working directory to "/". 回答1: You need to

ClearCase Common Workflow Example

有些话、适合烂在心里 提交于 2020-01-13 16:29:07
问题 I am working with ClearCase and I am very new to the tool. I find it confusing and cumbersome compared to other source control, like git with svn, for example. I was wondering if someone could walk through a typical workflow. So right now we have a main integration stream, then a child stream on that, then from there child streams for each project. Use Case 1: I check in a file and want everyone to get changes. I have to first add to ClearCase or check in, then I have to deliver to each

ClearCase Common Workflow Example

杀马特。学长 韩版系。学妹 提交于 2020-01-13 16:28:12
问题 I am working with ClearCase and I am very new to the tool. I find it confusing and cumbersome compared to other source control, like git with svn, for example. I was wondering if someone could walk through a typical workflow. So right now we have a main integration stream, then a child stream on that, then from there child streams for each project. Use Case 1: I check in a file and want everyone to get changes. I have to first add to ClearCase or check in, then I have to deliver to each

rsync local code with a remote clearcase dynamic view

时光怂恿深爱的人放手 提交于 2020-01-13 06:22:46
问题 I want to syncrhonize a local path with a dynamic clearcase view hosted in a remote machine only accesible through ssh: local:/me | <== ssh == | me@remote_host:/vobs/me/view_1 Those familiar with clearcase know that in order create a dynamic view you must issue the following command in the remote host 'cleartool setview view_1' where view_1 is the reference to the pre-existant tagged dynamic view, problem is that when i try to run that command with the --rsync-path option to rsync, it never

What would be a good introdcutory tool to Clearcase? [closed]

本秂侑毒 提交于 2020-01-12 10:44:43
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am developer with more than 10 years of software development experience. I have joined a new shop which uses ClearCase and I would like to understand ClearCase. Any suggestions for a developer who has pretty good hands on the following SCMs Subversion : Perforce : written extensive build scripts integrating

Integrating Hudson with UCM Clearcase on windows machine

懵懂的女人 提交于 2020-01-11 12:30:12
问题 I've installed Hudson on my windows machine and trying to integrate it with UCM Clearcase (the repository we are using). There are no help docs available on Hudson wiki to explain how to do that. I select New Job --> Project Name I give as Test --> select Build a free style software project --> click Ok --> This leads me to Configure Project screen --> Under Source Code management I select UCM Clearcase --> I give a dynamic view name I've already created and the name of the integration stream

Find version and delete it with Cleartool

牧云@^-^@ 提交于 2020-01-11 10:58:47
问题 I'm trying to recursively delete some versions/files from a specific branch. find delivers the right files. Now it would be up to rmver to remove the version but this gives me an error. I'm struggling with the syntax. cleartool> find Component\Test -element "brtype(P_Testing_device)" -exec "rmver -f \"%CLEARCASE_PN%@@\main\G_Testing_device\P_Testing_device\LATEST\"" cleartool: Error: Extra arguments: "%CLEARCASE_PN%@@\main\G_Testing_device\P_Testing_device\LATEST\" What's wrong with that? How

Clearcase config spec behaves odd when using setcs command

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-11 10:22:17
问题 I have config spec stored in a text file . Following are the content element * CHECKEDOUT element ...\lost+found\... -none element \My\... MYF_R2.1.0.9.5179 element \My\... My_2.1.0.13.4875 element \My\... MyComponents_8_8_2011.6859 element \My\... My_2.1.0.13.7098 element \My\... My_2.1.0.13.8206 element \My\... My_2.1.0.13.433 element \My\... My_2.1.0.13.423 element \My\... My_2.1.0.13.3763 element \My\... My_2.1.0.13.5983 element \My\... My_2.1.0.13.7095 element \My\... My_2.1.0.13.5986

UCM Clear Case: Hiereachy of streams in one project vs multiple projects

依然范特西╮ 提交于 2020-01-11 06:44:09
问题 We have a project and are about to add a new piece of functionality to otherwise stable codebase without any major changes going on except defect fixing. The plan is not develop the new feature separately for a while (probably a month) doing intermediate builds and testing and as the feature is finished and the quality is acceptable merge the code of the new feature in the main branch. The question is what of the following two scenarios is better in terms of Clear Case: Creating a new project

cleartool: How to list all labels in a stream chronologically?

孤人 提交于 2020-01-11 06:16:14
问题 I want to list all the labels applied to a stream in a chronological order. Ideally, I would like one like the following for each label: <label> <timestamp> <userid> I looked at few questions. The command ct lstype -kind lbtype -invob . -short from the question "Clearcase: List labels matching a particular string" appeared promising, but it lists the labels that were applied in the ancestor streams. I do not want that, I want only the labels that are applied to the current stream. I feel that