Phil for Humanity

A Guide for the Survival of Humankind, and Improving the World, Society, and Yourself!


Popular Articles
  • Reasons For and Against
    Human Cloning
  • Globalization of the USA
  • The Pros and Cons of
    Capital Punishment
  • World's Stupidest Game

  • Latest Articles

  • Unknown Mushrooms 2
  • Easier Programming Language
  • Managing is Common Sense
  • Improve Cereal Packaging
  • Subscribe to RSS Feed

  • Main Menu

  • HOME
  • SAVE HUMANITY (52)
  • HELP THE WORLD (102)
  • IMPROVE GOVERNMENTS (99)
  • PERSONAL DEVELOPMENT (272)
  • COMPUTER HELP (130)
  • ARCHIVE (all articles)
  • SEARCH THIS SITE
  • CONTACT US
  • DISCLAIMER
  • PLEASE HELP: DONATE

  • ClearCase Support: Check In and Label at the Same Time


    Have you ever wanted to check-in a file into ClearCase while at the same time label the new version too? Wait no longer. With a single command and using the script below, you can automatically check-in any set of ClearCase elements and then label the newly checked in versions that were just created with a single label.

    Here are the two most common ways that you can use this Perl script to check-in and label elements.

    $ cil.pl <LABEL> <ELEMENT1> [ELEMENT2] [ELEMENT3] ...

    $ cat <LIST_OF_ELEMENTS_IN_A_FILE.txt> | cil.pl <LABEL> ...

    You can download this Perl script here, or you can copy-n-paste from here:



    This script was written for www.philforhumanity.com.

    by Phil B.

    Related Articles
     » ClearCase Support: How to Make a ClearCase Label
     » ClearCase Support: Another Common ClearCase Labeling Error Message
     » ClearCase Support: Common ClearCase Labeling Error Message







    Copyright © 2006-2010, Phil for Humanity. All Rights Reserved.