About 2,100,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 - 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 …

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

  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 add all the files in a folder to source control via ...

    Oct 15, 2012 · I saw another comment from a similar clearcase question that suggested typing in '*' in the topmost directory required, select all, rc->cc->add to source control.

  9. clearcase - How to undo checkout a file checked out from another …

    Apr 30, 2015 · As I mentioned in "ClearCase: Is it possible to cancel checkouts not made from your own view?", the easiest way is to remove the "checkout" status for user5628 view. …

  10. clearcase - What are the differences between a snapshot view and …

    May 27, 2010 · I have seen in ClearCase that there is a Snapshot view and a Dynamic view. What are the differences between these types of views (I'm assuming there are only two types of …