About 50 results
Open links in new tab
  1. What are the basic clearcase concepts every developer should know ...

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

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

  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 you fix an …

  4. clearcase - How to recover a file from "Checkout but removed" state ...

    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 will list it as …

  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 single version …

  6. Clearcase: Files not visible to view - Stack Overflow

    Jul 9, 2015 · The usual explanation is when you have the directory checked-out (unreserved) in your view: Any change made by others (like rmname 4 files) won't be visible until you undo-checkout said …

  7. how to create a branch in clearcase with GUI operation only?

    Jan 21, 2010 · If you are using base ClearCase open your ClearCase Explorer select "properties" on your view modify the config spec of your view element * /main/LATEST into: element * /main/0 …

  8. clearcase - How to search files by label - Stack Overflow

    Feb 8, 2010 · As title, I'd like to list all the files with a given label under a directory. Which clearcase command can help me to do that ?

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

  10. How do I perform a recursive checkout using ClearCase?

    Aug 28, 2008 · I want to check out all files in all subdirectories of a specified folder. (And it is painful to do this using the GUI, because there is no recursive checkout option).