About 50 results
Open links in new tab
  1. 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 …

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

    Another solution is to copy the file from another view, for instance a dynamic view with the same config spec (easy to create, and providing a quick access to the same file). If you copy it on your snapshot …

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

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

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

  6. How can I use ClearCase to "add to source control ..." recursively?

    Apr 11, 2016 · I unpacked a zip-file delivery into a clearcase view. Now I want to add the complete file tree to the repository. The GUI only provides an "Add to source control ..." for individual files/directori...

  7. In ClearCase, how can I view old version of a file in a static view ...

    Nov 23, 2011 · All files in Clearcase, including versions, are available in the virtual directory structure. I don't have a lot of familiarity with static views, but I believe they still go through a virtual fs; they just …

  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. How to delete clearcase views created by other users?

    Mar 20, 2012 · You simply remove reference to that view in the central registry of ClearCase (specifically the view_object and view_tag files of your ClearCase registry server) Tamir Gefen mentions in the …

  10. VS Code:Remote SSH - How to open files from a clearcase dynamic view

    Mar 7, 2023 · I connect to my Oracle Linux build server using SSH from Windows Terminal, set the Clearcase view and then view/edit code using Vi. Now, I am trying to use Visual Studio Code - …