@ECHO OFF CALL C:\p4\common\bin\p4env.bat CBDTest > NUL 2>&1 SET CBD_HOME=C:\p4\common\bin\cbd SET CBD_TRIGGERS=%CBD_HOME%\triggers C:\Python33\python.exe %CBD_TRIGGERS%\SSTemplateUpdate.py %1 %2 %3 %4 %5 %6 %7 %8 %9
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 15152 | C. Thomas Tyler |
Routine Merge Down to dev from main for CBD, using: p4 merge -b perforce_software-cbd-dev |
||
#1 | 15008 | C. Thomas Tyler | Merge down from CBD mainline. | ||
//guest/perforce_software/cbd/main/triggers/SSTemplateUpdate.bat | |||||
#1 | 13835 | C. Thomas Tyler |
Added Windows support for server-side components. These changes should not interfere with Linux operation. Includes: * Sample Windows broker config file. * Windows batch file wrapper scripts. * Code changes to support minor variations for Windows and Linux SDP. * Some defensive coding to avoid an exception to avoid processing a Classic workspace. |
||
//guest/perforce_software/cbd/ntx64/triggers/SSTemplateUpdate.bat | |||||
#1 | 13829 | C. Thomas Tyler | Added SSTemplateUpdate.bat wrapper for Windows operation. |