@ECHO OFF CALL C:\p4\common\bin\p4env.bat CBDTest SET CBD_HOME=C:\p4\common\bin\cbd SET CBD_SCRIPTS=%CBD_HOME%\scripts SET PYTHON3_BIN=C:\Python33\python.exe %PYTHON3_BIN% %CBD_SCRIPTS%\wssync.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/scripts/wssync.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/scripts/wssync.bat | |||||
#4 | 13825 | C. Thomas Tyler | Added call to SDP p4env.bat, corrected params passing. | ||
#3 | 13823 | C. Thomas Tyler |
Cannot use Python3.4, as P4Python only supports Python3.3 (as of P4Python 2015.1). |
||
#2 | 13820 | C. Thomas Tyler | Works with Python3.3 or Python3.4. | ||
#1 | 13812 | C. Thomas Tyler | Ported 'p4 sbi' utility to Windows. |