About 2,120,000 results
Open links in new tab
  1. What are the basic clearcase concepts every developer should …

    What are the core concepts of the Clearcase version control system every developer should know?

  2. version control - ClearCase advantages/disadvantages - Stack …

    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 …

  3. 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 …

  4. clearcase - Cleartool: How to apply label to files which are in my ...

    Dec 14, 2011 · cleartool mklabel -r(ecurse) LABEL_NAME <directory name> This command will apply LABEL_NAME to all files in folder and below of your view, you can just go to that …

  5. Clearcase View and Branch explained - Stack Overflow

    Apr 15, 2016 · When you add a resource to ClearCase source control, an element representing that resource is created in the VOB. The element has a single branch named main and a …

  6. clearcase - how to modify the softlink created and checked in

    Mar 28, 2013 · Symbolic links that point to files outside the ClearCase MVFS are not supported by the Windows operating system (as opposed to the UNIX and Linux operating systems), and …

  7. 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 …

  8. clearcase - How to recover a file from "Checkout but removed" …

    You should be to undo checkout through the GUI: find checkout select the checkedout file and right-click: undo checkout Even if that file is not visible on the disk, the "Find checkout" GUI …

  9. clearcase - ALBD SERVER ISSUES - Stack Overflow

    Mar 23, 2022 · What is printing those errors? Clearmake? Another ClearCase tool? What is the exact version of ClearCase? If 9.0.1.x, the patch level and your license type may matter, as …

  10. clearcase - How to find/list the checked-in files in current view ...

    I have: a view created as dynamic view Files which are checkout or checked-in. Now I want know the list of files checked-in in view. What command should I use?