<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; U) [Netscape]"> <meta name="FORMATTER" content="Arachnophilia 4.0"> <title>index.html</title> </head> <body text="#000000" bgcolor="#ffffff" link="#0000ff" vlink="#0000ff" alink="#800080"> Hi! <p>I am a Perforce Trainer. </p> <p>I will be submitting a few Python wrappers, daemons, and triggers<br> here to help illustrate topics discussed in the Perforce training course. </p> <p>These are simple programs for those who wish to get aquainted <br> to the Python programming language. </p> <p>The wrappers allow a user to automatically submit files, send email, <br> version clients, labels, and jobs. One wrapper allows users to view <br> what jobs have been fixed in two codelines and which jobs are fixed <br> in one codeline but not the other. </p> <p>The daemons also send email, one sends email when jobs with <br> specific fields are edited or created and the other one versions <br> all jobs when created, modified, fixed, or unfixed.<br> </p> <p>The checkcase trigger checks depot paths and file names for case<br> variations during add or branch. See Perforce technote 3 for a <br> description of case issues in a mixed platform environment.<br> http://www.perforce.com/perforce/technotes/note003.html<br> </p> <p>Have fun with these, and use them as a starting point for customizing <br> Perforce to suit your individual needs. </p> <p>Thanks, </p> <p> Gerry Thompson <br> Trainer <br> Perforce Software <br> gerry@perforce.com <br> Direct 510.545.5434 <br> FAX 510.864.5340 <br> <br> </p> <br> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 3337 | Gerry Thompson | Add checkcase trigger and clean up | ||
#2 | 1889 | Gerry Thompson |
Python wrappers and daemons for versioning Perforce metadata, comparing job fixes for two codelines, and sending job review emails. |
||
#1 | 1053 | Gerry Thompson |
New guest directory in the public depot for Gerry Thompson, Perforce trainer. I will be adding some Python wrappers and daemons to support the Perforce training class. |