# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 8773 | Lester Cheung | "p4util" as an importable Python package. | 11 years ago | |
#1 | 8534 | Lester Cheung |
Great artists steal - so I'm stealing Sven's Python library to make it better! |
11 years ago | |
//guest/sven_erik_knop/P4Pythonlib/triggers/P4Triggers.py | |||||
#7 | 8357 | Sven Erik Knop | Fixed missing print -> print() function for Python 3 | 12 years ago | |
#6 | 8179 | Sven Erik Knop | Added filefilter to the CheckCaseTrigger. A filefilter is added as an additional key on... the command line: filefilter=path-to-my-filter-file It should contain valid Perforce depot syntax lines, which are treated as exceptions. Changed files that match any of the lines in the filefilter will be allowed to submit even if they break the case consistency. This is for cases where some files are Unix-specific and need to be able to store two files or directories that only differ by case - as an exception. Also fixed a tabbing problem in the P4Triggers.py file. « |
13 years ago | |
#5 | 7428 | Sven Erik Knop | Error output from Perforce is now written to the log file instead of stderr. | 15 years ago | |
#4 | 7379 | Sven Erik Knop | Added output to a log file. The default is the send output to p4triggers.log in the P4ROOT... directory, this can be overridden with the parameter log=<path> Also, errors now cause the trigger to fail with sensible output first. « |
16 years ago | |
#3 | 7372 | Sven Erik Knop |
Rollback Rename/move file(s). To folder "perforce" is needed. |
16 years ago | |
#2 | 7370 | Sven Erik Knop | Rename/move file(s) again - this time to the right location inside a perforce directory. | 16 years ago | |
#1 | 7367 | Sven Erik Knop | New locations for the Python triggers. | 16 years ago | |
//guest/sven_erik_knop/perforce/P4Pythonlib/triggers/P4Triggers.py | |||||
#1 | 7370 | Sven Erik Knop | Rename/move file(s) again - this time to the right location inside a perforce directory. | 16 years ago | |
//guest/sven_erik_knop/P4Pythonlib/triggers/P4Triggers.py | |||||
#1 | 7367 | Sven Erik Knop | New locations for the Python triggers. | 16 years ago | |
//guest/sven_erik_knop/triggers/P4Triggers.py | |||||
#1 | 6413 | Sven Erik Knop | Added some P4Python-based Perforce triggers. P4Triggers.py is the based class for chang...e trigger in Python modelled on Tony Smith's Ruby trigger with the same name. CheckCaseTrigger.py is a trigger that ensures that no-one enters a file or directory with a name only differing by case from an existing file. This trigger is Unicode aware and uses Unicode-comparison of file names, so it can be used on nocase-Unicode based Perforce servers, which cannot catch the difference between, say, "�re" and "�re" at the moment. clienttrigger.py is a simple trigger that modifies the option "normdir" to "rmdir" for new client specs only. It is meant as a template to create more complex default settings like standard views. « |
17 years ago |