<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="description" content="Perforce German User Group"> <meta name="keywords" content="perforce german user group deutsch benutzer gruppe"> <title>Robert Cowham's Perforce Trigger Utilities</title> <link rel=stylesheet type="text/css" href="style.css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <h1>Perforce Trigger Utilities</h1> <p>Written by <a href="http://public.perforce.com/guest/robert_cowham/pcp.html">Robert Cowham</a> (Perforce Consulting Partner and Certified Trainer).</p> <p>Example triggers with a modified trigger framework.</p> <p>More documentation to follow.</p> <p>You also <a href="http://public.perforce.com:8080/@md=d&cd=//guest/robert_cowham/perforce/utils/&c=1CA@//guest/robert_cowham/perforce/utils/triggers/?ac=83" target="_blank">browse this directory in P4Web</a>.</p> <table border="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber2" dir="ltr"> <tr> <td dir="ltr"><a href="ad-auth-check.ps1">ad-auth-check.ps1</a></td> <td dir="ltr">Active Directory auth-check trigger written in PowerShell. Seems to work nicely with ActiveDirectory - see comments for requirements. Needs a lot less accuracy with LDAP parameters than the various alternatives in Perl etc.</td> </tr> <tr> <td dir="ltr"><a href="P4Triggers.rb">P4Triggers.rb</a></td> <td dir="ltr">Basic framework - enhanced version of Tony Smith's original </td> </tr> <tr> <td dir="ltr"><a href="P4Triggers.py">P4Triggers.py</a></td> <td dir="ltr">Basic framework - (from Sven Erik Knops's original)</td> </tr> <tr> <td dir="ltr"><a href="check_case_consistency.rb">check_case_consistency.rb</a></td> <td dir="ltr">Enhancement of Tony Smith's version to ensure case consistency on submit (e.g. avoid Windows case insensitive problems)</td> </tr> <tr> <td dir="ltr"><a href="CheckCaseTrigger.py">CheckCaseTrigger.py</a></td> <td dir="ltr">Enhancement of Sven Eirk's version to ensure case consistency on submit (e.g. avoid Windows case insensitive problems)</td> </tr> <tr> <td dir="ltr"><a href="default_client.rb">default_client.rb</a></td> <td dir="ltr">Enhancement of Tony Smith's version to create a default client from a template</td> </tr> <tr> <td dir="ltr"><a href="check_format_bug_branch.rb"> check_format_bug_branch.rb</a></td> <td dir="ltr">Check naming convention for a bug branch. Edit to change naming convention.</td> </tr> <tr> <td dir="ltr"><a href="check_format_rel_name.rb">check_format_rel_name.rb</a></td> <td dir="ltr">Check naming convention for a release branch.</td> </tr> </table> <p><a href="http://public.perforce.com/guest/robert_cowham/index.html">Home</a></p> <p><span style="font-size: 0.6em">Last updated: $Date: 2005/11/29 $</span></p> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#6 | 8596 | Robert Cowham |
New active directory auth-check trigger written in Windows Powershell. Seems to play nicely with AD and require less configuration than the LDAP alternatives. |
||
#5 | 8047 | Robert Cowham | Add links | ||
#4 | 7189 | Robert Cowham | Add new trigger | ||
#3 | 6318 | Robert Cowham | Point at right trigger | ||
#2 | 6015 | Robert Cowham | Update link | ||
#1 | 5664 | Robert Cowham | Add new example and also update docs to link to it. |