Initial commit
[clearscm.git] / web / clearcase / triggers.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7   <title>ClearSCM: Triggers</title>
8   <link rel="stylesheet" type="text/css" media="screen" href="/css/Article.css">
9   <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
10   <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
11
12   <!-- Google Analytics
13   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
14   </script>
15   <script type="text/javascript">
16     _uacct = "UA-89317-1";
17     urchinTracker ();
18   </script>
19   Google Analytics -->
20
21   <?php
22   include "../php/clearscm.php";
23   menu_css ();
24   ?>
25 </head>
26
27 <body id="homepage">
28 <?php heading ();?>
29
30 <div id="page">
31   <div id="content">
32     <?php start_box ("cs5")?>
33       <h2>Clearcase Triggers and Utilities</h2>
34     <?php end_box ();?>
35
36      <p>Many of our consultants have served as Clearcase
37      administrators. Along the way we have often developed scripts for
38      out clients. It doesn't take long to realize that often you're
39      doing the same thing over and over again. This page is a way of
40      pulling together and documenting these scripts.</p>
41
42     <h3><a name="triggers"></a>Triggers</h3>
43
44     <p>Clearcase has triggers which are scripts that are executed when
45     certain Clearcase operations happen. There are some comon ones and
46     some not to common ones. Here are some of them.</p>
47
48     <ul>
49       <li><a href="EvilTwin.php">Evil Twin Trigger</a>: Prevents the
50       creation of <i>Evil Twins</i>.
51
52       <li><a href="RemoveEmptyBranch.php">Remove Empty Branch</a>:
53       Removes empty branches.</p>
54
55       <li><a name="mktriggers"></a><a
56       href="/php/cvs_man.php?file=cc/mktriggers.pl">mktriggers.pl</a>: Make triggers.</li>
57     </ul>
58   </div>
59
60   <?php copyright ();?>  
61 </div>
62
63 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
64
65 </body>
66 </html>