cleartool Questions
2
Solved
Good afternoon,
Seems like I am somewhat stuck in CC-land these days, but I have one (hopefully) final question regarding proper CC-handling:
When using the CC View Creation Wizard, I can create ...
Phrygian asked 30/7, 2009 at 15:36
1
I have been using IBM Rational ClearTeam Explorer version 8.0.0. I like to come up with customized tool(WPF application) to performing ClearTeam actions like makebaseline, checkin, checkout.
Is th...
3
I could not find the proper command to apply a label to files which are in my current view. I have tried the following command:
cleartool mklabel -r TEST_LABEL /vob/test/a
However, the problem i...
1
Solved
When searching for a way to find all files in a clearcase repo that changed since date X i found two approaches
cleartool find . -type f -branch "brtype(abranch)" -element "{created_since(10-Jan)}...
Woodpecker asked 15/1, 2015 at 9:8
11
Solved
I'd like to use my own diff when working in a clearcase snapshot view.
As far as I can see, there is no way to specify a diff tool when running "cleartool diff", so I was thinking I could run som...
2
I have a file that i want to add to sourcecontrol on linux using cleartool .
I've followed the IBM documentation for this, i've tried this:
cleartool mkelem testScript.sh
I got an error: Can't m...
Anyhow asked 28/8, 2014 at 14:39
1
Solved
I am at loss on how to
list all files and directores that were deleted from branch "xyz" on
date Mar-1.
List all directories that had their contents changed on that same day.
I tried transcri...
3
Solved
Is it possible to get a list of all the check-ins I've made within a given source code directory tree using cleartool? If possible I'd like to see when the check-in was made and the file version. I...
1
Solved
What is the equivalent command on SVN as cleartool lsco -avo -cview -me?
Thanks!
1
Solved
Is there a command in Cleartool which i can use to list all files which have been removed from a branch?
Thanks
1
Solved
On Unix in a dynamic view, I run the following to find checked out files:
cleartool lsco -s -cview -me -avobs
In a windows snapshot view, this use of -avobs doesn't appear to work. On a vob by v...
1
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
elemen...
1
Solved
I'm using cleartool to make baselines in my stream, using
cleartool mkbl -full <baseline-name>
If I have files checked out in my view (in my case, always an oversight), I get the warning
...
2
Solved
I am working in a dynamic view in Unix platform. I need to hijack a file temporarily and cancel the hijacking later. But the command chmod +w filename is not working.
I get the message chmod: WARNI...
1
Solved
So I'm writing a script at work where I have to go through all the projects in a ClearCase vob, look for a file and parse some info from said file.
Naturally, I wouldn't want to load every single p...
1
Solved
How to undo checkout an element using cleartool command line tool in clearcase?
Methylene asked 1/8, 2011 at 6:13
1
Solved
I have a directory structure like so:
root_dir
dir1
dir2
file1.txt
file2.txt
sub_dir
file3.txt
file4.txt
What is the best way to delete dir2 and all it's sub-elements using rmname? Can I ...
1
Solved
We use UCM for development. We create streams under streams, like this
Question is how to find new files in a given stream.
In the example "feat1" would have new files relative to its parent ...
Guillemette asked 2/3, 2011 at 11:36
1
Solved
I'm trying to setup our ClearCase with Hudson for a continuous integration (and deployment later).
I finally got a UCM view for the build, but unfortunatly our build process checks out files to st...
Doodlesack asked 22/6, 2010 at 11:42
2
Solved
We currently use clearcase on a project, and there is an HTML file that was generated with clearcase that contains all of the filenames of the files that were included in a label.
I am supposed to...
3
Solved
I'd like to find files in ClearCase that are labeled with a specific label but that do not have any other labels set.
For example, if I have files labeled like this:
file1 LBL_A, LBL_B
file2 LBL_...
1
© 2022 - 2024 — McMap. All rights reserved.