# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 7189 | Robert Cowham | Add new trigger | ||
#2 | 6016 | Robert Cowham | Untabify | ||
#1 | 6014 | Robert Cowham | Bring in Tony's latest trigger changes | ||
//guest/tony_smith/perforce/P4Rubylib/triggers/checkcase.rb | |||||
#5 | 5881 | Tony Smith |
Optimizations for checkcase.rb: add caching for path lookups so we don't end up looking up the same directory more than once. Also include negative lookups - those where no matching path was found in the cache. This brings the overhead of check new, large branches down to a few commands. |
||
#4 | 5854 | Tony Smith |
Bug fix: checking the case of files was broken because of clumsy re-use of a variable name in the mismatch_depot method. Thanks to Markus Spies at IDS Scheer. |
||
#3 | 5808 | Tony Smith |
Update checkcase.rb to support servers with tagged output for 'p4 depots' (2005.2 or later), and fix API level at that release to prevent compatibility problems with future servers. |
||
#2 | 3637 | Tony Smith | Add RDoc documentation to the sample triggers. | ||
#1 | 3634 | Tony Smith |
Kick off a library of P4Ruby resources with some sample trigger implementations based on Jeff Bowles and Wes Peters' scripts. These are not strict ports of their scripts to P4Ruby, but are roughly in the same area. |