About 2,100,000 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 - 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 directory,then type …

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

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

    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 must be …

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

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

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

  10. clearcase - How to undo checkout a file checked out from another user ...

    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. cleartool descr -l …