
What are the basic clearcase concepts every developer should know?
Core concepts? centralized (-replicated) VCS: ClearCase is halfway between the centralized VCS world (one or several "centralized" repos or VOBS - Version Object Bases - every developer must access …
version control - ClearCase advantages/disadvantages - Stack Overflow
Jul 2, 2009 · Because I'm currently struggling to learn IBM Rational ClearCase, I'd like to hear your professional opinion. I'm particularly interested in advantages/disadvantages compared to other …
ClearCase vs. Git version control - Stack Overflow
Apr 5, 2011 · ClearCase is file-oriented, and checkin-s are file based, and that's why you need the Find (files) to merge utility, but Git is commit based, and that is the right model, since when you fix an …
ClearCase: Find files having exactly one specific label and not more
Sep 6, 2009 · 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_...
clearcase - how to find files in a given branch - Stack Overflow
Feb 23, 2016 · You can quickly list all files from a particular branch: cleartool find . -type f -branch "brtype(abranch)" -print I would recommend combining that with: -user to limit to a particular user, in …
Create Directory Tree and add file in clearcase - Stack Overflow
Jul 22, 2014 · An easier (non-script) solution is to: copy folder1\folder2\folder3\MyFile.java in m:\MyView\MyVob\ (if the folders don't exists yet, the windows command md will create the …
git svn - How to bridge git to ClearCase? - Stack Overflow
Feb 26, 2010 · The idea remains: no git-cc no need to import all the history of ClearCase (which has no notion of repository baseline, unlike the SVN revisions) creation of a Git repo within a ClearCase …
ClearCase: Is it possible to cancel checkouts not made from your own ...
Sep 22, 2011 · A ClearCase administrator can force all files of a given view to be considered as "not checked out" (which is the equivalent of canceling their checkout status), with cleartool rmview: …
Undo remove file in ClearCase - Stack Overflow
Jan 8, 2011 · I have a ClearCase view with a folder, and two files. I check out the folder, remove a file and check the folder back in. I am left with one folder and one file. Is there a way to get my file back?...
How do I integrate Beyond Compare with ClearCase?
Aug 14, 2014 · I would like to integrate Beyond Compare with ClearCase so that I can use it for diffing and merging files, instead of the awful tools provided by ClearCase. Does anyone have instructions …