CONTRIBUTOR: Riley Rainey email: riley@atria.com ======================================================= ********************************************************** ************** THIS IS UNSUPPORTED SOFTWARE ************** ********************************************************** ********************************************************** * Atria makes no representation that the descriptions * * and software code contained in this document will * * not infringe on existing or future patent rights, * * copyrights, trademarks, trade secrets or other * * proprietary rights of third parties. The * * descriptions contained herein do not imply the * * granting of licenses to make, use, sell, license or * * otherwise transfer Atria products described herein. * * Atria disclaims responsibility for errors which may * * appear in this document, and it reserves the right, * * in its sole discretion and without notice, to make * * substitutions and modifications in the products and * * practices described in this document. * ********************************************************** ------------------------------------------------- T0009: Miscellaneous Utilities (for ClearCase 1.1) -------------------------------------------------- This directory contains several utilities that may prove useful in a variety of situations: cc_ciall Checkin everything from this directory downwards. cc_getattr Get the current value of an attribute on an element, branch, or version. Great for writing triggers. cc_test Like the Unix test(1) command, but adapted to ask such questions as: "Is this a file versioned element?" or "Is this file already checked out by me?". cc_xmkmf cc_install cc_mkdirhier Replacements for the Unix and X11 utilities by these names. These have been optimized for use in a VOB. uu-pack uu-unpack Useful utilities that package/unpackage files into an email message for delivery to a remote user. vutil Imports whole directory structures into ClearCase. Different from clearcvt_unix in that you can overlay new versions of a directory structure on top of an existing VOB structure. INSTALLATION ------------ As superuser, type: # make install Binaries will be installed in /usr/local/bin. Man pages will be installed in /usr/man/mann. Those locations can be overriden by editing the Makefile. DISCLAIMER ---------- This is not official Atria Software, but you can send suggestions and problem reports to Riley Rainey (riley@atria.com).