wssync.bat #1

  • //
  • cbd/
  • main/
  • scripts/
  • wssync.bat
  • View
  • Commits
  • Open Download .zip Download (224 B)
@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
#1 21633 C. Thomas Tyler Populate -o //guest/perforce_software/cbd/main/...
//cbd/main/....
//guest/perforce_software/cbd/main/scripts/wssync.bat
#2 15151 C. Thomas Tyler Partial Copy Up to main from ntx64 for CBD, using:
p4 copy -r -b perforce_software-cbd-ntx64

Then SSTemplateUpdate.py was reverted, as it has changes in the
ntx64 development branch not yet ready for general consumption.
#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.